Home
last modified time | relevance | path

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

/art/runtime/interpreter/mterp/arm64/
Dheader.S96 #define xPC x20 macro
135 str xPC, [xFP, #OFF_FP_DEX_PC_PTR]
142 ldrh wINST, [xPC]
158 ldrh wINST, [xPC, #((\count)*2)]!
175 ldrh wINST, [xPC, #((\count)*2)]
180 add xPC, xPC, #((\count)*2)
190 add xPC, xPC, \reg, sxtw
191 ldrh wINST, [xPC]
201 ldrh \reg, [xPC, #((\count)*2)]
205 ldrsh \reg, [xPC, #((\count)*2)]
[all …]
Dentry.S37 stp xPC, xFP, [sp, #48]
53 add xPC, x1, #CODEITEM_INSNS_OFFSET // Point to base of insns[]
54 add xPC, xPC, w0, lsl #1 // Create direct pointer to 1st dex opcode
Dfooter.S99 add xPC, x0, #CODEITEM_INSNS_OFFSET
100 add xPC, xPC, x1, lsl #1 // generate new dex_pc_ptr
289 ldp xPC, xFP, [sp, #48]
305 ldp xPC, xFP, [sp, #48]
Dop_aput_object.S7 mov x1, xPC
Dop_iput_object_quick.S3 mov x1, xPC
Dop_filled_new_array.S12 mov x1, xPC
Dop_iput_object.S3 mov x1, xPC
Dop_new_array.S11 mov x1, xPC
Dop_sput_object.S3 mov x1, xPC
Dop_packed_switch.S17 add x0, xPC, w0, lsl #1 // w0<- PC + BBBBbbbb*2
Dinvoke.S11 mov x2, xPC
Dop_fill_array_data.S8 add x1, xPC, w1, lsl #1 // w1<- PC + BBBBbbbb*2 (array data off.)
/art/runtime/interpreter/mterp/out/
Dmterp_arm64.S103 #define xPC x20 macro
142 str xPC, [xFP, #OFF_FP_DEX_PC_PTR]
149 ldrh wINST, [xPC]
165 ldrh wINST, [xPC, #((\count)*2)]!
182 ldrh wINST, [xPC, #((\count)*2)]
187 add xPC, xPC, #((\count)*2)
197 add xPC, xPC, \reg, sxtw
198 ldrh wINST, [xPC]
208 ldrh \reg, [xPC, #((\count)*2)]
212 ldrsh \reg, [xPC, #((\count)*2)]
[all …]