@@ -16,35 +16,35 @@ s_cbranch_execz 0x100
1616
1717s_add_i32 s0 , execz , s2
1818// GFX10: encoding: [ 0xfc , 0x02 , 0x00 , 0x81 ]
19- // GFX11 - ERR: : [[ @LINE - 2 ]] :{{ [ 0 - 9 ]+ }}: error: execz and vccz are not supported on this GPU
19+ // GFX11 - ERR: : [[ @LINE - 2 ]] :{{ [ 0 - 9 ]+ }}: error: src_execz register not available on this GPU
2020
2121s_add_i32 s0 , src_execz , s2
2222// GFX10: encoding: [ 0xfc , 0x02 , 0x00 , 0x81 ]
23- // GFX11 - ERR: : [[ @LINE - 2 ]] :{{ [ 0 - 9 ]+ }}: error: execz and vccz are not supported on this GPU
23+ // GFX11 - ERR: : [[ @LINE - 2 ]] :{{ [ 0 - 9 ]+ }}: error: src_execz register not available on this GPU
2424
2525s_add_i32 s0 , s1 , execz
2626// GFX10: encoding: [ 0x01 , 0xfc , 0x00 , 0x81 ]
27- // GFX11 - ERR: : [[ @LINE - 2 ]] :{{ [ 0 - 9 ]+ }}: error: execz and vccz are not supported on this GPU
27+ // GFX11 - ERR: : [[ @LINE - 2 ]] :{{ [ 0 - 9 ]+ }}: error: src_execz register not available on this GPU
2828
2929s_add_i32 s0 , s1 , src_execz
3030// GFX10: encoding: [ 0x01 , 0xfc , 0x00 , 0x81 ]
31- // GFX11 - ERR: : [[ @LINE - 2 ]] :{{ [ 0 - 9 ]+ }}: error: execz and vccz are not supported on this GPU
31+ // GFX11 - ERR: : [[ @LINE - 2 ]] :{{ [ 0 - 9 ]+ }}: error: src_execz register not available on this GPU
3232
3333v_add_f64 v [ 0 : 1 ], execz , v [ 2 : 3 ]
3434// GFX10: encoding: [ 0x00 , 0x00 , 0x64 , 0xd5 , 0xfc , 0x04 , 0x02 , 0x00 ]
35- // GFX11 - ERR: : [[ @LINE - 2 ]] :{{ [ 0 - 9 ]+ }}: error: execz and vccz are not supported on this GPU
35+ // GFX11 - ERR: : [[ @LINE - 2 ]] :{{ [ 0 - 9 ]+ }}: error: src_execz register not available on this GPU
3636
3737v_add_f64 v [ 0 : 1 ], src_execz , v [ 2 : 3 ]
3838// GFX10: encoding: [ 0x00 , 0x00 , 0x64 , 0xd5 , 0xfc , 0x04 , 0x02 , 0x00 ]
39- // GFX11 - ERR: : [[ @LINE - 2 ]] :{{ [ 0 - 9 ]+ }}: error: execz and vccz are not supported on this GPU
39+ // GFX11 - ERR: : [[ @LINE - 2 ]] :{{ [ 0 - 9 ]+ }}: error: src_execz register not available on this GPU
4040
4141v_add_f64 v [ 0 : 1 ], v [ 1 : 2 ], execz
4242// GFX10: encoding: [ 0x00 , 0x00 , 0x64 , 0xd5 , 0x01 , 0xf9 , 0x01 , 0x00 ]
43- // GFX11 - ERR: : [[ @LINE - 2 ]] :{{ [ 0 - 9 ]+ }}: error: execz and vccz are not supported on this GPU
43+ // GFX11 - ERR: : [[ @LINE - 2 ]] :{{ [ 0 - 9 ]+ }}: error: src_execz register not available on this GPU
4444
4545v_add_f64 v [ 0 : 1 ], v [ 1 : 2 ], src_execz
4646// GFX10: encoding: [ 0x00 , 0x00 , 0x64 , 0xd5 , 0x01 , 0xf9 , 0x01 , 0x00 ]
47- // GFX11 - ERR: : [[ @LINE - 2 ]] :{{ [ 0 - 9 ]+ }}: error: execz and vccz are not supported on this GPU
47+ // GFX11 - ERR: : [[ @LINE - 2 ]] :{{ [ 0 - 9 ]+ }}: error: src_execz register not available on this GPU
4848
4949// --------------------------------------------------------------------------- //
5050// VCCZ
@@ -56,35 +56,35 @@ s_cbranch_vccz 0x100
5656
5757s_add_i32 s0 , vccz , s2
5858// GFX10: encoding: [ 0xfb , 0x02 , 0x00 , 0x81 ]
59- // GFX11 - ERR: : [[ @LINE - 2 ]] :{{ [ 0 - 9 ]+ }}: error: execz and vccz are not supported on this GPU
59+ // GFX11 - ERR: : [[ @LINE - 2 ]] :{{ [ 0 - 9 ]+ }}: error: src_vccz register not available on this GPU
6060
6161s_add_i32 s0 , src_vccz , s2
6262// GFX10: encoding: [ 0xfb , 0x02 , 0x00 , 0x81 ]
63- // GFX11 - ERR: : [[ @LINE - 2 ]] :{{ [ 0 - 9 ]+ }}: error: execz and vccz are not supported on this GPU
63+ // GFX11 - ERR: : [[ @LINE - 2 ]] :{{ [ 0 - 9 ]+ }}: error: src_vccz register not available on this GPU
6464
6565s_add_i32 s0 , s1 , vccz
6666// GFX10: encoding: [ 0x01 , 0xfb , 0x00 , 0x81 ]
67- // GFX11 - ERR: : [[ @LINE - 2 ]] :{{ [ 0 - 9 ]+ }}: error: execz and vccz are not supported on this GPU
67+ // GFX11 - ERR: : [[ @LINE - 2 ]] :{{ [ 0 - 9 ]+ }}: error: src_vccz register not available on this GPU
6868
6969s_add_i32 s0 , s1 , src_vccz
7070// GFX10: encoding: [ 0x01 , 0xfb , 0x00 , 0x81 ]
71- // GFX11 - ERR: : [[ @LINE - 2 ]] :{{ [ 0 - 9 ]+ }}: error: execz and vccz are not supported on this GPU
71+ // GFX11 - ERR: : [[ @LINE - 2 ]] :{{ [ 0 - 9 ]+ }}: error: src_vccz register not available on this GPU
7272
7373v_add_f64 v [ 0 : 1 ], vccz , v [ 2 : 3 ]
7474// GFX10: encoding: [ 0x00 , 0x00 , 0x64 , 0xd5 , 0xfb , 0x04 , 0x02 , 0x00 ]
75- // GFX11 - ERR: : [[ @LINE - 2 ]] :{{ [ 0 - 9 ]+ }}: error: execz and vccz are not supported on this GPU
75+ // GFX11 - ERR: : [[ @LINE - 2 ]] :{{ [ 0 - 9 ]+ }}: error: src_vccz register not available on this GPU
7676
7777v_add_f64 v [ 0 : 1 ], src_vccz , v [ 2 : 3 ]
7878// GFX10: encoding: [ 0x00 , 0x00 , 0x64 , 0xd5 , 0xfb , 0x04 , 0x02 , 0x00 ]
79- // GFX11 - ERR: : [[ @LINE - 2 ]] :{{ [ 0 - 9 ]+ }}: error: execz and vccz are not supported on this GPU
79+ // GFX11 - ERR: : [[ @LINE - 2 ]] :{{ [ 0 - 9 ]+ }}: error: src_vccz register not available on this GPU
8080
8181v_add_f64 v [ 0 : 1 ], v [ 1 : 2 ], vccz
8282// GFX10: encoding: [ 0x00 , 0x00 , 0x64 , 0xd5 , 0x01 , 0xf7 , 0x01 , 0x00 ]
83- // GFX11 - ERR: : [[ @LINE - 2 ]] :{{ [ 0 - 9 ]+ }}: error: execz and vccz are not supported on this GPU
83+ // GFX11 - ERR: : [[ @LINE - 2 ]] :{{ [ 0 - 9 ]+ }}: error: src_vccz register not available on this GPU
8484
8585v_add_f64 v [ 0 : 1 ], v [ 1 : 2 ], src_vccz
8686// GFX10: encoding: [ 0x00 , 0x00 , 0x64 , 0xd5 , 0x01 , 0xf7 , 0x01 , 0x00 ]
87- // GFX11 - ERR: : [[ @LINE - 2 ]] :{{ [ 0 - 9 ]+ }}: error: execz and vccz are not supported on this GPU
87+ // GFX11 - ERR: : [[ @LINE - 2 ]] :{{ [ 0 - 9 ]+ }}: error: src_vccz register not available on this GPU
8888
8989// --------------------------------------------------------------------------- //
9090// LDS_DIRECT
@@ -112,32 +112,32 @@ v_mov_b32 v0, src_lds_direct
112112
113113s_add_i32 s0 , src_pops_exiting_wave_id , s1
114114// GFX10: encoding: [ 0xef , 0x01 , 0x00 , 0x81 ]
115- // GFX11 - ERR: : [[ @LINE - 2 ]] :{{ [ 0 - 9 ]+ }}: error: register not available on this GPU
115+ // GFX11 - ERR: : [[ @LINE - 2 ]] :{{ [ 0 - 9 ]+ }}: error: src_pops_exiting_wave_id register not available on this GPU
116116
117117s_add_i32 s0 , s1 , src_pops_exiting_wave_id
118118// GFX10: encoding: [ 0x01 , 0xef , 0x00 , 0x81 ]
119- // GFX11 - ERR: : [[ @LINE - 2 ]] :{{ [ 0 - 9 ]+ }}: error: register not available on this GPU
119+ // GFX11 - ERR: : [[ @LINE - 2 ]] :{{ [ 0 - 9 ]+ }}: error: src_pops_exiting_wave_id register not available on this GPU
120120
121121s_add_i32 s0 , pops_exiting_wave_id , s1
122122// GFX10: encoding: [ 0xef , 0x01 , 0x00 , 0x81 ]
123- // GFX11 - ERR: : [[ @LINE - 2 ]] :{{ [ 0 - 9 ]+ }}: error: register not available on this GPU
123+ // GFX11 - ERR: : [[ @LINE - 2 ]] :{{ [ 0 - 9 ]+ }}: error: src_pops_exiting_wave_id register not available on this GPU
124124
125125s_add_i32 s0 , s1 , pops_exiting_wave_id
126126// GFX10: encoding: [ 0x01 , 0xef , 0x00 , 0x81 ]
127- // GFX11 - ERR: : [[ @LINE - 2 ]] :{{ [ 0 - 9 ]+ }}: error: register not available on this GPU
127+ // GFX11 - ERR: : [[ @LINE - 2 ]] :{{ [ 0 - 9 ]+ }}: error: src_pops_exiting_wave_id register not available on this GPU
128128
129129v_add_co_u32 v0 , s0 , pops_exiting_wave_id , v1
130130// GFX10: encoding: [ 0x00 , 0x00 , 0x0f , 0xd7 , 0xef , 0x02 , 0x02 , 0x00 ]
131- // GFX11 - ERR: : [[ @LINE - 2 ]] :{{ [ 0 - 9 ]+ }}: error: register not available on this GPU
131+ // GFX11 - ERR: : [[ @LINE - 2 ]] :{{ [ 0 - 9 ]+ }}: error: src_pops_exiting_wave_id register not available on this GPU
132132
133133v_add_co_u32 v0 , s0 , src_pops_exiting_wave_id , v1
134134// GFX10: encoding: [ 0x00 , 0x00 , 0x0f , 0xd7 , 0xef , 0x02 , 0x02 , 0x00 ]
135- // GFX11 - ERR: : [[ @LINE - 2 ]] :{{ [ 0 - 9 ]+ }}: error: register not available on this GPU
135+ // GFX11 - ERR: : [[ @LINE - 2 ]] :{{ [ 0 - 9 ]+ }}: error: src_pops_exiting_wave_id register not available on this GPU
136136
137137v_add_co_u32 v0 , s0 , v1 , pops_exiting_wave_id
138138// GFX10: encoding: [ 0x00 , 0x00 , 0x0f , 0xd7 , 0x01 , 0xdf , 0x01 , 0x00 ]
139- // GFX11 - ERR: : [[ @LINE - 2 ]] :{{ [ 0 - 9 ]+ }}: error: register not available on this GPU
139+ // GFX11 - ERR: : [[ @LINE - 2 ]] :{{ [ 0 - 9 ]+ }}: error: src_pops_exiting_wave_id register not available on this GPU
140140
141141v_add_co_u32 v0 , s0 , v1 , src_pops_exiting_wave_id
142142// GFX10: encoding: [ 0x00 , 0x00 , 0x0f , 0xd7 , 0x01 , 0xdf , 0x01 , 0x00 ]
143- // GFX11 - ERR: : [[ @LINE - 2 ]] :{{ [ 0 - 9 ]+ }}: error: register not available on this GPU
143+ // GFX11 - ERR: : [[ @LINE - 2 ]] :{{ [ 0 - 9 ]+ }}: error: src_pops_exiting_wave_id register not available on this GPU
0 commit comments