Home
last modified time | relevance | path

Searched refs:s0 (Results 1 – 25 of 31) sorted by relevance

12

/art/runtime/arch/
Dmemcmp16.cc22 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()
Dmemcmp16.h35 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);
Dmemcmp16_test.cc38 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/StaticsFromCode/
DStaticsFromCode.java18 static final Object s0 = "android"; field in StaticsFromCode
21 return s0; in getS0()
/art/runtime/arch/arm/
Dinstruction_set_features_assembly_tests.S54 vmov r1, s0
62 vmov s0, r1
Dquick_entrypoints_arm.S134 vpush {s0-s15} @ 16 words of float args.
162 vpop {s0-s15}
644 vstr d0, [r10] @ Store s0-s1/d0 into result pointer
668 vldm r1, {s0-s31} @ Load all fprs from argument fprs_.
2183 vmov s0, r0
2199 vmov r0, s0
2212 vmov s0, r0
2309 vpush {s0-s15} @ save floating-point caller-save registers
2312 vpop {s0-s15} @ restore floating-point registers
2442 vpush {s0-s15} // save floating-point caller-save registers
[all …]
/art/test/Statics/
DStatics.java18 static final boolean s0 = true; field in Statics
29 return s0; in getS0()
/art/runtime/interpreter/mterp/arm/
Dfloating_point.S17 GET_VREG_FLOAT_BY_ADDR s0, r2 @ s0<- vBB
40 GET_VREG_FLOAT_BY_ADDR s0, r9 @ s0<- vA
/art/runtime/interpreter/mterp/arm64/
Dfloating_point.S13 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/
DMain.java43 String s0 = new String("0"); in shlemiel() local
65 s += s0; in shlemiel()
/art/compiler/optimizing/
Doptimizing_cfi_test_expected.inc157 // 0x0000000c: sw s0, +52(sp)
166 // 0x00000020: lw s0, +52(sp)
194 // 0x0000000c: sd s0, +40(sp)
205 // 0x00000020: ld s0, +40(sp)
354 // 0x0000000c: sw s0, +52(sp)
378 // 0x0002004c: lw s0, +52(sp)
410 // 0x0000000c: sd s0, +40(sp)
427 // 0x00020030: ld s0, +40(sp)
Dcode_generator_arm_vixl.h58 vixl::aarch32::s0,
108 vixl::aarch32::s0,
216 ? helpers::LocationFrom(vixl::aarch32::s0, vixl::aarch32::s1) in GetFpuLocation()
217 : helpers::LocationFrom(vixl::aarch32::s0); in GetFpuLocation()
/art/runtime/interpreter/mterp/mips64/
Dmain.S39 #define s0 $$16 /* saved across subroutine calls (callee saved) */ macro
93 #define rPC s0
379 sd s0, STACK_OFFSET_S0(sp)
708 ld s0, STACK_OFFSET_S0(sp)
/art/runtime/arch/mips64/
Dasm_support_mips64.S25 #define rSUSPEND $s0
Dquick_entrypoints_mips64.S666 sd $s0, 16($sp)
1039 # push a4, a5, s0(rSUSPEND), s1(rSELF), s8, ra onto the stack
1048 sd $s0, 16($sp)
1099 ld $s0, 16($sp)
1141 # push a4, a5, s0(rSUSPEND), s1(rSELF), s8, ra, onto the stack
1150 sd $s0, 16($sp)
1195 # pop a4, a5, s0(rSUSPEND), s1(rSELF), s8, ra off of the stack
1200 ld $s0, 16($sp)
/art/test/623-checker-loop-regressions/src/
DMain.java529 int s0 = 0; in reduction32Values() local
562 s0 += a[i]; in reduction32Values()
595 return s0 + s1 + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10 + s11 + s12 + s13 + s14 + s15 + in reduction32Values()
/art/runtime/
Dintern_table_test.cc124 Handle<mirror::String> s0(hs.NewHandle(t.InternWeak(hello.Get()))); in TEST_F() local
131 p.Expect(s0.Get()); in TEST_F()
Dclass_linker_test.cc1175 ArtField* s0 = mirror::Class::FindStaticField(soa.Self(), statics.Get(), "s0", "Z"); in TEST_F() local
1176 EXPECT_EQ(s0->GetTypeAsPrimitiveType(), Primitive::kPrimBoolean); in TEST_F()
1177 EXPECT_EQ(true, s0->GetBoolean(statics.Get())); in TEST_F()
1178 s0->SetBoolean<false>(statics.Get(), false); in TEST_F()
1224 EXPECT_FALSE(s0->GetBoolean(statics.Get())); in TEST_F()
/art/runtime/arch/mips/
Dasm_support_mips.S25 #define rSUSPEND $s0
Dquick_entrypoints_mips.S68 sw $s0, 68($sp)
380 sw $s0, 204($sp)
512 lw $s0, 204($sp)
640 sw $s0, 4($sp)
699 lw $s0, 4($sp)
754 lw $s0, 64($a0)
971 addiu $sp, $sp, -SPILL_SIZE # spill s0, s1, fp, ra and gp
980 sw $s0, 0($sp)
1219 lw $s0, 0($sp)
/art/runtime/interpreter/mterp/mips/
Dmain.S64 #define rPC s0
104 #define s0 $$16 /* saved across subroutine calls (callee saved) */ macro
696 STACK_STORE(s0, 116); \
713 STACK_LOAD(s0, 116); \
/art/test/959-invoke-polymorphic-accessors/src/
DMain.java812 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/
DMain.java1180 public VariableArityTester(String s0, String... strings) { update(s0, strings); } in VariableArityTester() argument
1202 public String update(String s0, String... strings) { return lastResult = tally(s0, strings); } in update() argument
1229 public static String tally(String s0, String... strings) { in tally() argument
1230 return s0 + ", " + Arrays.toString(strings); in tally()
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.cc109 cfi().RelOffsetForMany(DWARFReg(s0), 0, fp_spill_mask, kFramePointerSize); in BuildFrame()
171 cfi().RestoreMany(DWARFReg(s0), fp_spill_mask); in RemoveFrame()
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S688 str s0, [x4]
831 LOADREG x15 4 s0 .LfillRegisters
956 LOADREG x15 4 s0 .LfillRegisters2
1051 str s0, [x3]

12