Lines Matching full:branch
413 // Takes a branch opcode (cc) and a label (L) and generates
414 // either a backward branch or a forward branch and links it
418 // j(cc, &L); // forward branch to unbound label
420 // j(cc, &L); // backward branch to bound label
434 // branch instruction can be used to reach it.
437 // Returns the branch offset to the given label from the current code position
462 // the branch/call instruction at pc, or the object in a mov.
467 // Read/Modify the code target address in the branch/call instruction at pc.
492 // This sets the branch destination.
575 // Branch instructions
585 // Convenience branch instructions using labels
589 // Check whether the branch is preceeded by an optimizable cmpi against 0.
804 // Decrement CTR; branch if CTR != 0
1317 // Patch instruction(s) at pos to target target_pos (e.g. branch)
1459 // trigger different mode of branch instruction generation, where we
1460 // no longer use a single branch instruction.