HomeSort by relevance Sort by last modified time
    Searched refs:xPC (Results 1 - 5 of 5) sorted by null

  /art/runtime/interpreter/mterp/arm64/
main.S 72 x20 xPC interpreted program counter, used for fetching instructions
98 #define xPC x20
99 #define CFI_DEX 20 // DWARF register number of the register holding dex-pc (xPC).
139 str xPC, [xFP, #OFF_FP_DEX_PC_PTR]
143 * Fetch the next instruction from xPC into wINST. Does not advance xPC.
146 ldrh wINST, [xPC]
150 * Fetch the next instruction from the specified offset. Advances xPC
162 ldrh wINST, [xPC, #((\count)*2)]!
167 * src and dest registers are parameterized (not hard-wired to xPC and xINST)
    [all...]
invoke.S 11 mov x2, xPC
32 mov x2, xPC
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
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
control_flow.S 135 add x0, xPC, x0, lsl #1 // x0<- PC + ssssssssBBBBbbbb*2

Completed in 205 milliseconds