Lines Matching refs:Vcmp
7540 void Vcmp(Condition cond,
7556 void Vcmp(DataType dt, SRegister rd, const SOperand& operand) {
7557 Vcmp(al, dt, rd, operand);
7560 void Vcmp(Condition cond,
7576 void Vcmp(DataType dt, DRegister rd, const DOperand& operand) {
7577 Vcmp(al, dt, rd, operand);
12808 void Vcmp(Condition cond, VRegister rd, VRegister rm) {
12812 Vcmp(cond, F32, rd.S(), rm.S());
12814 Vcmp(cond, F64, rd.D(), rm.D());
12817 void Vcmp(VRegister rd, VRegister rm) { Vcmp(al, rd, rm); }