Home | History | Annotate | Download | only in arm

Lines Matching defs:cbz

2011 void Thumb2Assembler::cbz(Register rn, Label* label) {
2014 LOG(FATAL) << "cbz can only be used to branch forwards";
2099 // A cbz/cbnz instruction has changed size. There is no valid encoding for
2100 // a 32 bit cbz/cbnz so we need to change this to an instruction pair:
2534 cbz(r, label);