Mill Computing, Inc. › Forums › The Mill › Architecture › Execution › Reply To: Execution
The value of N for N-way branches us determined by the number of branch functional units, not the number of operands on the belt. It is quite common for two branches to reference the same condition value, but with opposite sense:
btrt(b0, <then>), brfl(b0, <else>);