Home
last modified time | relevance | path

Searched defs:Vcmpe (Results 1 – 2 of 2) sorted by relevance

/external/vixl/test/aarch32/
Dtest-assembler-aarch32.cc2885 __ Vcmpe(F32, s0, s1); in TEST() local
2888 __ Vcmpe(F32, s0, 0.0f); in TEST() local
2891 __ Vcmpe(F32, s2, 0.0f); in TEST() local
2916 __ Vcmpe(F64, d0, d1); in TEST() local
2919 __ Vcmpe(F64, d0, 0.0); in TEST() local
2922 __ Vcmpe(F64, d2, 0.0); in TEST() local
/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.h6245 void Vcmpe(Condition cond, in Vcmpe() function
6257 void Vcmpe(DataType dt, SRegister rd, const SOperand& operand) { in Vcmpe() function
6261 void Vcmpe(Condition cond, in Vcmpe() function
6273 void Vcmpe(DataType dt, DRegister rd, const DOperand& operand) { in Vcmpe() function
10539 void Vcmpe(Condition cond, VRegister rd, VRegister rm) { in Vcmpe() function
10548 void Vcmpe(VRegister rd, VRegister rm) { Vcmpe(al, rd, rm); } in Vcmpe() function