Home
last modified time | relevance | path

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

/aosp_15_r20/external/vixl/test/aarch32/
H A 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
/aosp_15_r20/external/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.h6239 void Vcmpe(Condition cond, in Vcmpe() function
6251 void Vcmpe(DataType dt, SRegister rd, const SOperand& operand) { in Vcmpe() function
6255 void Vcmpe(Condition cond, in Vcmpe() function
6267 void Vcmpe(DataType dt, DRegister rd, const DOperand& operand) { in Vcmpe() function
10533 void Vcmpe(Condition cond, VRegister rd, VRegister rm) { in Vcmpe() function
10542 void Vcmpe(VRegister rd, VRegister rm) { Vcmpe(al, rd, rm); } in Vcmpe() function