|
@@ -534,13 +534,13 @@ let isBranch = 1 in {
|
|
|
|
|
|
def BEQ_S : F16_BCC_s10<0b01, "beq_s">;
|
|
|
def BNE_S : F16_BCC_s10<0b10, "bne_s">;
|
|
|
- def BGT_S : F16_BCC_s7<0b000, "bgt_s">;
|
|
|
- def BGE_S : F16_BCC_s7<0b001, "bge_s">;
|
|
|
- def BLT_S : F16_BCC_s7<0b010, "blt_s">;
|
|
|
- def BLE_S : F16_BCC_s7<0b011, "ble_s">;
|
|
|
- def BHI_S : F16_BCC_s7<0b100, "bhi_s">;
|
|
|
- def BHS_S : F16_BCC_s7<0b101, "bhs_s">;
|
|
|
- def BLO_S : F16_BCC_s7<0b110, "blo_s">;
|
|
|
+ def BGT_S : F16_BCC_s7<0b000, "bgt_s">;
|
|
|
+ def BGE_S : F16_BCC_s7<0b001, "bge_s">;
|
|
|
+ def BLT_S : F16_BCC_s7<0b010, "blt_s">;
|
|
|
+ def BLE_S : F16_BCC_s7<0b011, "ble_s">;
|
|
|
+ def BHI_S : F16_BCC_s7<0b100, "bhi_s">;
|
|
|
+ def BHS_S : F16_BCC_s7<0b101, "bhs_s">;
|
|
|
+ def BLO_S : F16_BCC_s7<0b110, "blo_s">;
|
|
|
def BLS_S : F16_BCC_s7<0b111, "bls_s">;
|
|
|
} // let isBranch
|
|
|
|