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 NearBranchAndLiteralFuzzHelper() local
|
/external/swiftshader/third_party/subzero/src/ |
D | IceInstARM32.h | 433 Vcmp, enumerator
|
/external/vixl/src/aarch32/ |
D | macro-assembler-aarch32.h | 6192 void Vcmp(Condition cond, in Vcmp() function 6204 void Vcmp(DataType dt, SRegister rd, const SOperand& operand) { in Vcmp() function 6208 void Vcmp(Condition cond, in Vcmp() function 6220 void Vcmp(DataType dt, DRegister rd, const DOperand& operand) { in Vcmp() function 10508 void Vcmp(Condition cond, VRegister rd, VRegister rm) { in Vcmp() function 10517 void Vcmp(VRegister rd, VRegister rm) { Vcmp(al, rd, rm); } in Vcmp() function
|