Home
last modified time | relevance | path

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

/third_party/vixl/test/aarch32/
H A Dtest-utils-aarch32.cc74 __ Vstr(Untyped64, in Dump()
H A Dtest-disasm-a32.cc2147 TEST(macro_assembler_T32_Vstr_d) { TEST_VMEMOP(Vstr, "vstr ", d1); } in TEST()
2151 TEST(macro_assembler_T32_Vstr_s) { TEST_VMEMOP(Vstr, "vstr ", s3); } in TEST()
2232 TEST(macro_assembler_A32_Vstr_d) { TEST_VMEMOP(Vstr, "vstr ", d1); } in TEST()
2236 TEST(macro_assembler_A32_Vstr_s) { TEST_VMEMOP(Vstr, "vstr ", s3); } in TEST()
2264 MUST_FAIL_TEST_BOTH(Vstr(s0, MemOperand(pc, 1, PreIndex)), in TEST()
2268 MUST_FAIL_TEST_BOTH(Vstr(s0, MemOperand(pc, r0, PreIndex)), in TEST()
2278 MUST_FAIL_TEST_BOTH(Vstr(d0, MemOperand(pc, 1, PreIndex)), in TEST()
2282 MUST_FAIL_TEST_BOTH(Vstr(d0, MemOperand(pc, r0, PreIndex)), in TEST()
H A Dtest-simulator-cond-dt-drt-drd-drn-drm-float-f64-a32.cc1457 __ Vstr(rd, MemOperand(result_ptr, offsetof(Inputs, rd))); in TestHelper()
1458 __ Vstr(rn, MemOperand(result_ptr, offsetof(Inputs, rn))); in TestHelper()
1459 __ Vstr(rm, MemOperand(result_ptr, offsetof(Inputs, rm))); in TestHelper()
H A Dtest-simulator-cond-dt-drt-drd-drn-drm-float-f64-t32.cc1457 __ Vstr(rd, MemOperand(result_ptr, offsetof(Inputs, rd))); in TestHelper()
1458 __ Vstr(rn, MemOperand(result_ptr, offsetof(Inputs, rn))); in TestHelper()
1459 __ Vstr(rm, MemOperand(result_ptr, offsetof(Inputs, rm))); in TestHelper()
/third_party/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.h12389 void Vstr(Condition cond, in MacroAssembler() function in vixl::aarch32::MacroAssembler
12405 void Vstr(DataType dt, DRegister rd, const MemOperand& operand) { in MacroAssembler() function in vixl::aarch32::MacroAssembler
12406 Vstr(al, dt, rd, operand); in MacroAssembler()
12408 void Vstr(Condition cond, DRegister rd, const MemOperand& operand) { in MacroAssembler() function in vixl::aarch32::MacroAssembler
12409 Vstr(cond, Untyped64, rd, operand); in MacroAssembler()
12411 void Vstr(DRegister rd, const MemOperand& operand) { in MacroAssembler() function in vixl::aarch32::MacroAssembler
12412 Vstr(al, Untyped64, rd, operand); in MacroAssembler()
12415 void Vstr(Condition cond, in MacroAssembler() function in vixl::aarch32::MacroAssembler
12431 void Vstr(DataType dt, SRegister rd, const MemOperand& operand) { in MacroAssembler() function in vixl::aarch32::MacroAssembler
12432 Vstr(a in MacroAssembler()
12434 void Vstr(Condition cond, SRegister rd, const MemOperand& operand) { MacroAssembler() function in vixl::aarch32::MacroAssembler
12437 void Vstr(SRegister rd, const MemOperand& operand) { MacroAssembler() function in vixl::aarch32::MacroAssembler
[all...]

Completed in 31 milliseconds