Home | History | Annotate | Download | only in ppc

Lines Matching full:is_branch

456 void Assembler::target_at_put(int pos, int target_pos, bool* is_branch) {
460 if (is_branch != nullptr) {
461 *is_branch = (opcode == BX || opcode == BCX);
561 bool is_branch = false;
575 target_at_put(fixup_pos, pos, &is_branch);
580 if (!trampoline_emitted_ && is_branch) {