Searched refs:xINST (Results 1 – 10 of 10) sorted by relevance
/art/runtime/interpreter/mterp/riscv64/ |
D | other.S | 14 srliw t1, xINST, 12 // t1 := B 15 srliw t2, xINST, 8 // t2 := B|A 36 srliw t2, xINST, 8 // t2 := AA 108 srliw t1, xINST, 8 // t1 := AA 132 srliw t2, xINST, 8 // t2 := AA 143 slliw t1, xINST, 16 // B as MSB of word 145 slliw t2, xINST, 20 // A as MSB of word 158 srliw t2, xINST, 8 // t2 := AA 171 srliw t2, xINST, 8 // t2 := AA 183 srliw t2, xINST, 8 // t2 := AA [all …]
|
D | control_flow.S | 15 srliw t0, xINST, 8 // t0 := AA 55 srliw t0, xINST, 8 // t0 := AA 66 srliw t0, xINST, 8 // t0 := AA (zext) 91 srliw t0, xINST, 8 // t0 := AA 113 srliw t0, xINST, 8 // t0 := AA 130 srliw t0, xINST, 8 // t0 := B|A 131 srliw t1, xINST, 12 // t1 := B 190 srliw t0, xINST, 8 // t0 := AA
|
D | arithmetic.S | 32 srliw t1, xINST, 12 // t1 := B 33 srliw t2, xINST, 8 // t2 := B|A 73 srliw t1, xINST, 12 // t1 := B 74 srliw t2, xINST, 8 // t2 := B|A 228 srliw t3, xINST, 8 // t3 := AA 259 srliw t3, xINST, 8 // t3 := AA 405 srliw t2, xINST, 12 // t2 := B 406 srliw t3, xINST, 8 // t3 := B|A 438 srliw t2, xINST, 12 // t2 := B 439 srliw t3, xINST, 8 // t3 := B|A [all …]
|
D | array.S | 5 srliw t0, xINST, 12 // t0 := B 8 srliw t1, xINST, 8 // t1 := B|A 24 srliw s8, xINST, 8 // s8 := B|A 25 srliw s7, xINST, 12 // s7 := B 98 srliw t0, xINST, 8 // t0 := AA 154 srliw t1, xINST, 8 // t1 := AA 185 srliw t1, xINST, 8 // t1 := AA 232 srliw t2, xINST, 8 // t2 := AA 280 srliw a2, xINST, 8 // a2 := AA
|
D | floating_point.S | 16 srliw t0, xINST, 8 // t0 := AA 37 srliw t0, xINST, 8 // t0 := AA 170 srliw t0, xINST, 12 // t0 := B 171 srliw t2, xINST, 8 // t2 := B|A 282 srliw s11, xINST, 8 // s11 := AA 367 srliw t0, xINST, 8 // t0 := B|A 368 srliw t1, xINST, 12 // t1 := B
|
D | object.S | 9 srliw t0, xINST, 8 // t0 := AA 101 srliw s7, xINST, 8 // s7 := B|A 102 srliw s8, xINST, 12 // s8 := B 202 srliw s7, xINST, 8 // s7 := AA 270 srliw s8, xINST, 8 271 srliw s7, xINST, 12 // s7 := B 332 srliw s8, xINST, 8 333 srliw s7, xINST, 12 // s7 := B 432 srliw s8, xINST, 8 433 srliw s7, xINST, 12 // s7 := B [all …]
|
D | invoke.S | 694 srliw $z0, xINST, 12 // z0 := A 705 srliw $z1, xINST, 8 // z1 := A|G 733 srliw $z0, xINST, 8 // z0 := AA 804 srliw $y0, xINST, 8 // y0 := AA 806 srliw $y0, xINST, 12 // y0 := A 849 srliw $y0, xINST, 8 // y0 := AA 851 srliw $y0, xINST, 12 // y0 := A 973 srliw $z0, xINST, 12 // z0 := A 977 srliw $z1, xINST, 8 // z1 := A|G 1016 srliw $z0, xINST, 12 // z0 := A; possible values 1-5 [all …]
|
D | main.S | 57 #define xINST s4 // x20, first 16-bit code unit of current instruction macro 201 lhu xINST, (xPC) // zero in upper 48 bits 211 lhu xINST, (\count*2)(xPC) // zero in upper 48 bits 217 and \reg, xINST, 0xFF
|
/art/runtime/interpreter/mterp/arm64ng/ |
D | main.S | 81 #define xINST x23 macro 169 and \reg, xINST, #255 979 mov xINST, x27 984 GET_SHORTY_SLOW_PATH xINST, \is_interface 989 GET_SHORTY xINST, \is_interface, \is_polymorphic, \is_custom 995 add x9, xINST, #1 // shorty + 1 ; ie skip return arg character 1012 add x9, xINST, #1 // shorty + 1 ; ie skip return arg character 1042 SETUP_RETURN_VALUE xINST 1323 mov xINST, x27 1328 GET_SHORTY_SLOW_PATH xINST, \is_interface [all …]
|
D | control_flow.S | 135 sxtw xINST, w0
|