Home | History | Annotate | Download | only in aarch64

Lines Matching defs:Tbz

564         Tbz(reg, bit, label);
666 // This is to avoid a situation where emitting a veneer for a TBZ/TBNZ branch
676 tbz(rt, bit_pos, &done);
690 void MacroAssembler::Tbz(const Register& rt, unsigned bit_pos, Label* label) {
691 // This is to avoid a situation where emitting a veneer for a TBZ/TBNZ branch
710 tbz(rt, bit_pos, label);