Searched refs:Vpop (Results 1 - 3 of 3) sorted by relevance
/third_party/vixl/examples/aarch32/ |
H A D | pi.cc | 81 __ Vpop(Untyped64, DRegisterList(d8, 8)); in GenerateApproximatePi()
|
/third_party/vixl/src/aarch32/ |
H A D | macro-assembler-aarch32.cc | 618 if (Has32DRegs()) Vpop(Untyped64, DRegisterList(d16, 16)); in Printf() 619 Vpop(Untyped64, DRegisterList(d0, 8)); in Printf() 660 Vpop(Untyped32, SRegisterList(SRegister(*vfp_count * 2))); in PreparePrintfArgument() 667 Vpop(Untyped64, DRegisterList(DRegister(*vfp_count))); in PreparePrintfArgument()
|
H A D | macro-assembler-aarch32.h | 10237 void Vpop(Condition cond, DataType dt, DRegisterList dreglist) { in MacroAssembler() function in vixl::aarch32::MacroAssembler 10249 void Vpop(DataType dt, DRegisterList dreglist) { Vpop(al, dt, dreglist); } in MacroAssembler() function in vixl::aarch32::MacroAssembler 10250 void Vpop(Condition cond, DRegisterList dreglist) { in MacroAssembler() function in vixl::aarch32::MacroAssembler 10251 Vpop(cond, kDataTypeValueNone, dreglist); in MacroAssembler() 10253 void Vpop(DRegisterList dreglist) { Vpop(al, kDataTypeValueNone, dreglist); } in MacroAssembler() function in vixl::aarch32::MacroAssembler 10255 void Vpop(Condition cond, DataType dt, SRegisterList sreglist) { in MacroAssembler() function in vixl::aarch32::MacroAssembler 10267 void Vpop(DataType dt, SRegisterList sreglist) { Vpop(a in MacroAssembler() function in vixl::aarch32::MacroAssembler 10268 void Vpop(Condition cond, SRegisterList sreglist) { MacroAssembler() function in vixl::aarch32::MacroAssembler 10271 void Vpop(SRegisterList sreglist) { Vpop(al, kDataTypeValueNone, sreglist); } MacroAssembler() function in vixl::aarch32::MacroAssembler [all...] |
Completed in 24 milliseconds