Home | History | Annotate | Download | only in aarch32

Lines Matching refs:Rsc

874   // ADDW, ORN, ORNS, PKHBT, PKHTB, RSC, RSCS, SUBW, SXTAB, SXTAB16, SXTAH,
3257 void Rsc(Condition cond, Register rd, Register rn, const Operand& operand) {
3265 rsc(cond, rd, rn, operand);
3267 void Rsc(Register rd, Register rn, const Operand& operand) {
3268 Rsc(al, rd, rn, operand);
3270 void Rsc(FlagsUpdate flags,
3277 Rsc(cond, rd, rn, operand);
3283 Rsc(cond, rd, rn, operand);
3287 void Rsc(FlagsUpdate flags,
3291 Rsc(flags, al, rd, rn, operand);