Searched refs:Vcmpe (Results 1 – 3 of 3) sorted by relevance
/third_party/vixl/test/aarch32/ |
D | test-assembler-aarch32.cc | 2879 __ Vcmpe(F32, s0, s1); in TEST() local 2882 __ Vcmpe(F32, s0, 0.0f); in TEST() local 2885 __ Vcmpe(F32, s2, 0.0f); in TEST() local 2910 __ Vcmpe(F64, d0, d1); in TEST() local 2913 __ Vcmpe(F64, d0, 0.0); in TEST() local 2916 __ Vcmpe(F64, d2, 0.0); in TEST() local
|
D | test-disasm-a32.cc | 3880 COMPARE_BOTH(Vcmpe(F32, s0, s1), "vcmpe.f32 s0, s1\n"); in TEST() 3881 COMPARE_BOTH(Vcmpe(F64, d0, d1), "vcmpe.f64 d0, d1\n"); in TEST() 3882 COMPARE_BOTH(Vcmpe(F32, s0, 0.0f), "vcmpe.f32 s0, #0.0\n"); in TEST() 3883 COMPARE_BOTH(Vcmpe(F64, d0, 0.0), "vcmpe.f64 d0, #0.0\n"); in TEST()
|
/third_party/vixl/src/aarch32/ |
D | macro-assembler-aarch32.h | 7580 void Vcmpe(Condition cond, in Assembler() function 7596 void Vcmpe(DataType dt, SRegister rd, const SOperand& operand) { in Assembler() function 7597 Vcmpe(al, dt, rd, operand); in Assembler() 7600 void Vcmpe(Condition cond, in Assembler() function 7616 void Vcmpe(DataType dt, DRegister rd, const DOperand& operand) { in Assembler() function 7617 Vcmpe(al, dt, rd, operand); in Assembler() 12818 void Vcmpe(Condition cond, VRegister rd, VRegister rm) { in Assembler() function 12822 Vcmpe(cond, F32, rd.S(), rm.S()); in Assembler() 12824 Vcmpe(cond, F64, rd.D(), rm.D()); in Assembler() 12827 void Vcmpe(VRegister rd, VRegister rm) { Vcmpe(al, rd, rm); } in Assembler() function
|