Lines Matching refs:opcode
21 beq .L${opcode}_store @ null obj, not an instance, store r0
27 beq .L${opcode}_resolve @ not resolved, do it now
28 .L${opcode}_resolved: @ r0=obj->clazz, r1=resolved class
30 beq .L${opcode}_trivial @ yes, trivial finish
31 b .L${opcode}_fullcheck @ no, do full check
40 .L${opcode}_fullcheck:
42 @ fall through to ${opcode}_store
48 .L${opcode}_store:
51 GET_INST_OPCODE(ip) @ extract opcode from rINST
58 .L${opcode}_trivial:
60 @ could b ${opcode}_store, but copying is faster and cheaper
63 GET_INST_OPCODE(ip) @ extract opcode from rINST
72 .L${opcode}_resolve:
85 b .L${opcode}_resolved @ pick up where we left off