Home | History | Annotate | Download | only in armv5te

Lines Matching full:opcode

18     beq     .L${opcode}_okay            @ null obj, cast always succeeds
22 beq .L${opcode}_resolve @ not resolved, do it now
23 .L${opcode}_resolved:
25 bne .L${opcode}_fullcheck @ no, do full check
26 .L${opcode}_okay:
28 GET_INST_OPCODE(ip) @ extract opcode from rINST
38 .L${opcode}_fullcheck:
42 bne .L${opcode}_okay @ no, success
57 .L${opcode}_resolve:
68 b .L${opcode}_resolved @ pick up where we left off