Searched defs:tbz (Results 1 - 2 of 2) sorted by relevance

/external/vixl/src/aarch64/
H A Dassembler-aarch64.cc351 void Assembler::tbz(const Register& rt, unsigned bit_pos, int64_t imm14) { function in class:vixl::aarch64::Assembler
357 void Assembler::tbz(const Register& rt, unsigned bit_pos, Label* label) { function in class:vixl::aarch64::Assembler
360 tbz(rt, bit_pos, static_cast<int>(offset));
/external/v8/src/arm64/
H A Dassembler-arm64.cc708 // Tbz(label); // First tbz. Pointing to unconditional branch.
710 // Tbz(label); // Second tbz. Pointing to the first tbz.
712 // and this function is called to remove the first tbz from the label link
713 // chain. Since tbz has a range of +-32KB, the second tbz cannot point to
1052 void Assembler::tbz(const Register& rt, function in class:v8::internal::Assembler
1060 void Assembler::tbz(const Register& rt, function in class:v8::internal::Assembler
1063 tbz(rt, bit_pos, LinkAndGetInstructionOffsetTo(label));

Completed in 81 milliseconds