Searched defs:Vcmp (Results 1 – 3 of 3) sorted by relevance
| /third_party/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 NearBranchAndLiteralFuzzHelper() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| D | IceInstARM32.h | 433 Vcmp, enumerator
|
| /third_party/vixl/src/aarch32/ |
| D | macro-assembler-aarch32.h | 7540 void Vcmp(Condition cond, in Assembler() function 7556 void Vcmp(DataType dt, SRegister rd, const SOperand& operand) { in Assembler() function 7560 void Vcmp(Condition cond, in Assembler() function 7576 void Vcmp(DataType dt, DRegister rd, const DOperand& operand) { in Assembler() function 12808 void Vcmp(Condition cond, VRegister rd, VRegister rm) { in Assembler() function 12817 void Vcmp(VRegister rd, VRegister rm) { Vcmp(al, rd, rm); } in Assembler() function
|