Home | History | Annotate | Download | only in arm

Lines Matching defs:cbnz

3214 void Thumb2Assembler::cbnz(Register rn, Label* label) {
3217 LOG(FATAL) << "cbnz can only be used to branch forwards";
3220 LOG(FATAL) << "cbnz can only be used with low registers";
3843 cbnz(r, label);