Home
last modified time | relevance | path

Searched refs:x2 (Results 1 – 25 of 27) sorted by relevance

12

/art/runtime/interpreter/mterp/arm64ng/
Dinvoke.S27 mov x2, xPC
94 ldr x2, [x2, #MIRROR_CLASS_IMT_PTR_OFFSET_64]
95 ldr x0, [x2, w3, uxtw #3]
110 ldr x0, [x2, w26, uxtw #3]
120 mov x2, xPC
139 mov x2, xPC
168 mov x2, xPC
170 mov x2, x0
Dobject.S22 mov x2, xPC
39 ldr w2, [x2, #MIRROR_CLASS_SUPER_CLASS_OFFSET]
55 ldr w2, [x2, #MIRROR_CLASS_COMPONENT_TYPE_OFFSET]
67 ldrh w2, [x2, #MIRROR_CLASS_OBJECT_PRIMITIVE_TYPE_OFFSET]
98 mov x2, xPC
113 ldr w2, [x2, #MIRROR_CLASS_SUPER_CLASS_OFFSET]
123 ldr w2, [x2, #MIRROR_CLASS_COMPONENT_TYPE_OFFSET]
137 ldrh w2, [x2, #MIRROR_CLASS_OBJECT_PRIMITIVE_TYPE_OFFSET]
194 mov x2, xPC
259 $store x26, [x2, x0]
[all …]
Darray.S21 ldr x2, [x0, #$data_offset] // x2<- vBB[vCC]
22 SET_VREG_WIDE x2, w9
82 GET_VREG_WIDE x2, w9 // x2<- vAA
87 $store x2, [x0, #$data_offset] // vBB[vCC]<- x2
153 mov x2, xFP
183 mov x2, xPC
Dmain.S319 add x2, x2, #-1
441 add x2, x2, #-1
453 mov x2, xFP
488 stp x2, x3, [sp, #16]
498 ldp x2, x3, [sp, #16]
556 asr ip2, x2, #4
573 and x2, x2, #15
580 asr x2, x3, #12
587 ubfx x2, x3, #8, #4
594 ubfx x2, x3, #4, #4
[all …]
Dother.S61 mov x2, xPC
95 orr x0, x0, x2, lsl #32 // w0<- hhhhBBBBbbbb
113 FETCH_S x2, 2 // x2<- ssssssssssssBBBB (high)
116 orr x0, x0, x2, lsl #16 // x0<- ssssssssBBBBbbbb
Darithmetic.S206 $opcode x0, x1, x2 // Do the shift. Only low 6 bits of x2 are used.
309 GET_VREG_WIDE_PRESCALED x2, w3
310 cmp x1, x2
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S118 SAVE_TWO_REGS x2, x3, 288
176 RESTORE_TWO_REGS x2, x3, 288
217 mov x2, \is_ref // pass if result is a reference
236 mov x2, \is_ref // pass if result is a reference
289 mov x2, xSELF // pass Thread::Current
374 mov x2, xSELF // pass Thread::Current
414 add x10, x2, #(__SIZEOF_POINTER__ + 0xf) // Reserve space for ArtMethod*, arguments and
434 ldr w10, [x1, x2]
435 str w10, [x9, x2]
592 INVOKE_STUB_LOAD_REG .Lload_x2, x2, x9, 8, x11, .Lload_w3, x12, .Lload_x3, .Lfill_regs, \suffix
[all …]
Djni_entrypoints_arm64.S25 stp x2, x3, [sp, #16]
35 ldp x2, x3, [sp, #16]
190 stp x1, x2, [x13, #80]
266 ldp x1, x2, [x29, #80]
Dmemcmp16_arm64.S30 #define limit x2
Dasm_support_arm64.S267 stp x1, x2, [\base, #80]
296 ldp x1, x2, [\base, #80]
/art/test/850-checker-branches/smali/
DTestCase.smali27 const/4 v0, 0x2
/art/test/661-checker-simd-reduc/src/
DMain.java625 int[] x2 = { 1, 1, 1, 1, 0, 0, 0, 0 }; in main() local
633 expectEquals(118, reductionIntToLoop(x2)); in main()
/art/test/2245-checker-smali-instance-of-comparison/smali/
Db_252804549.smali27 const/4 v1, 0x2
/art/test/2248-checker-smali-remove-try-until-the-end/smali/
Db_260387991.smali33 const/4 v0, 0x2
/art/test/475-regression-inliner-ids/smali/
DTestCase.smali62 0x2 -> :sswitch_8
/art/libartservice/service/api/
Dsystem-server-current.txt89 field public static final int FLAG_FOR_SECONDARY_DEX = 2; // 0x2
99 field public static final int SCHEDULE_DISABLED_BY_SYSPROP = 2; // 0x2
106 field public static final int TYPE_CUR_PROFILE = 2; // 0x2
162 field public static final int EXTENDED_SKIPPED_NO_DEX_CODE = 2; // 0x2
/art/test/547-regression-trycatch-critic-edge/smali/
DTestCase.smali50 const v4, 0x2
/art/test/593-checker-shift-and-simplifier/smali/
DSmaliTests.smali53 shl-int/lit8 v3, v2, 0x2
/art/test/586-checker-null-array-get/smali/
DSmaliTests.smali36 const/4 v5, 0x2
105 const/4 v5, 0x2
/art/test/121-modifiers/smali/
DNonInf.smali59 const/4 v0, 0x2
/art/test/449-checker-bce/src/
DMain.java1876 int[] x2 = new int[10]; in main() local
1879 modArrayIndex5(x2, 0); in main()
1885 if (x1[i] != e1 || x2[i] != e2 || x3[i] != e3) { in main()
/art/test/530-checker-loops2/src/
DMain.java1235 byte[] x2 = { 2 }; in main()
1243 dynamicBCEAndConstantIndicesAllPrimTypes(x, x1, x2, x3, x4, x5, x6, x7, x8, 0, 10)); in main()
/art/test/530-checker-peel-unroll/smali/
DPeelUnroll.smali95 rem-int/lit8 v0, v2, 0x2
204 rem-int/lit8 v0, v2, 0x2
/art/test/510-checker-try-catch/smali/
DBuilder.smali125 const/4 p0, -0x2
306 const/4 p0, -0x2
398 const/4 p0, -0x2
498 const/4 p0, -0x2
609 const/4 p0, -0x2
/art/compiler/optimizing/
Dcode_generator_arm64.h60 vixl::aarch64::x2,
189 vixl::aarch64::x2,
304 ? helpers::LocationFrom(vixl::aarch64::x2) in GetSetValueLocation()

12