Searched defs:Vcmp (Results 1 – 3 of 3) sorted by relevance
| /external/vixl/test/aarch32/ |
| D | test-assembler-aarch32.cc | 2817 __ Vcmp(F32, s0, s1); in TEST() local 2820 __ Vcmp(F32, s0, 0.0f); in TEST() local 2823 __ Vcmp(F32, s2, 0.0f); in TEST() local 2848 __ Vcmp(F64, d0, d1); in TEST() local 2851 __ Vcmp(F64, d0, 0.0); in TEST() local 2854 __ Vcmp(F64, d2, 0.0); in TEST() local 3766 __ Vcmp(s0, s1); in TEST_T32() local
|
| /external/swiftshader/third_party/subzero/src/ |
| D | IceInstARM32.h | 434 Vcmp, enumerator
|
| /external/vixl/src/aarch32/ |
| D | macro-assembler-aarch32.h | 6189 void Vcmp(Condition cond, in Vcmp() function 6201 void Vcmp(DataType dt, SRegister rd, const SOperand& operand) { in Vcmp() function 6205 void Vcmp(Condition cond, in Vcmp() function 6217 void Vcmp(DataType dt, DRegister rd, const DOperand& operand) { in Vcmp() function 10505 void Vcmp(Condition cond, VRegister rd, VRegister rm) { in Vcmp() function 10514 void Vcmp(VRegister rd, VRegister rm) { Vcmp(al, rd, rm); } in Vcmp() function
|