Home | History | Annotate | Download | only in arm

Lines Matching refs:LeaveCC

951     __ rsb(ival, ival, Operand(0, RelocInfo::NONE), LeaveCC, ne);
963 __ orr(fval, fval, Operand(exponent_word_for_1), LeaveCC, eq);
3623 __ mov(r1, Operand(0x7ff), LeaveCC, eq);
3893 __ mov(r9, Operand(kBinary32ExponentMask), LeaveCC, eq);
3903 __ and_(r5, r5, Operand(HeapNumber::kSignMask), LeaveCC, gt);
3904 __ orr(r5, r5, Operand(kBinary32ExponentMask), LeaveCC, gt);
3908 __ and_(r5, r5, Operand(HeapNumber::kSignMask), LeaveCC, lt);
3947 __ mov(r5, Operand(0, RelocInfo::NONE), LeaveCC, eq);
3951 __ mov(r5, Operand(0, RelocInfo::NONE), LeaveCC, eq);
3958 __ mov(r5, Operand(0, RelocInfo::NONE), LeaveCC, mi);
3963 __ mov(r5, Operand(min_value), LeaveCC, ge);
3971 __ mov(r5, Operand(r5, LSR, r9), LeaveCC, pl);
3981 __ rsb(r5, r5, Operand(0, RelocInfo::NONE), LeaveCC, ne);