Searched refs:d8 (Results 1 – 25 of 27) sorted by relevance
12
29 double d8 = 0, d9 = 0, d10 = 0, d11 = 0, d12 = 0, d13 = 0, d14 = 0, d15 = 0; in $opt$registerConflictTest() local41 d8 = d7 + 1; in $opt$registerConflictTest()42 d9 = d8 + 1; in $opt$registerConflictTest()69 + d8 + d9 + d10 + d11 + d12 + d13 + d14 + d15 in $opt$registerConflictTest()
22 $(transform-classes-d8.jar-to-dex)28 $(transform-classes-d8.jar-to-dex)
23 (cd "$TMP" && javac -d "${TMP}" "$DIR/${CLASS}.java" && d8 --output . "$TMP/${CLASS}.class")
42 double d8 = Double.MAX_VALUE; in divDoubleTest() local54 expectEquals(Double.doubleToRawLongBits(dPi/d8), 0xc90fdaa22168cL); in divDoubleTest()
22 D8=${ANDROID_HOST_OUT}/bin/d8
62 double d8 = main.field8; in foo() local92 return p + d1 + d2 + d3 + d4 + d5 + d6 + d7 + d8 + d9 + d10 + d11 + d12 + in foo()
23 $(HOST_OUT_EXECUTABLES)/d8 \33 $(HOST_OUT_EXECUTABLES)/d8-compat-dx
40 double d1, d2, d3, d4, d5, d6, d7, d8; // Bloat this object so we fill the heap faster. field in Main.InstanceMemEater
111 d8=276.0
70 --dexer=DEXER : use either dx, d8, or jack to obtain dex files100 --dexer=DEXER : use either dx, d8, or jack to obtain dex files
79 0003d8: 7100 1500 0000 |0000: invoke-static {}, Ljava/lang/invoke/MethodHan…225 0004d8: |[0004d8] constmethodhandle.ConstTest.main:([Ljava/l…
172 0004d8: 9e00 0102 |001c: div-long v0, v1, v2282 0005d8: df00 0112 |000e: xor-int/lit8 v0, v1, #int 18 // #12500 0007d8: 2c00 0400 0000 |0000: sparse-switch v0, 00000004 // +00000004611 0008d8: |[0008d8] A.invokes:()V
85 0014d8: 6e10 6f00 0000 |0012: invoke-virtual {v0}, Lcom/google/android/chec…240 0016d8: 1a01 5a00 |0098: const-string v1, "Level 2 (1s)" // string@005a386 0018d8: 3321 0c00 |0076: if-ne v1, v2, 0082 // +000c476 0019d8: 0001 0300 0000 0000 0800 0000 0300 ... |0022: packed-switch-data (10 units)1255 0021d8: 0a00 |0048: move-result v01323 0022d8: 59a0 0c00 |00c8: iput v0, v10, Lcom/google/android/checkers/Ch…1331 0022f8: 52a0 2300 |00d8: iget v0, v10, Lcom/google/android/checkers/Ch…1406 0023d8: 0114 |0004: move v4, v11544 0025a8: 2900 5fff |00d8: goto/16 0037 // -00a11632 0026d8: 5290 0c00 |0170: iget v0, v9, Lcom/google/android/checkers/Che…[all …]
277 0009d8: |[0009d8] com.google.android.test.R.<init>:()V991 0010d8: 0800 1200 |009e: move-object/from16 v0, v181281 0013d8: 0800 1a00 |00a6: move-object/from16 v0, v261306 00143c: 0800 1a00 |00d8: move-object/from16 v0, v261346 0014d8: 5a20 0f00 |0126: iput-wide v0, v2, Lcom/google/android/test/Te…1493 0015d8: e10d 0d03 |0002: shr-int/lit8 v13, v13, #int 3 // #031621 0016d8: 8400 |001c: long-to-int v0, v0
699 double d8 = 68.0; in $opt$noinline$testRegisterRetrieval() local779 d7 += d8; in $opt$noinline$testRegisterRetrieval()780 d8 += d9; in $opt$noinline$testRegisterRetrieval()846 System.out.println("d8=" + d8); in $opt$noinline$testRegisterRetrieval()
24 .field private static unres8:La/b/c/d8;232 sget-object v0, LB22881413;->unres8:La/b/c/d8;
273 …, double d2, double d3, double d4, double d5, double d6, double d7, double d8, double d9, int i2, … in testMore() argument274 …System.out.println(i1+", "+d1+", "+d2+", "+d3+", "+d4+", "+d5+", "+d6+", "+d7+", "+d8+", "+d9+", "… in testMore()
50 // 0x0000000c: stp d8, d9, [sp, #24]54 // 0x00000010: ldp d8, d9, [sp, #24]
101 vixl::aarch64::d8.GetCode(),
105 stp d8, d9, [sp, #16]303 stp d7, d8, [sp, #64]367 ldp d7, d8, [sp, #64]1163 ldp d8, d9, [x1], #16
130 // 0x0000001c: stp d8, d9, [sp, #32]170 // 0x00000060: ldp d8, d9, [sp, #32]
15 # The standard dx/jack/d8 all would leave the move-exception instructions outside of either catch
723 $$(rule_name): $$(dependencies) dx d8-compat-dx desugar
135 " 1d8: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n",
680 EXPECT_TRUE(vixl::aarch64::d8.Is(Arm64Assembler::reg_d(D8))); in TEST()