Home | History | Annotate | Download | only in a64

Lines Matching refs:Tbnz

76   // tbz and tbnz
995 void Tbnz(const Register& rt, unsigned bit_pos, Label* label) {
998 tbnz(rt, bit_pos, label);