Searched defs:Vstr (Results 1 – 4 of 4) sorted by relevance
| /external/vixl/test/aarch32/ |
| 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-utils-aarch32.cc | 74 __ Vstr(Untyped64, in Dump() local
|
| /external/vixl/src/aarch32/ |
| D | macro-assembler-aarch32.h | 10188 void Vstr(Condition cond, in Vstr() function 10200 void Vstr(DataType dt, DRegister rd, const MemOperand& operand) { in Vstr() function 10203 void Vstr(Condition cond, DRegister rd, const MemOperand& operand) { in Vstr() function 10206 void Vstr(DRegister rd, const MemOperand& operand) { in Vstr() function 10210 void Vstr(Condition cond, in Vstr() function 10222 void Vstr(DataType dt, SRegister rd, const MemOperand& operand) { in Vstr() function 10225 void Vstr(Condition cond, SRegister rd, const MemOperand& operand) { in Vstr() function 10228 void Vstr(SRegister rd, const MemOperand& operand) { in Vstr() function
|