Searched defs:vpop (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/crankshaft/arm/ |
D | lithium-gap-resolver-arm.cc | 284 __ vpop(kScratchDoubleReg); in EmitMove() local
|
/external/boringssl/src/crypto/poly1305/ |
D | poly1305_arm_asm.S | 1520 vpop {q4,q5,q6,q7} label
|
/external/boringssl/src/crypto/curve25519/asm/ |
D | x25519-asm-arm.S | 2119 vpop {q4,q5,q6,q7} label
|
/external/vixl/src/aarch32/ |
D | assembler-aarch32.h | 5158 void vpop(DataType dt, DRegisterList dreglist) { vpop(al, dt, dreglist); } in vpop() function 5159 void vpop(DRegisterList dreglist) { vpop(al, kDataTypeValueNone, dreglist); } in vpop() function 5160 void vpop(Condition cond, DRegisterList dreglist) { in vpop() function 5165 void vpop(DataType dt, SRegisterList sreglist) { vpop(al, dt, sreglist); } in vpop() function 5166 void vpop(SRegisterList sreglist) { vpop(al, kDataTypeValueNone, sreglist); } in vpop() function 5167 void vpop(Condition cond, SRegisterList sreglist) { in vpop() function
|
D | assembler-aarch32.cc | 22396 void Assembler::vpop(Condition cond, DataType dt, DRegisterList dreglist) { in vpop() function in vixl::aarch32::Assembler 22423 void Assembler::vpop(Condition cond, DataType dt, SRegisterList sreglist) { in vpop() function in vixl::aarch32::Assembler
|
D | disasm-aarch32.cc | 5655 void Disassembler::vpop(Condition cond, DataType dt, DRegisterList dreglist) { in vpop() function in vixl::aarch32::Disassembler 5661 void Disassembler::vpop(Condition cond, DataType dt, SRegisterList sreglist) { in vpop() function in vixl::aarch32::Disassembler
|
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerARM32.cpp | 3978 void AssemblerARM32::vpop(const Variable *OpBaseReg, SizeT NumConsecRegs, in vpop() function in Ice::ARM32::AssemblerARM32
|
/external/valgrind/perf/ |
D | tinycc.c | 10687 void vpop(void) in vpop() function
|