Home
last modified time | relevance | path

Searched defs:Vstr (Results 1 – 4 of 4) sorted by relevance

/third_party/vixl/test/aarch32/
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-utils-aarch32.cc74 __ Vstr(Untyped64, in Dump() local
/third_party/vixl/src/aarch32/
Dmacro-assembler-aarch32.h12389 void Vstr(Condition cond, in Assembler() function
12405 void Vstr(DataType dt, DRegister rd, const MemOperand& operand) { in Assembler() function
12408 void Vstr(Condition cond, DRegister rd, const MemOperand& operand) { in Assembler() function
12411 void Vstr(DRegister rd, const MemOperand& operand) { in Assembler() function
12415 void Vstr(Condition cond, in Assembler() function
12431 void Vstr(DataType dt, SRegister rd, const MemOperand& operand) { in Assembler() function
12434 void Vstr(Condition cond, SRegister rd, const MemOperand& operand) { in Assembler() function
12437 void Vstr(SRegister rd, const MemOperand& operand) { in Assembler() function