Home
last modified time | relevance | path

Searched refs:Vstr (Results 1 – 5 of 5) sorted by relevance

/external/vixl/test/aarch32/
Dtest-utils-aarch32.cc74 __ Vstr(Untyped64, in Dump() local
Dtest-simulator-cond-dt-drt-drd-drn-drm-float-f64-t32.cc1457 __ Vstr(rd, MemOperand(result_ptr, offsetof(Inputs, rd))); in TestHelper() local
1458 __ Vstr(rn, MemOperand(result_ptr, offsetof(Inputs, rn))); in TestHelper() local
1459 __ Vstr(rm, MemOperand(result_ptr, offsetof(Inputs, rm))); in TestHelper() local
Dtest-simulator-cond-dt-drt-drd-drn-drm-float-f64-a32.cc1457 __ Vstr(rd, MemOperand(result_ptr, offsetof(Inputs, rd))); in TestHelper() local
1458 __ Vstr(rn, MemOperand(result_ptr, offsetof(Inputs, rn))); in TestHelper() local
1459 __ Vstr(rm, MemOperand(result_ptr, offsetof(Inputs, rm))); in TestHelper() local
Dtest-disasm-a32.cc2146 TEST(macro_assembler_T32_Vstr_d) { TEST_VMEMOP(Vstr, "vstr ", d1); } in TEST()
2150 TEST(macro_assembler_T32_Vstr_s) { TEST_VMEMOP(Vstr, "vstr ", s3); } in TEST()
2231 TEST(macro_assembler_A32_Vstr_d) { TEST_VMEMOP(Vstr, "vstr ", d1); } in TEST()
2235 TEST(macro_assembler_A32_Vstr_s) { TEST_VMEMOP(Vstr, "vstr ", s3); } in TEST()
2263 MUST_FAIL_TEST_BOTH(Vstr(s0, MemOperand(pc, 1, PreIndex)), in TEST()
2267 MUST_FAIL_TEST_BOTH(Vstr(s0, MemOperand(pc, r0, PreIndex)), in TEST()
2277 MUST_FAIL_TEST_BOTH(Vstr(d0, MemOperand(pc, 1, PreIndex)), in TEST()
2281 MUST_FAIL_TEST_BOTH(Vstr(d0, MemOperand(pc, r0, PreIndex)), in TEST()
/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.h10170 void Vstr(Condition cond, in Vstr() function
10182 void Vstr(DataType dt, DRegister rd, const MemOperand& operand) { in Vstr() function
10183 Vstr(al, dt, rd, operand); in Vstr()
10185 void Vstr(Condition cond, DRegister rd, const MemOperand& operand) { in Vstr() function
10186 Vstr(cond, Untyped64, rd, operand); in Vstr()
10188 void Vstr(DRegister rd, const MemOperand& operand) { in Vstr() function
10189 Vstr(al, Untyped64, rd, operand); in Vstr()
10192 void Vstr(Condition cond, in Vstr() function
10204 void Vstr(DataType dt, SRegister rd, const MemOperand& operand) { in Vstr() function
10205 Vstr(al, dt, rd, operand); in Vstr()
[all …]