HomeSort by relevance Sort by last modified time
    Searched defs:tbz (Results 1 - 2 of 2) sorted by null

  /external/vixl/src/aarch64/
assembler-aarch64.cc 351 void Assembler::tbz(const Register& rt, unsigned bit_pos, int64_t imm14) { function in class:vixl::aarch64::Assembler
353 Emit(TBZ | ImmTestBranchBit(bit_pos) | ImmTestBranch(imm14) | Rt(rt));
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));
    [all...]
  /external/v8/src/arm64/
assembler-arm64.cc 708 // 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
    [all...]

Completed in 100 milliseconds