Searched refs:xPC (Results 1 – 13 of 13) sorted by relevance
/art/runtime/interpreter/mterp/arm64/ |
D | header.S | 96 #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 …]
|
D | entry.S | 37 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
|
D | footer.S | 99 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]
|
D | op_aput_object.S | 7 mov x1, xPC
|
D | op_iput_object_quick.S | 3 mov x1, xPC
|
D | op_filled_new_array.S | 12 mov x1, xPC
|
D | op_iput_object.S | 3 mov x1, xPC
|
D | op_new_array.S | 11 mov x1, xPC
|
D | op_sput_object.S | 3 mov x1, xPC
|
D | op_packed_switch.S | 17 add x0, xPC, w0, lsl #1 // w0<- PC + BBBBbbbb*2
|
D | invoke.S | 11 mov x2, xPC
|
D | op_fill_array_data.S | 8 add x1, xPC, w1, lsl #1 // w1<- PC + BBBBbbbb*2 (array data off.)
|
/art/runtime/interpreter/mterp/out/ |
D | mterp_arm64.S | 103 #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 …]
|