Lines Matching full:branch
535 // Takes a branch opcode (cc) and a label (L) and generates
536 // either a backward branch or a forward branch and links it
540 // j(cc, &L); // forward branch to unbound label
542 // j(cc, &L); // backward branch to bound label
548 // Determines if Label is bound and near enough so that branch instruction
552 // Returns the branch offset to the given label from the current code
567 // Read/Modify the code target address in the branch/call instruction at pc.
575 // This sets the branch destination (which gets loaded at the call address).
585 // This sets the branch destination.
670 // --------Branch-and-jump-instructions----------
692 // Never use the int16_t b(l)cond version with a branch offset
961 // Check if an instruction is a branch of some kind.
1025 // Decode branch instruction at pos and return branch target pos.
1028 // Patch branch instruction at pos to branch to given branch target pos.
1257 // branch instruction generation, where we use jump instructions rather
1258 // than regular branch instructions.