Searched defs:Vpop (Results 1 – 2 of 2) sorted by relevance
/external/vixl/examples/aarch32/ |
D | pi.cc | 81 __ Vpop(Untyped64, DRegisterList(d8, 8)); in GenerateApproximatePi() local
|
/external/vixl/src/aarch32/ |
D | macro-assembler-aarch32.h | 8418 void Vpop(Condition cond, DataType dt, DRegisterList dreglist) { in Vpop() function 8426 void Vpop(DataType dt, DRegisterList dreglist) { Vpop(al, dt, dreglist); } in Vpop() function 8427 void Vpop(Condition cond, DRegisterList dreglist) { in Vpop() function 8430 void Vpop(DRegisterList dreglist) { Vpop(al, kDataTypeValueNone, dreglist); } in Vpop() function 8432 void Vpop(Condition cond, DataType dt, SRegisterList sreglist) { in Vpop() function 8440 void Vpop(DataType dt, SRegisterList sreglist) { Vpop(al, dt, sreglist); } in Vpop() function 8441 void Vpop(Condition cond, SRegisterList sreglist) { in Vpop() function 8444 void Vpop(SRegisterList sreglist) { Vpop(al, kDataTypeValueNone, sreglist); } in Vpop() function
|