Searched refs:xINST (Results 1 – 7 of 7) sorted by relevance
/art/runtime/interpreter/mterp/arm64/ |
D | footer.S | 163 mov x2, xINST 181 mov x2, xINST 237 sbfm x2, xINST, 0, 31 290 ldp xSELF, xINST, [sp, #32] 296 mov xINST, x0 // stash return value 303 mov x0, xINST // restore return value 306 ldp xSELF, xINST, [sp, #32]
|
D | op_sput_object.S | 4 mov x2, xINST
|
D | op_packed_switch.S | 19 sbfm xINST, x0, 0, 31
|
D | invoke.S | 12 mov x3, xINST
|
D | header.S | 99 #define xINST x23 macro 221 and \reg, xINST, #255
|
D | entry.S | 36 stp xSELF, xINST, [sp, #32]
|
/art/runtime/interpreter/mterp/out/ |
D | mterp_arm64.S | 106 #define xINST x23 macro 228 and \reg, xINST, #255 331 stp xSELF, xINST, [sp, #32] 1153 sbfm xINST, x0, 0, 31 1178 sbfm xINST, x0, 0, 31 2758 mov x2, xINST 2881 mov x3, xINST 2914 mov x3, xINST 2947 mov x3, xINST 2973 mov x3, xINST [all …]
|