@@ -491,6 +491,30 @@ v_subrev_co_u32 v84, vcc, v13, v31 clamp
491
491
// GFX9: v_subrev_co_u32_e64 v84, vcc, v13, v31 clamp ; encoding: [0x54,0xea,0x1b,0xd1,0x0d,0x3f,0x02,0x00]
492
492
// NOVI: error:
493
493
494
+ v_addc_co_u32 v84, vcc, v13, v31, vcc
495
+ // GFX9: v_addc_co_u32_e32 v84, vcc, v13, v31, vcc ; encoding: [0x0d,0x3f,0xa8,0x38]
496
+ // NOVI: error: instruction not supported on this GPU
497
+
498
+ v_subb_co_u32 v84, vcc, v13, v31, vcc
499
+ // GFX9: v_subb_co_u32_e32 v84, vcc, v13, v31, vcc ; encoding: [0x0d,0x3f,0xa8,0x3a]
500
+ // NOVI: error: instruction not supported on this GPU
501
+
502
+ v_subbrev_co_u32 v84, vcc, v13, v31, vcc
503
+ // GFX9: v_subbrev_co_u32_e32 v84, vcc, v13, v31, vcc ; encoding: [0x0d,0x3f,0xa8,0x3c]
504
+ // NOVI: error: instruction not supported on this GPU
505
+
506
+ v_add_co_u32 v84, vcc, v13, v31
507
+ // GFX9: v_add_co_u32_e32 v84, vcc, v13, v31 ; encoding: [0x0d,0x3f,0xa8,0x32]
508
+ // NOVI: error: instruction not supported on this GPU
509
+
510
+ v_sub_co_u32 v84, vcc, v13, v31
511
+ // GFX9: v_sub_co_u32_e32 v84, vcc, v13, v31 ; encoding: [0x0d,0x3f,0xa8,0x34]
512
+ // NOVI: error: instruction not supported on this GPU
513
+
514
+ v_subrev_co_u32 v84, vcc, v13, v31
515
+ // GFX9: v_subrev_co_u32_e32 v84, vcc, v13, v31 ; encoding: [0x0d,0x3f,0xa8,0x36]
516
+ // NOVI: error: instruction not supported on this GPU
517
+
494
518
//===----------------------------------------------------------------------===//
495
519
// Validate register size checks (bug 37943 )
496
520
//===----------------------------------------------------------------------===//
0 commit comments