/art/runtime/arch/ |
D | memcmp16.cc | 22 int32_t memcmp16_generic_static(const uint16_t* s0, const uint16_t* s1, size_t count); 23 int32_t memcmp16_generic_static(const uint16_t* s0, const uint16_t* s1, size_t count) { in memcmp16_generic_static() argument 25 if (s0[i] != s1[i]) { in memcmp16_generic_static() 26 return static_cast<int32_t>(s0[i]) - static_cast<int32_t>(s1[i]); in memcmp16_generic_static() 36 int32_t MemCmp16Testing(const uint16_t* s0, const uint16_t* s1, size_t count) { in MemCmp16Testing() argument 37 return MemCmp16(s0, s1, count); in MemCmp16Testing()
|
D | memcmp16.h | 35 extern "C" uint32_t __memcmp16(const uint16_t* s0, const uint16_t* s1, size_t count); 41 static inline int32_t MemCmp16(const uint16_t* s0, const uint16_t* s1, size_t count) { in MemCmp16() argument 43 if (s0[i] != s1[i]) { in MemCmp16() 44 return static_cast<int32_t>(s0[i]) - static_cast<int32_t>(s1[i]); in MemCmp16() 50 extern "C" int32_t memcmp16_generic_static(const uint16_t* s0, const uint16_t* s1, size_t count); 60 int32_t MemCmp16Testing(const uint16_t* s0, const uint16_t* s1, size_t count);
|
D | memcmp16_test.cc | 38 int32_t memcmp16_compare(const uint16_t* s0, const uint16_t* s1, size_t count) { in memcmp16_compare() argument 40 if (s0[i] != s1[i]) { in memcmp16_compare() 41 return static_cast<int32_t>(s0[i]) - static_cast<int32_t>(s1[i]); in memcmp16_compare()
|
/art/test/597-deopt-busy-loop/src/ |
D | FloatLoop.java | 66 float s0 = kFloatConst0; in $noinline$busyLoop() local 70 s0 += 2.0; in $noinline$busyLoop() 73 s0 -= 2.0; in $noinline$busyLoop() 80 expectEqualToEither(s0, kFloatConst0, kFloatConst0 + 2.0f); in $noinline$busyLoop() 83 floatField = s0 + s1; in $noinline$busyLoop()
|
/art/test/StaticsFromCode/ |
D | StaticsFromCode.java | 18 static final Object s0 = "android"; field in StaticsFromCode 21 return s0; in getS0()
|
/art/test/623-checker-loop-regressions/src/ |
D | Main.java | 551 int s0 = 0; in reduction32Values() local 584 s0 += a[i]; in reduction32Values() 617 return s0 + s1 + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10 + s11 + s12 + s13 + s14 + s15 + in reduction32Values() 751 int s0 = 1; in testDotProdAndDotProd() local 755 s0 += temp; in testDotProdAndDotProd() 758 return s0 + s1; in testDotProdAndDotProd() 808 int s0 = 1; in testSADAndSAD() local 812 s0 += temp; in testSADAndSAD() 815 return s0 + s1; in testSADAndSAD() 825 int s0 = 1; in testDotProdAndDotProdExtraMul0() local [all …]
|
/art/runtime/interpreter/mterp/armng/ |
D | floating_point.S | 17 GET_VREG_FLOAT_BY_ADDR s0, r2 @ s0<- vBB 40 GET_VREG_FLOAT_BY_ADDR s0, r4 @ s0<- vA
|
D | main.S | 924 vmov r0, s0 933 vpush {s0} 944 vpop {s0} 1039 vmov s0, r1 1047 vmov s0, r2 1096 LOOP_OVER_SHORTY_LOADING_FPS d0, s0, r2, r3, r4, .Lxmm_setup_finished_\suffix, .Ld1_s2_\suffix 1336 vmov s0, r1 1344 vmov s0, r2 1395 vpush {s0-s15} 1403 vpop {s0-s15} [all …]
|
D | control_flow.S | 161 vmov s0, r0
|
/art/runtime/arch/arm/ |
D | instruction_set_features_assembly_tests.S | 54 vmov r1, s0 62 vmov s0, r1
|
D | asm_support_arm.S | 254 vpush {s0-s15} @ 16 words of float args. 267 vpop {s0-s15}
|
D | quick_entrypoints_arm.S | 478 vldm r1, {s0-s31} @ Load all fprs from argument fprs_. 1893 vmov s0, r0 1909 vmov r0, s0 1922 vmov s0, r0 1997 vpush {s0-s15} @ save floating-point caller-save registers 2000 vpop {s0-s15} @ restore floating-point registers 2130 vpush {s0-s15} // save floating-point caller-save registers 2133 vpop {s0-s15} // restore floating-point registers
|
/art/test/Statics/ |
D | Statics.java | 18 static final boolean s0 = true; field in Statics 29 return s0; in getS0()
|
/art/runtime/interpreter/mterp/arm/ |
D | floating_point.S | 17 GET_VREG_FLOAT_BY_ADDR s0, r2 @ s0<- vBB 40 GET_VREG_FLOAT_BY_ADDR s0, r9 @ s0<- vA
|
/art/runtime/interpreter/mterp/arm64/ |
D | floating_point.S | 13 GET_VREG s0, w0 18 SET_VREG_FLOAT s0, w1 50 GET_VREG s0, w9 300 GET_VREG s0, w9 305 SET_VREG_FLOAT s0, w9
|
/art/test/004-StackWalk/src/ |
D | Main.java | 43 String s0 = new String("0"); in shlemiel() local 65 s += s0; in shlemiel()
|
/art/runtime/interpreter/mterp/arm64ng/ |
D | control_flow.S | 160 fmov s0, w0
|
D | main.S | 685 str s0, [sp, #20] 695 ldr s0, [sp, #20] 846 fmov w0, s0 947 fmov s0, w1 951 fmov s0, w2 994 LOOP_OVER_SHORTY_LOADING_FPS d0, s0, x11, x9, x10, .Lxmm_setup_finished_\suffix 1292 fmov s0, w1 1296 fmov s0, w2 1338 LOOP_RANGE_OVER_SHORTY_LOADING_FPS d0, s0, x9, w10, w11, .Lxmm_setup_finished_range_\suffix 1659 LOOP_OVER_SHORTY_STORING_FPS d0, s0, x9, x12, x10, .Lxmm_setup_finished
|
/art/runtime/ |
D | intern_table_test.cc | 124 Handle<mirror::String> s0(hs.NewHandle(t.InternWeak(hello.Get()))); in TEST_F() local 131 p.Expect(s0.Get()); in TEST_F()
|
D | class_linker_test.cc | 1185 ArtField* s0 = mirror::Class::FindStaticField(soa.Self(), statics.Get(), "s0", "Z"); in TEST_F() local 1186 EXPECT_EQ(s0->GetTypeAsPrimitiveType(), Primitive::kPrimBoolean); in TEST_F() 1187 EXPECT_EQ(true, s0->GetBoolean(statics.Get())); in TEST_F() 1188 s0->SetBoolean<false>(statics.Get(), false); in TEST_F() 1234 EXPECT_FALSE(s0->GetBoolean(statics.Get())); in TEST_F()
|
/art/compiler/optimizing/ |
D | code_generator_arm_vixl.h | 59 vixl::aarch32::s0, 107 vixl::aarch32::s0, 239 ? helpers::LocationFrom(vixl::aarch32::s0, vixl::aarch32::s1) in GetFpuLocation() 240 : helpers::LocationFrom(vixl::aarch32::s0); in GetFpuLocation()
|
/art/test/959-invoke-polymorphic-accessors/src/ |
D | Main.java | 812 MethodHandle s0 = lookup.findSetter(ValueHolder.class, "m_s", short.class); in testMemberSetter() local 827 short temp = (short) s0.invoke(valueHolder, new Byte((byte) 45)); in testMemberSetter() 872 MethodHandle s0 = lookup.findStaticSetter(ValueHolder.class, "s_s", short.class); in testStaticSetter() local 886 short temp = (short) s0.invoke(new Byte((byte) 45)); in testStaticSetter()
|
/art/test/956-methodhandles/src/ |
D | Main.java | 1231 public VariableArityTester(String s0, String... strings) { update(s0, strings); } in VariableArityTester() argument 1253 public String update(String s0, String... strings) { return lastResult = tally(s0, strings); } in update() argument 1280 public static String tally(String s0, String... strings) { in tally() argument 1281 return s0 + ", " + Arrays.toString(strings); in tally()
|
/art/compiler/jni/ |
D | jni_cfi_test_expected.inc | 52 // 0x0000000e: vstr s0, [sp, #120] 153 // 0x00000034: str s0, [sp, #188]
|
/art/compiler/utils/arm/ |
D | jni_macro_assembler_arm_vixl.cc | 124 cfi().RelOffsetForMany(DWARFReg(s0), 0, fp_spill_mask, kFramePointerSize); in BuildFrame() 195 cfi().RestoreMany(DWARFReg(s0), fp_spill_mask); in RemoveFrame()
|