Lines Matching refs:rINST
31 FETCH_ADVANCE_INST(3) # advance rPC, load rINST
32 GET_INST_OPCODE(t0) # extract opcode from rINST
48 FETCH(rINST, 2) # rINST <- FEDC
57 and t0, rINST, 0xf000 # isolate F
61 and t0, rINST, 0x0f00 # isolate E
65 and t0, rINST, 0x00f0 # isolate D
69 and t0, rINST, 0x000f # isolate C
73 la rINST, gDvmInlineOpsTable # table of InlineOperation
74 EAS4(t1, rINST, rBIX) # t1 <- rINST + rBIX<<4
97 move rINST, v0 # save result of inline
102 FETCH_ADVANCE_INST(3) # advance rPC, load rINST
103 GET_INST_OPCODE(t0) # extract opcode from rINST