Searched defs:vpop (Results 1 - 6 of 6) sorted by relevance

/external/boringssl/src/crypto/poly1305/
H A Dpoly1305_arm_asm.S1520 vpop {q4,q5,q6,q7} label
/external/boringssl/src/crypto/curve25519/asm/
H A Dx25519-asm-arm.S2120 vpop {q4,q5,q6,q7} label
/external/vixl/src/aarch32/
H A Dassembler-aarch32.cc21145 void Assembler::vpop(Condition cond, DataType dt, DRegisterList dreglist) { function in class:vixl::aarch32::Assembler
21169 Delegate(kVpop, &Assembler::vpop, cond, dt, dreglist);
21172 void Assembler::vpop(Condition cond, DataType dt, SRegisterList sreglist) { function in class:vixl::aarch32::Assembler
21193 Delegate(kVpop, &Assembler::vpop, cond, dt, sreglist);
H A Dassembler-aarch32.h5100 void vpop(Condition cond, DataType dt, DRegisterList dreglist);
5101 void vpop(DataType dt, DRegisterList dreglist) { vpop(al, dt, dreglist); } function in class:vixl::aarch32::Assembler
5102 void vpop(DRegisterList dreglist) { vpop(al, kDataTypeValueNone, dreglist); } function in class:vixl::aarch32::Assembler
5103 void vpop(Condition cond, DRegisterList dreglist) { function in class:vixl::aarch32::Assembler
5104 vpop(cond, kDataTypeValueNone, dreglist);
5107 void vpop(Condition cond, DataType dt, SRegisterList sreglist);
5108 void vpop(DataType dt, SRegisterList sreglist) { vpop(a function in class:vixl::aarch32::Assembler
5109 void vpop(SRegisterList sreglist) { vpop(al, kDataTypeValueNone, sreglist); } function in class:vixl::aarch32::Assembler
5110 void vpop(Condition cond, SRegisterList sreglist) { function in class:vixl::aarch32::Assembler
[all...]
H A Ddisasm-aarch32.cc5699 void Disassembler::vpop(Condition cond, DataType dt, DRegisterList dreglist) { function in class:vixl::aarch32::Disassembler
5705 void Disassembler::vpop(Condition cond, DataType dt, SRegisterList sreglist) { function in class:vixl::aarch32::Disassembler
22701 vpop(CurrentCond(),
22741 vpop(CurrentCond(),
[all...]
/external/valgrind/perf/
H A Dtinycc.c5421 void vpop(void);
10525 vpop();
10641 vpop();
10689 void vpop(void)
10852 vpop();
10857 vpop();
11569 vpop();
11584 vpop();
11924 vpop();
11927 vpop();
10687 void vpop(void) function
[all...]

Completed in 1139 milliseconds