Home | History | Annotate | Download | only in s390

Lines Matching full:branch

412   // Takes a branch opcode (cc) and a label (L) and generates
413 // either a backward branch or a forward branch and links it
417 // j(cc, &L); // forward branch to unbound label
419 // j(cc, &L); // backward branch to bound label
433 // branch instruction can be used to reach it.
436 // Returns the branch offset to the given label from the current code position
445 // Read/Modify the code target address in the branch/call instruction at pc.
471 // This sets the branch destination.
548 // Helper for unconditional branch to Label with update to save register
554 // Conditional Branch Instruction - Generates either BRC / BRCL
557 // Helpers for conditional branch to Label
566 // Helpers for conditional branch to Label
582 // Helpers for conditional indirect branch off register
980 // Branch Instructions
1330 // Patch instruction(s) at pos to target target_pos (e.g. branch)