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 | 10170 void Vstr(Condition cond, in Vstr() function 10182 void Vstr(DataType dt, DRegister rd, const MemOperand& operand) { in Vstr() function 10185 void Vstr(Condition cond, DRegister rd, const MemOperand& operand) { in Vstr() function 10188 void Vstr(DRegister rd, const MemOperand& operand) { in Vstr() function 10192 void Vstr(Condition cond, in Vstr() function 10204 void Vstr(DataType dt, SRegister rd, const MemOperand& operand) { in Vstr() function 10207 void Vstr(Condition cond, SRegister rd, const MemOperand& operand) { in Vstr() function 10210 void Vstr(SRegister rd, const MemOperand& operand) { in Vstr() function
|