Home
last modified time | relevance | path

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

/external/vixl/test/aarch32/
Dtest-assembler-aarch32.cc2879 __ 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/
Dmacro-assembler-aarch32.h6221 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