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.h10194 void Vstr(Condition cond, in Vstr() function
10206 void Vstr(DataType dt, DRegister rd, const MemOperand& operand) { in Vstr() function
10209 void Vstr(Condition cond, DRegister rd, const MemOperand& operand) { in Vstr() function
10212 void Vstr(DRegister rd, const MemOperand& operand) { in Vstr() function
10216 void Vstr(Condition cond, in Vstr() function
10228 void Vstr(DataType dt, SRegister rd, const MemOperand& operand) { in Vstr() function
10231 void Vstr(Condition cond, SRegister rd, const MemOperand& operand) { in Vstr() function
10234 void Vstr(SRegister rd, const MemOperand& operand) { in Vstr() function