Searched refs:d1 (Results 1 - 25 of 27) sorted by relevance

12

/art/runtime/interpreter/mterp/arm/
H A Dop_long_to_double.S16 vcvt.f64.s32 d1, s1 @ d1<- (double)(vAAh)
19 vmla.f64 d2, d1, d3 @ d2<- vAAh*2^32 + vAAl
H A DfbinopWide2addr.S4 * "d2 = d0 op d1".
14 fldd d1, [r3] @ d1<- vB
H A Dop_cmpg_double.S25 fldd d1, [r3] @ d1<- vCC
26 vcmpe.f64 d0, d1 @ compare (vBB, vCC)
H A Dop_cmpl_double.S25 fldd d1, [r3] @ d1<- vCC
26 vcmpe.f64 d0, d1 @ compare (vBB, vCC)
H A DfbinopWide.S4 * "d2 = d0 op d1".
15 fldd d1, [r3] @ d1<- vCC
/art/runtime/interpreter/mterp/arm64/
H A Dop_rem_double.S5 GET_VREG_WIDE d1, w2 // d1<- vCC
H A Dop_rem_double_2addr.S4 GET_VREG_WIDE d1, w1 // d1<- vB
/art/test/705-register-conflict/src/
H A DMain.java28 double d0 = 0, d1 = 0, d2 = 0, d3 = 0, d4 = 0, d5 = 0, d6 = 0, d7 = 0;
34 d1 = d0 + 1;
35 d2 = d1 + 1;
68 return d0 + d1 + d2 + d3 + d4 + d5 + d6 + d7
/art/test/952-invoke-custom/src/
H A DTestBase.java68 static void assertEquals(double d1, double d2) { argument
69 if (d1 == d2) {
72 throw new AssertionError("assertEquals d1: " + d1 + ", d2: " + d2);
/art/test/534-checker-bce-deoptimization/src/
H A DMain.java120 public static void $noinline$DoubleFill(double d1, double d2, double[] array, int n) { argument
123 array[i] = ((i & 1) == 1) ? d1 : d2;
124 d1 += 1.5;
/art/runtime/arch/arm64/
H A Djni_entrypoints_arm64.S32 stp d0, d1, [sp, #-16]!
46 ldp d0, d1, [sp], #16
H A Dquick_entrypoints_arm64.S198 stp d0, d1, [sp, #16]
259 ldp d0, d1, [sp, #16]
300 stp d1, d2, [sp, #16]
364 ldp d1, d2, [sp, #16]
916 LOADREG x15 8 d1 .LfillRegisters
1041 LOADREG x15 8 d1 .LfillRegisters2
1159 ldp d0, d1, [x1], #16
2117 stp d0, d1, [sp, #64]
2128 ldp d0, d1, [sp, #64]
2261 ldp d0, d1, [s
[all...]
/art/test/658-fp-read-barrier/src/
H A DMain.java55 double d1 = main.field1;
92 return p + d1 + d2 + d3 + d4 + d5 + d6 + d7 + d8 + d9 + d10 + d11 + d12 +
/art/test/703-floating-point-div/src/
H A DMain.java35 double d1 = 0x1.0p1023;
46 expectEquals(Double.doubleToRawLongBits(dPi/d1), 0x1921fb54442d18L);
/art/test/080-oom-throw/src/
H A DMain.java40 double d1, d2, d3, d4, d5, d6, d7, d8; // Bloat this object so we fill the heap faster. field in class:Main.InstanceMemEater
/art/profman/
H A Dprofile_assistant_test.cc1168 const DexFile& d1 = *dex_files[0]; local
1173 SetupProfile(d1.GetLocation(), d1.GetLocationChecksum(), "p1", 1,
1183 SetupProfile(d1.GetLocation(), d1.GetLocationChecksum(), "p1", 1,
1219 [&d1, &d2](const std::string& dex_location, uint32_t checksum) -> bool {
1220 return (dex_location == ProfileCompilationInfo::GetProfileDexFileKey(d1.GetLocation())
1221 && checksum == d1.GetLocationChecksum())
1247 const DexFile& d1 = *dex_files[0]; local
1251 uint16_t num_methods_to_add = std::min(d1
[all...]
/art/test/439-npe/src/
H A DMain.java692 double d1 = 61.0;
772 d0 += d1;
773 d1 += d2;
839 System.out.println("d1=" + d1);
/art/runtime/interpreter/mterp/out/
H A Dmterp_arm64.S1315 GET_VREG_WIDE d1, w2
1317 fcmp d1, d2
1340 GET_VREG_WIDE d1, w2
1342 fcmp d1, d2
4679 GET_VREG_WIDE d1, w1 // w1<- vBB
4685 fadd d0, d1, d2 // d0<- op, w0-w4 changed
4715 GET_VREG_WIDE d1, w1 // w1<- vBB
4721 fsub d0, d1, d2 // d0<- op, w0-w4 changed
4751 GET_VREG_WIDE d1, w1 // w1<- vBB
4757 fmul d0, d1, d
[all...]
H A Dmterp_arm.S1348 fldd d1, [r3] @ d1<- vCC
1349 vcmpe.f64 d0, d1 @ compare (vBB, vCC)
1387 fldd d1, [r3] @ d1<- vCC
1388 vcmpe.f64 d0, d1 @ compare (vBB, vCC)
3668 vcvt.f64.s32 d1, s1 @ d1<- (double)(vAAh)
3671 vmla.f64 d2, d1, d3 @ d2<- vAAh*2^32 + vAAl
4970 * "d2 = d0 op d1"
[all...]
/art/test/700-LoadArgRegs/src/
H A DMain.java273 static void testMore(int i1, double d1, double d2, double d3, double d4, double d5, double d6, double d7, double d8, double d9, int i2, int i3, int i4, int i5, int i6) { argument
274 System.out.println(i1+", "+d1+", "+d2+", "+d3+", "+d4+", "+d5+", "+d6+", "+d7+", "+d8+", "+d9+", "+i2+", "+i3+", "+i4+", "+i5+", "+i6);
/art/tools/dmtracedump/
H A Dtracedump.cc2331 void createDiff(DataKeys* d1, DataKeys* d2) { argument
2332 MethodEntry** methods1 = parseMethodEntries(d1);
2336 qsort(methods1, d1->numMethods, sizeof(MethodEntry*), compareElapsedInclusive);
2337 for (int32_t i = 0; i < d1->numMethods; ++i) {
2346 int32_t max = (d1->numMethods < d2->numMethods) ? d2->numMethods : d1->numMethods;
2352 // printf("<br>d1->numMethods: %d d1->numMethods: %d<br>\n",
2353 // d1->numMethods, d2->numMethods);
2357 for (int32_t i = 0; i < d1
[all...]
/art/compiler/optimizing/
H A Dinduction_var_analysis.cc294 const uint32_t d1 = ++global_depth_; local
295 map_.Put(instruction, NodeInfo(d1));
299 uint32_t low = d1;
305 if (low < d1) {
H A Dcode_generator_arm64.h63 vixl::aarch64::d1,
152 vixl::aarch64::d1,
/art/compiler/utils/mips64/
H A Dassembler_mips64_test.cc2651 unsigned d0, d1, d2, d3; local
2665 for (d1 = 0; d1 < sizeof imms / sizeof imms[0]; d1++) {
2666 u.v16[1] = imms[d1];
/art/test/083-compiler-regressions/src/
H A DMain.java107 double d1 = 1.0;
108 double d2 = Math.round(d1);
109 if (d1 == d2) {
112 System.out.println("b17411468 fails: Math.round(" + d1 + ") returned " + d2);
5341 double d1 = 1;
7339 d1 = d0;
7341 d2 = d1;

Completed in 472 milliseconds

12