Lines Matching refs:LeaveCC
423 void and_(Register dst, Register src1, const Operand& src2, SBit s = LeaveCC,
425 void and_(Register dst, Register src1, Register src2, SBit s = LeaveCC,
428 void eor(Register dst, Register src1, const Operand& src2, SBit s = LeaveCC,
430 void eor(Register dst, Register src1, Register src2, SBit s = LeaveCC,
433 void sub(Register dst, Register src1, const Operand& src2, SBit s = LeaveCC,
435 void sub(Register dst, Register src1, Register src2, SBit s = LeaveCC,
438 void rsb(Register dst, Register src1, const Operand& src2, SBit s = LeaveCC,
441 void add(Register dst, Register src1, const Operand& src2, SBit s = LeaveCC,
443 void add(Register dst, Register src1, Register src2, SBit s = LeaveCC,
446 void adc(Register dst, Register src1, const Operand& src2, SBit s = LeaveCC,
449 void sbc(Register dst, Register src1, const Operand& src2, SBit s = LeaveCC,
452 void rsc(Register dst, Register src1, const Operand& src2, SBit s = LeaveCC,
467 void orr(Register dst, Register src1, const Operand& src2, SBit s = LeaveCC,
469 void orr(Register dst, Register src1, Register src2, SBit s = LeaveCC,
472 void mov(Register dst, const Operand& src, SBit s = LeaveCC,
474 void mov(Register dst, Register src, SBit s = LeaveCC, Condition cond = al);
485 void bic(Register dst, Register src1, const Operand& src2, SBit s = LeaveCC,
488 void mvn(Register dst, const Operand& src, SBit s = LeaveCC,
493 void asr(Register dst, Register src1, const Operand& src2, SBit s = LeaveCC,
496 void lsl(Register dst, Register src1, const Operand& src2, SBit s = LeaveCC,
499 void lsr(Register dst, Register src1, const Operand& src2, SBit s = LeaveCC,
505 SBit s = LeaveCC, Condition cond = al);
514 void mul(Register dst, Register src1, Register src2, SBit s = LeaveCC,
523 SBit s = LeaveCC, Condition cond = al);
526 SBit s = LeaveCC, Condition cond = al);
529 SBit s = LeaveCC, Condition cond = al);
532 SBit s = LeaveCC, Condition cond = al);