Home
last modified time | relevance | path

Searched refs:xPC (Results 1 – 5 of 5) sorted by relevance

/art/runtime/interpreter/mterp/arm64/
Dmain.S98 #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 …]
Dinvoke.S11 mov x2, xPC
32 mov x2, xPC
Darray.S132 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
Dobject.S6 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
Dcontrol_flow.S135 add x0, xPC, x0, lsl #1 // x0<- PC + ssssssssBBBBbbbb*2