Home
last modified time | relevance | path

Searched refs:Vpop (Results 1 – 3 of 3) sorted by relevance

/external/vixl/examples/aarch32/
Dpi.cc78 __ Vpop(Untyped64, DRegisterList(d8, 8)); in GenerateApproximatePi() local
/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.cc899 if (Has32DRegs()) Vpop(Untyped64, DRegisterList(d16, 16)); in Printf()
900 Vpop(Untyped64, DRegisterList(d0, 8)); in Printf()
941 Vpop(Untyped32, SRegisterList(SRegister(*vfp_count * 2))); in PreparePrintfArgument()
948 Vpop(Untyped64, DRegisterList(DRegister(*vfp_count))); in PreparePrintfArgument()
Dmacro-assembler-aarch32.h8492 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
8502 Vpop(cond, kDataTypeValueNone, dreglist); in Vpop()
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
8516 Vpop(cond, kDataTypeValueNone, sreglist); in Vpop()
8518 void Vpop(SRegisterList sreglist) { Vpop(al, kDataTypeValueNone, sreglist); } in Vpop() function