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 | 8397 void Vpop(Condition cond, DataType dt, DRegisterList dreglist) { in Vpop() function 8405 void Vpop(DataType dt, DRegisterList dreglist) { Vpop(al, dt, dreglist); } in Vpop() function 8406 void Vpop(Condition cond, DRegisterList dreglist) { in Vpop() function 8409 void Vpop(DRegisterList dreglist) { Vpop(al, kDataTypeValueNone, dreglist); } in Vpop() function 8411 void Vpop(Condition cond, DataType dt, SRegisterList sreglist) { in Vpop() function 8419 void Vpop(DataType dt, SRegisterList sreglist) { Vpop(al, dt, sreglist); } in Vpop() function 8420 void Vpop(Condition cond, SRegisterList sreglist) { in Vpop() function 8423 void Vpop(SRegisterList sreglist) { Vpop(al, kDataTypeValueNone, sreglist); } in Vpop() function
|