Home | History | Annotate | Download | only in cpu

Lines Matching full:branch

121 ; Branch instructions.
123 (dni bbil "branch bit immediate likely" (MACH10 USES-RS)
131 (dni bbinl "branch bit immediate negated likely" (MACH10 USES-RS)
139 (dni bbvl "branch bit variable likely" (MACH10 USES-RS USES-RT)
147 (dni bbvnl "branch bit variable negated likely" (MACH10 USES-RS USES-RT)
155 (dni bgtzal "branch if greater than zero and link" (MACH10 USES-RS USES-R31)
165 "branch if greater than zero and link likely" (MACH10 USES-RS USES-R31)
175 (dni blezal "branch if less than or equal to zero and link" (MACH10 USES-RS USES-R31)
185 "branch if less than or equal to zero and link likely" (MACH10 USES-RS USES-R31)
195 (dni bgtz-q10 "branch if greater than zero" (MACH10 USES-RS)
202 (dni bgtzl-q10 "branch if greater than zero likely" (MACH10 USES-RS)
211 (dni blez-q10 "branch if less than or equal to zero" (MACH10 USES-RS)
218 (dni blezl-q10 "branch if less than or equal to zero likely" (MACH10 USES-RS)
226 (dni bmb-q10 "branch if matching byte-lane" (MACH10 USES-RS USES-RT)
229 (sequence ((BI branch?))
230 (set branch? 0)
232 (set branch? 1))
234 (set branch? 1))
236 (set branch? 1))
238 (set branch? 1))
239 (if branch?
243 (dni bmbl "branch if matching byte-lane likely" (MACH10 USES-RS USES-RT)
246 (sequence ((BI branch?))
247 (set branch? 0)
249 (set branch? 1))
251 (set branch? 1))
253 (set branch? 1))
255 (set branch? 1))
256 (if branch?
261 (dni bri "branch if register invalid" (MACH10 USES-RS)
269 (dni brv "branch if register invalid" (MACH10 USES-RS)
279 (dni bctx "branch if the current context == instruction[21]" (MACH10 USES-RS)