Lines Matching refs:BRANCH_SET_LINK
320 return instr_is_relative_branch(instr) && (ppc_inst_val(instr) & BRANCH_SET_LINK); in instr_is_relative_link_branch()
459 err = create_branch(&instr, &instr, addr, BRANCH_SET_LINK); in test_branch_iform()
463 err = create_branch(&instr, &instr, addr - 0x100, BRANCH_SET_LINK); in test_branch_iform()
471 err = create_branch(&instr, &instr, addr - 0x2000000, BRANCH_SET_LINK); in test_branch_iform()
475 err = create_branch(&instr, &instr, addr - 0x2000004, BRANCH_SET_LINK); in test_branch_iform()
479 err = create_branch(&instr, &instr, addr + 0x2000000, BRANCH_SET_LINK); in test_branch_iform()
483 err = create_branch(&instr, &instr, addr + 3, BRANCH_SET_LINK); in test_branch_iform()
501 create_branch(&instr, iptr, dest, BRANCH_SET_LINK); in test_create_function_call()
542 flags = 0x3ff000 | BRANCH_SET_LINK; in test_branch_bform()
625 patch_branch(p, addr, BRANCH_SET_LINK); in test_translate_branch()
683 create_cond_branch(&instr, p, addr, BRANCH_SET_LINK); in test_translate_branch()