Revert revisions r234755, r234759, r234760
[oota-llvm.git] / lib / Target / R600 / EvergreenInstructions.td
index 7adcd46fe1960b551aaa525661457484c1f6bece..556014690095ac6297c9ec0f46cf0bc43b33ba36 100644 (file)
@@ -335,9 +335,6 @@ defm CUBE_eg : CUBE_Common<0xC0>;
 
 def BCNT_INT : R600_1OP_Helper <0xAA, "BCNT_INT", ctpop, VecALU>;
 
-def ADDC_UINT : R600_2OP_Helper <0x52, "ADDC_UINT", AMDGPUcarry>;
-def SUBB_UINT : R600_2OP_Helper <0x53, "SUBB_UINT", AMDGPUborrow>;
-
 def FFBH_UINT : R600_1OP_Helper <0xAB, "FFBH_UINT", ctlz_zero_undef, VecALU>;
 def FFBL_INT : R600_1OP_Helper <0xAC, "FFBL_INT", cttz_zero_undef, VecALU>;