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

  /external/vixl/src/a64/
assembler-a64.cc 503 void Assembler::tbz(const Register& rt, function in class:vixl::Assembler
507 Emit(TBZ | ImmTestBranchBit(bit_pos) | ImmTestBranch(imm14) | Rt(rt));
511 void Assembler::tbz(const Register& rt, function in class:vixl::Assembler
514 tbz(rt, bit_pos, UpdateAndGetInstructionOffsetTo(label));
    [all...]
  /external/chromium_org/v8/src/arm64/
assembler-arm64.cc 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, function in class:v8::internal::Assembler
1048 void Assembler::tbz(const Register& rt, function in class:v8::internal::Assembler
    [all...]

Completed in 488 milliseconds