H A D | assembler-aarch32.h | 5200 void vpop(Condition cond, DataType dt, DRegisterList dreglist); 5201 void vpop(DataType dt, DRegisterList dreglist) { vpop(al, dt, dreglist); } in vpop() function in vixl::aarch32::Assembler 5202 void vpop(DRegisterList dreglist) { vpop(al, kDataTypeValueNone, dreglist); } in vpop() function in vixl::aarch32::Assembler 5203 void vpop(Condition cond, DRegisterList dreglist) { in vpop() function in vixl::aarch32::Assembler 5204 vpop(cond, kDataTypeValueNone, dreglist); in vpop() 5207 void vpop(Condition cond, DataType dt, SRegisterList sreglist); 5208 void vpop(DataType dt, SRegisterList sreglist) { vpop(a function in vixl::aarch32::Assembler 5209 void vpop(SRegisterList sreglist) { vpop(al, kDataTypeValueNone, sreglist); } vpop() function in vixl::aarch32::Assembler 5210 void vpop(Condition cond, SRegisterList sreglist) { vpop() function in vixl::aarch32::Assembler [all...] |