Lines Matching refs:rINST
25 mov r0, rINST, lsr #12 @ r0<- B
31 FETCH_ADVANCE_INST(3) @ advance rPC, load rINST
32 GET_INST_OPCODE(ip) @ extract opcode from rINST
50 FETCH(rINST, 2) @ rINST<- FEDC
53 4: and ip, rINST, #0xf000 @ isolate F
55 3: and ip, rINST, #0x0f00 @ isolate E
57 2: and ip, rINST, #0x00f0 @ isolate D
59 1: and ip, rINST, #0x000f @ isolate C
62 ldr rINST, .L${opcode}_table @ table of InlineOperation
63 5: add rINST, pc
64 ldr pc, [rINST, r10, lsl #4] @ sizeof=16, "func" is first entry
81 mov r0, rINST, lsr #12 @ r0<- B
84 mov rINST, r0 @ save result of inline
89 cmp rINST, #0 @ test boolean result of inline
91 FETCH_ADVANCE_INST(3) @ advance rPC, load rINST
92 GET_INST_OPCODE(ip) @ extract opcode from rINST