Lines Matching refs:BRANCH_SET_LINK
325 return instr_is_relative_branch(instr) && (ppc_inst_val(instr) & BRANCH_SET_LINK); in instr_is_relative_link_branch()
464 err = create_branch(&instr, &instr, addr, BRANCH_SET_LINK); in test_branch_iform()
468 err = create_branch(&instr, &instr, addr - 0x100, BRANCH_SET_LINK); in test_branch_iform()
476 err = create_branch(&instr, &instr, addr - 0x2000000, BRANCH_SET_LINK); in test_branch_iform()
480 err = create_branch(&instr, &instr, addr - 0x2000004, BRANCH_SET_LINK); in test_branch_iform()
484 err = create_branch(&instr, &instr, addr + 0x2000000, BRANCH_SET_LINK); in test_branch_iform()
488 err = create_branch(&instr, &instr, addr + 3, BRANCH_SET_LINK); in test_branch_iform()
506 create_branch(&instr, iptr, dest, BRANCH_SET_LINK); in test_create_function_call()
547 flags = 0x3ff000 | BRANCH_SET_LINK; in test_branch_bform()
630 patch_branch(p, addr, BRANCH_SET_LINK); in test_translate_branch()
688 create_cond_branch(&instr, p, addr, BRANCH_SET_LINK); in test_translate_branch()