Home | History | Annotate | Download | only in arm64

Lines Matching refs:TBZ

694       //    Tbz(label);   // First tbz. Pointing to unconditional branch.
696 // Tbz(label); // Second tbz. Pointing to the first tbz.
698 // and this function is called to remove the first tbz from the label link
699 // chain. Since tbz has a range of +-32KB, the second tbz cannot point to
1039 void Assembler::tbz(const Register& rt,
1044 Emit(TBZ | ImmTestBranchBit(bit_pos) | ImmTestBranch(imm14) | Rt(rt));
1048 void Assembler::tbz(const Register& rt,
1052 tbz(rt, bit_pos, LinkAndGetInstructionOffsetTo(label));