Lines Matching defs:target
203 int patch_branch(struct ppc_inst *addr, unsigned long target, int flags)
207 create_branch(&instr, addr, target, flags);
262 unsigned long target, int flags)
267 offset = target;
271 /* Check we can represent the target in the instruction format */
275 /* Mask out the flags and target, so they don't step on each other. */
282 unsigned long target, int flags)
286 offset = target;
290 /* Check we can represent the target in the instruction format */
294 /* Mask out the flags and target, so they don't step on each other. */
382 unsigned long target;
383 target = branch_target(src);
386 return create_branch(instr, dest, target,
389 return create_cond_branch(instr, dest, target,
431 /* All bits of target set, and flags */
487 /* Unaligned target */
523 /* All bits of target set, and flags */
573 /* Unaligned target */