Add RDNA ISA instructions test for ADD/ADDC/SUB/SUBB

This commit is contained in:
Jens Steube
2020-01-06 12:49:57 +01:00
parent 3005b5a64d
commit fe372dffb7
2 changed files with 29 additions and 17 deletions

View File

@@ -1244,8 +1244,12 @@ typedef struct hc_device_param
// AMD
bool has_vadd;
bool has_vaddc;
bool has_vadd_co;
bool has_vaddc_co;
bool has_vsub;
bool has_vsubb;
bool has_vsub_co;
bool has_vsubb_co;
bool has_vadd3;
bool has_vbfe;
bool has_vperm;