Searched refs:xPC (Results 1 – 5 of 5) sorted by relevance
/art/runtime/interpreter/mterp/arm64/ |
D | main.S | 98 #define xPC x20 macro 139 str xPC, [xFP, #OFF_FP_DEX_PC_PTR] 146 ldrh wINST, [xPC] 162 ldrh wINST, [xPC, #((\count)*2)]! 179 ldrh wINST, [xPC, #((\count)*2)] 184 add xPC, xPC, #((\count)*2) 194 add xPC, xPC, \reg, sxtw 195 ldrh wINST, [xPC] 205 ldrh \reg, [xPC, #((\count)*2)] 209 ldrsh \reg, [xPC, #((\count)*2)] [all …]
|
D | invoke.S | 11 mov x2, xPC 32 mov x2, xPC
|
D | array.S | 132 mov x1, xPC 188 add x1, xPC, x1, lsl #1 // x1<- PC + ssssssssBBBBbbbb*2 (array data off.) 206 mov x1, xPC 228 mov x1, xPC
|
D | object.S | 6 mov x0, xPC // arg0: Instruction* inst 38 ubfx x1, xPC, #2, #THREAD_INTERPRETER_CACHE_SIZE_LOG2 // entry index 43 cmp x0, xPC 209 mov x1, xPC
|
D | control_flow.S | 135 add x0, xPC, x0, lsl #1 // x0<- PC + ssssssssBBBBbbbb*2
|