/external/vixl/test/aarch32/ |
D | test-utils-aarch32.cc | 74 __ Vstr(Untyped64, in Dump() local
|
D | test-simulator-cond-dt-drt-drd-drn-drm-float-f64-t32.cc | 1457 __ 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
|
D | test-simulator-cond-dt-drt-drd-drn-drm-float-f64-a32.cc | 1457 __ 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
|
D | test-disasm-a32.cc | 2146 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/ |
D | macro-assembler-aarch32.h | 10170 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 …]
|