Home
last modified time | relevance | path

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

/external/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
/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.h10170 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