Lines Matching refs:t0
15 srliw t0, xINST, 8 // t0 := AA
17 GET_VREG_WIDE a0, t0 // a0 := fp[AA:AA+1]
21 GET_VREG_OBJECT a0, t0 // a0 := refs[AA]
55 srliw t0, xINST, 8 // t0 := AA
56 GET_VREG_OBJECT a0, t0 // a0 := exception object
66 srliw t0, xINST, 8 // t0 := AA (zext)
67 sext.b t0, t0 // t0 := +AA (sext)
68 BRANCH units=t0
75 FETCH t0, 1, signed=1 // t0 := +AAAA (sext)
76 BRANCH units=t0
82 FETCH t0, 1, signed=1, width=32 // t0 := +AAAAAAAA (sext)
83 BRANCH units=t0
91 srliw t0, xINST, 8 // t0 := AA
113 srliw t0, xINST, 8 // t0 := AA
124 GET_INST_OPCODE t0
125 GOTO_OPCODE t0
130 srliw t0, xINST, 8 // t0 := B|A
132 andi t0, t0, 0xF // t0 := A
133 % get_vreg("t0", "t0") # t0 := vA
135 b${op} t0, t1, .L${opcode}_branch
190 srliw t0, xINST, 8 // t0 := AA
191 % get_vreg("t0", "t0") # t0 := vAA
192 b${op} t0, .L${opcode}_branch