blob: 7202b1158156c8bd2654bef57a0a30f68990a0b5 [file] [log] [blame]
Douglas Leung200f0402016-02-25 20:05:47 -08001 # const/class vAA, Class /* BBBB */
2 EXPORT_PC()
3 FETCH(a0, 1) # a0 <- BBBB
4 GET_OPA(a1) # a1 <- AA
5 addu a2, rFP, OFF_FP_SHADOWFRAME # a2 <- shadow frame
6 move a3, rSELF
7 JAL(MterpConstClass)
8 PREFETCH_INST(2) # load rINST
9 bnez v0, MterpPossibleException
10 ADVANCE(2) # advance rPC
11 GET_INST_OPCODE(t0) # extract opcode from rINST
12 GOTO_OPCODE(t0) # jump to next instruction