b.cond

Branch Conditional

B.cond <label>

Branch if condition is met (e.g., B.EQ, B.NE).

Details

The Branch Conditional instruction branch if condition is met (e.g., B.EQ, B.NE).

Pseudocode Operation

// Branch if condition is met (e.g., B.EQ, B.NE)

Example

B.cond label

Encoding

Binary Layout
01010100
imm19
0
cond
 
Format Branch
Opcode 0x54000000
Extension Base

Operands

  • label
    Label
  • cond
    Condition