Searched defs:Vcmpe (Results 1 – 2 of 2) sorted by relevance
/external/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
|
/external/vixl/src/aarch32/ |
D | macro-assembler-aarch32.h | 6221 void Vcmpe(Condition cond, in Vcmpe() function 6233 void Vcmpe(DataType dt, SRegister rd, const SOperand& operand) { in Vcmpe() function 6237 void Vcmpe(Condition cond, in Vcmpe() function 6249 void Vcmpe(DataType dt, DRegister rd, const DOperand& operand) { in Vcmpe() function 10515 void Vcmpe(Condition cond, VRegister rd, VRegister rm) { in Vcmpe() function 10524 void Vcmpe(VRegister rd, VRegister rm) { Vcmpe(al, rd, rm); } in Vcmpe() function
|