Home | History | Annotate | Download | only in a64

Lines Matching refs:Cbnz

74   // cbz and cbnz
429 void Cbnz(const Register& rt, Label* label) {
432 cbnz(rt, label);