Home | History | Annotate | Download | only in Mips

Lines Matching full:branch

68 // Branch Analysis
74 assert(getAnalyzableBrOpc(Opc) && "Not an analyzable branch");
127 // Int Branch: 3 (opc, reg0, reg1)
129 "# of Mips branch conditions must be <= 3!");
131 // Two-way Conditional branch.
138 // One way branch.
139 // Unconditional branch.
142 else // Conditional branch.
170 /// specified Branch instruction.
174 "Invalid Mips branch condition!");
201 // Not an analyzable branch (e.g., indirect jump).
213 // Not an analyzable branch (must be an indirect jump).
220 // Unconditional branch.
226 // Conditional branch
238 // If second to last instruction is an unconditional branch,
251 // Conditional branch followed by an unconditional branch.
262 /// Return the corresponding compact (no delay slot) form of a branch.
402 // Pick the zero form of the branch for readable assembly and for greater
403 // branch distance in non-microMIPS mode.