Home | History | Annotate | Download | only in ppc

Lines Matching defs:is_branch

416 void Assembler::target_at_put(int pos, int target_pos, bool* is_branch) {
420 if (is_branch != nullptr) {
421 *is_branch = (opcode == BX || opcode == BCX);
521 bool is_branch = false;
535 target_at_put(fixup_pos, pos, &is_branch);
540 if (!trampoline_emitted_ && is_branch) {