Searched defs:Vpop (Results 1 – 2 of 2) sorted by relevance
/external/vixl/examples/aarch32/ |
D | pi.cc | 78 __ Vpop(Untyped64, DRegisterList(d8, 8)); in GenerateApproximatePi() local
|
/external/vixl/src/aarch32/ |
D | macro-assembler-aarch32.h | 8492 void Vpop(Condition cond, DataType dt, DRegisterList dreglist) { in Vpop() function 8500 void Vpop(DataType dt, DRegisterList dreglist) { Vpop(al, dt, dreglist); } in Vpop() function 8501 void Vpop(Condition cond, DRegisterList dreglist) { in Vpop() function 8504 void Vpop(DRegisterList dreglist) { Vpop(al, kDataTypeValueNone, dreglist); } in Vpop() function 8506 void Vpop(Condition cond, DataType dt, SRegisterList sreglist) { in Vpop() function 8514 void Vpop(DataType dt, SRegisterList sreglist) { Vpop(al, dt, sreglist); } in Vpop() function 8515 void Vpop(Condition cond, SRegisterList sreglist) { in Vpop() function 8518 void Vpop(SRegisterList sreglist) { Vpop(al, kDataTypeValueNone, sreglist); } in Vpop() function
|