Home | History | Annotate | Download | only in mips

Lines Matching full:opcode

22     beqz      a0, .L${opcode}_resolve      #  no, resolve it now
23 .L${opcode}_resolved: # a0=class
28 bne a1, t0, .L${opcode}_needinit # no, init class now
30 .L${opcode}_initialized: # a0=class
44 bnez a1, .L${opcode}_jitCheck
49 b .L${opcode}_continue
53 .L${opcode}_continue:
55 GET_INST_OPCODE(t0) # extract opcode from rINST
65 .L${opcode}_jitCheck:
68 bnez a1, .L${opcode}_continue # yes, finish
75 GET_INST_OPCODE(t0) # extract opcode from rINST
85 .L${opcode}_needinit:
89 bnez v0, .L${opcode}_initialized # success, continue
98 .L${opcode}_resolve:
105 bnez v0, .L${opcode}_resolved # no, continue