| // RUN: llvm-mc -triple=amdgcn -show-encoding -mcpu=gfx1100 %s | FileCheck --check-prefix=GFX11 %s |
| |
| s_add_u32 s0, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x00,0x80] |
| |
| s_add_u32 s105, s104, s103 |
| // GFX11: encoding: [0x68,0x67,0x69,0x80] |
| |
| s_add_u32 s0, s104, s103 |
| // GFX11: encoding: [0x68,0x67,0x00,0x80] |
| |
| s_add_u32 s105, s1, s103 |
| // GFX11: encoding: [0x01,0x67,0x69,0x80] |
| |
| s_add_u32 s105, s104, s2 |
| // GFX11: encoding: [0x68,0x02,0x69,0x80] |
| |
| s_add_u32 s105, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x69,0x80] |
| |
| s_add_u32 s0, s104, s2 |
| // GFX11: encoding: [0x68,0x02,0x00,0x80] |
| |
| s_add_u32 s0, s1, s103 |
| // GFX11: encoding: [0x01,0x67,0x00,0x80] |
| |
| s_add_u32 exec_lo, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x7e,0x80] |
| |
| s_add_u32 exec_hi, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x7f,0x80] |
| |
| s_add_u32 vcc_lo, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x6a,0x80] |
| |
| s_add_u32 vcc_hi, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x6b,0x80] |
| |
| s_add_u32 m0, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x7d,0x80] |
| |
| s_add_u32 s0, exec_lo, s2 |
| // GFX11: encoding: [0x7e,0x02,0x00,0x80] |
| |
| s_add_u32 s0, exec_hi, s2 |
| // GFX11: encoding: [0x7f,0x02,0x00,0x80] |
| |
| s_add_u32 s0, vcc_lo, s2 |
| // GFX11: encoding: [0x6a,0x02,0x00,0x80] |
| |
| s_add_u32 s0, vcc_hi, s2 |
| // GFX11: encoding: [0x6b,0x02,0x00,0x80] |
| |
| s_add_u32 s0, m0, s2 |
| // GFX11: encoding: [0x7d,0x02,0x00,0x80] |
| |
| s_add_u32 s0, 0, s2 |
| // GFX11: encoding: [0x80,0x02,0x00,0x80] |
| |
| s_add_u32 s0, -1, s2 |
| // GFX11: encoding: [0xc1,0x02,0x00,0x80] |
| |
| s_add_u32 s0, 0.5, s2 |
| // GFX11: encoding: [0xf0,0x02,0x00,0x80] |
| |
| s_add_u32 s0, -4.0, s2 |
| // GFX11: encoding: [0xf7,0x02,0x00,0x80] |
| |
| s_add_u32 s0, 0x3f717273, s2 |
| // GFX11: encoding: [0xff,0x02,0x00,0x80,0x73,0x72,0x71,0x3f] |
| |
| s_add_u32 s0, 0xaf123456, s2 |
| // GFX11: encoding: [0xff,0x02,0x00,0x80,0x56,0x34,0x12,0xaf] |
| |
| s_add_u32 s0, s1, exec_lo |
| // GFX11: encoding: [0x01,0x7e,0x00,0x80] |
| |
| s_add_u32 s0, s1, exec_hi |
| // GFX11: encoding: [0x01,0x7f,0x00,0x80] |
| |
| s_add_u32 s0, s1, vcc_lo |
| // GFX11: encoding: [0x01,0x6a,0x00,0x80] |
| |
| s_add_u32 s0, s1, vcc_hi |
| // GFX11: encoding: [0x01,0x6b,0x00,0x80] |
| |
| s_add_u32 s0, s1, m0 |
| // GFX11: encoding: [0x01,0x7d,0x00,0x80] |
| |
| s_add_u32 s0, s1, 0 |
| // GFX11: encoding: [0x01,0x80,0x00,0x80] |
| |
| s_add_u32 s0, s1, -1 |
| // GFX11: encoding: [0x01,0xc1,0x00,0x80] |
| |
| s_add_u32 s0, s1, 0.5 |
| // GFX11: encoding: [0x01,0xf0,0x00,0x80] |
| |
| s_add_u32 s0, s1, -4.0 |
| // GFX11: encoding: [0x01,0xf7,0x00,0x80] |
| |
| s_add_u32 s0, s1, 0x3f717273 |
| // GFX11: encoding: [0x01,0xff,0x00,0x80,0x73,0x72,0x71,0x3f] |
| |
| s_add_u32 s0, s1, 0xaf123456 |
| // GFX11: encoding: [0x01,0xff,0x00,0x80,0x56,0x34,0x12,0xaf] |
| |
| s_sub_u32 s0, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x80,0x80] |
| |
| s_sub_u32 s105, s104, s103 |
| // GFX11: encoding: [0x68,0x67,0xe9,0x80] |
| |
| s_sub_u32 s0, s104, s103 |
| // GFX11: encoding: [0x68,0x67,0x80,0x80] |
| |
| s_sub_u32 s105, s1, s103 |
| // GFX11: encoding: [0x01,0x67,0xe9,0x80] |
| |
| s_sub_u32 s105, s104, s2 |
| // GFX11: encoding: [0x68,0x02,0xe9,0x80] |
| |
| s_sub_u32 s105, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0xe9,0x80] |
| |
| s_sub_u32 s0, s104, s2 |
| // GFX11: encoding: [0x68,0x02,0x80,0x80] |
| |
| s_sub_u32 s0, s1, s103 |
| // GFX11: encoding: [0x01,0x67,0x80,0x80] |
| |
| s_sub_u32 exec_lo, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0xfe,0x80] |
| |
| s_sub_u32 exec_hi, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0xff,0x80] |
| |
| s_sub_u32 vcc_lo, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0xea,0x80] |
| |
| s_sub_u32 vcc_hi, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0xeb,0x80] |
| |
| s_sub_u32 m0, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0xfd,0x80] |
| |
| s_sub_u32 s0, exec_lo, s2 |
| // GFX11: encoding: [0x7e,0x02,0x80,0x80] |
| |
| s_sub_u32 s0, exec_hi, s2 |
| // GFX11: encoding: [0x7f,0x02,0x80,0x80] |
| |
| s_sub_u32 s0, vcc_lo, s2 |
| // GFX11: encoding: [0x6a,0x02,0x80,0x80] |
| |
| s_sub_u32 s0, vcc_hi, s2 |
| // GFX11: encoding: [0x6b,0x02,0x80,0x80] |
| |
| s_sub_u32 s0, m0, s2 |
| // GFX11: encoding: [0x7d,0x02,0x80,0x80] |
| |
| s_sub_u32 s0, 0, s2 |
| // GFX11: encoding: [0x80,0x02,0x80,0x80] |
| |
| s_sub_u32 s0, -1, s2 |
| // GFX11: encoding: [0xc1,0x02,0x80,0x80] |
| |
| s_sub_u32 s0, 0.5, s2 |
| // GFX11: encoding: [0xf0,0x02,0x80,0x80] |
| |
| s_sub_u32 s0, -4.0, s2 |
| // GFX11: encoding: [0xf7,0x02,0x80,0x80] |
| |
| s_sub_u32 s0, 0x3f717273, s2 |
| // GFX11: encoding: [0xff,0x02,0x80,0x80,0x73,0x72,0x71,0x3f] |
| |
| s_sub_u32 s0, 0xaf123456, s2 |
| // GFX11: encoding: [0xff,0x02,0x80,0x80,0x56,0x34,0x12,0xaf] |
| |
| s_sub_u32 s0, s1, exec_lo |
| // GFX11: encoding: [0x01,0x7e,0x80,0x80] |
| |
| s_sub_u32 s0, s1, exec_hi |
| // GFX11: encoding: [0x01,0x7f,0x80,0x80] |
| |
| s_sub_u32 s0, s1, vcc_lo |
| // GFX11: encoding: [0x01,0x6a,0x80,0x80] |
| |
| s_sub_u32 s0, s1, vcc_hi |
| // GFX11: encoding: [0x01,0x6b,0x80,0x80] |
| |
| s_sub_u32 s0, s1, m0 |
| // GFX11: encoding: [0x01,0x7d,0x80,0x80] |
| |
| s_sub_u32 s0, s1, 0 |
| // GFX11: encoding: [0x01,0x80,0x80,0x80] |
| |
| s_sub_u32 s0, s1, -1 |
| // GFX11: encoding: [0x01,0xc1,0x80,0x80] |
| |
| s_sub_u32 s0, s1, 0.5 |
| // GFX11: encoding: [0x01,0xf0,0x80,0x80] |
| |
| s_sub_u32 s0, s1, -4.0 |
| // GFX11: encoding: [0x01,0xf7,0x80,0x80] |
| |
| s_sub_u32 s0, s1, 0x3f717273 |
| // GFX11: encoding: [0x01,0xff,0x80,0x80,0x73,0x72,0x71,0x3f] |
| |
| s_sub_u32 s0, s1, 0xaf123456 |
| // GFX11: encoding: [0x01,0xff,0x80,0x80,0x56,0x34,0x12,0xaf] |
| |
| s_add_i32 s0, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x00,0x81] |
| |
| s_add_i32 s105, s104, s103 |
| // GFX11: encoding: [0x68,0x67,0x69,0x81] |
| |
| s_add_i32 s0, s104, s103 |
| // GFX11: encoding: [0x68,0x67,0x00,0x81] |
| |
| s_add_i32 s105, s1, s103 |
| // GFX11: encoding: [0x01,0x67,0x69,0x81] |
| |
| s_add_i32 s105, s104, s2 |
| // GFX11: encoding: [0x68,0x02,0x69,0x81] |
| |
| s_add_i32 s105, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x69,0x81] |
| |
| s_add_i32 s0, s104, s2 |
| // GFX11: encoding: [0x68,0x02,0x00,0x81] |
| |
| s_add_i32 s0, s1, s103 |
| // GFX11: encoding: [0x01,0x67,0x00,0x81] |
| |
| s_add_i32 exec_lo, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x7e,0x81] |
| |
| s_add_i32 exec_hi, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x7f,0x81] |
| |
| s_add_i32 vcc_lo, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x6a,0x81] |
| |
| s_add_i32 vcc_hi, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x6b,0x81] |
| |
| s_add_i32 m0, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x7d,0x81] |
| |
| s_add_i32 s0, exec_lo, s2 |
| // GFX11: encoding: [0x7e,0x02,0x00,0x81] |
| |
| s_add_i32 s0, exec_hi, s2 |
| // GFX11: encoding: [0x7f,0x02,0x00,0x81] |
| |
| s_add_i32 s0, vcc_lo, s2 |
| // GFX11: encoding: [0x6a,0x02,0x00,0x81] |
| |
| s_add_i32 s0, vcc_hi, s2 |
| // GFX11: encoding: [0x6b,0x02,0x00,0x81] |
| |
| s_add_i32 s0, m0, s2 |
| // GFX11: encoding: [0x7d,0x02,0x00,0x81] |
| |
| s_add_i32 s0, 0, s2 |
| // GFX11: encoding: [0x80,0x02,0x00,0x81] |
| |
| s_add_i32 s0, -1, s2 |
| // GFX11: encoding: [0xc1,0x02,0x00,0x81] |
| |
| s_add_i32 s0, 0.5, s2 |
| // GFX11: encoding: [0xf0,0x02,0x00,0x81] |
| |
| s_add_i32 s0, -4.0, s2 |
| // GFX11: encoding: [0xf7,0x02,0x00,0x81] |
| |
| s_add_i32 s0, 0x3f717273, s2 |
| // GFX11: encoding: [0xff,0x02,0x00,0x81,0x73,0x72,0x71,0x3f] |
| |
| s_add_i32 s0, 0xaf123456, s2 |
| // GFX11: encoding: [0xff,0x02,0x00,0x81,0x56,0x34,0x12,0xaf] |
| |
| s_add_i32 s0, s1, exec_lo |
| // GFX11: encoding: [0x01,0x7e,0x00,0x81] |
| |
| s_add_i32 s0, s1, exec_hi |
| // GFX11: encoding: [0x01,0x7f,0x00,0x81] |
| |
| s_add_i32 s0, s1, vcc_lo |
| // GFX11: encoding: [0x01,0x6a,0x00,0x81] |
| |
| s_add_i32 s0, s1, vcc_hi |
| // GFX11: encoding: [0x01,0x6b,0x00,0x81] |
| |
| s_add_i32 s0, s1, m0 |
| // GFX11: encoding: [0x01,0x7d,0x00,0x81] |
| |
| s_add_i32 s0, s1, 0 |
| // GFX11: encoding: [0x01,0x80,0x00,0x81] |
| |
| s_add_i32 s0, s1, -1 |
| // GFX11: encoding: [0x01,0xc1,0x00,0x81] |
| |
| s_add_i32 s0, s1, 0.5 |
| // GFX11: encoding: [0x01,0xf0,0x00,0x81] |
| |
| s_add_i32 s0, s1, -4.0 |
| // GFX11: encoding: [0x01,0xf7,0x00,0x81] |
| |
| s_add_i32 s0, s1, 0x3f717273 |
| // GFX11: encoding: [0x01,0xff,0x00,0x81,0x73,0x72,0x71,0x3f] |
| |
| s_add_i32 s0, s1, 0xaf123456 |
| // GFX11: encoding: [0x01,0xff,0x00,0x81,0x56,0x34,0x12,0xaf] |
| |
| s_sub_i32 s0, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x80,0x81] |
| |
| s_sub_i32 s105, s104, s103 |
| // GFX11: encoding: [0x68,0x67,0xe9,0x81] |
| |
| s_sub_i32 s0, s104, s103 |
| // GFX11: encoding: [0x68,0x67,0x80,0x81] |
| |
| s_sub_i32 s105, s1, s103 |
| // GFX11: encoding: [0x01,0x67,0xe9,0x81] |
| |
| s_sub_i32 s105, s104, s2 |
| // GFX11: encoding: [0x68,0x02,0xe9,0x81] |
| |
| s_sub_i32 s105, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0xe9,0x81] |
| |
| s_sub_i32 s0, s104, s2 |
| // GFX11: encoding: [0x68,0x02,0x80,0x81] |
| |
| s_sub_i32 s0, s1, s103 |
| // GFX11: encoding: [0x01,0x67,0x80,0x81] |
| |
| s_sub_i32 exec_lo, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0xfe,0x81] |
| |
| s_sub_i32 exec_hi, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0xff,0x81] |
| |
| s_sub_i32 vcc_lo, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0xea,0x81] |
| |
| s_sub_i32 vcc_hi, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0xeb,0x81] |
| |
| s_sub_i32 m0, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0xfd,0x81] |
| |
| s_sub_i32 s0, exec_lo, s2 |
| // GFX11: encoding: [0x7e,0x02,0x80,0x81] |
| |
| s_sub_i32 s0, exec_hi, s2 |
| // GFX11: encoding: [0x7f,0x02,0x80,0x81] |
| |
| s_sub_i32 s0, vcc_lo, s2 |
| // GFX11: encoding: [0x6a,0x02,0x80,0x81] |
| |
| s_sub_i32 s0, vcc_hi, s2 |
| // GFX11: encoding: [0x6b,0x02,0x80,0x81] |
| |
| s_sub_i32 s0, m0, s2 |
| // GFX11: encoding: [0x7d,0x02,0x80,0x81] |
| |
| s_sub_i32 s0, 0, s2 |
| // GFX11: encoding: [0x80,0x02,0x80,0x81] |
| |
| s_sub_i32 s0, -1, s2 |
| // GFX11: encoding: [0xc1,0x02,0x80,0x81] |
| |
| s_sub_i32 s0, 0.5, s2 |
| // GFX11: encoding: [0xf0,0x02,0x80,0x81] |
| |
| s_sub_i32 s0, -4.0, s2 |
| // GFX11: encoding: [0xf7,0x02,0x80,0x81] |
| |
| s_sub_i32 s0, 0x3f717273, s2 |
| // GFX11: encoding: [0xff,0x02,0x80,0x81,0x73,0x72,0x71,0x3f] |
| |
| s_sub_i32 s0, 0xaf123456, s2 |
| // GFX11: encoding: [0xff,0x02,0x80,0x81,0x56,0x34,0x12,0xaf] |
| |
| s_sub_i32 s0, s1, exec_lo |
| // GFX11: encoding: [0x01,0x7e,0x80,0x81] |
| |
| s_sub_i32 s0, s1, exec_hi |
| // GFX11: encoding: [0x01,0x7f,0x80,0x81] |
| |
| s_sub_i32 s0, s1, vcc_lo |
| // GFX11: encoding: [0x01,0x6a,0x80,0x81] |
| |
| s_sub_i32 s0, s1, vcc_hi |
| // GFX11: encoding: [0x01,0x6b,0x80,0x81] |
| |
| s_sub_i32 s0, s1, m0 |
| // GFX11: encoding: [0x01,0x7d,0x80,0x81] |
| |
| s_sub_i32 s0, s1, 0 |
| // GFX11: encoding: [0x01,0x80,0x80,0x81] |
| |
| s_sub_i32 s0, s1, -1 |
| // GFX11: encoding: [0x01,0xc1,0x80,0x81] |
| |
| s_sub_i32 s0, s1, 0.5 |
| // GFX11: encoding: [0x01,0xf0,0x80,0x81] |
| |
| s_sub_i32 s0, s1, -4.0 |
| // GFX11: encoding: [0x01,0xf7,0x80,0x81] |
| |
| s_sub_i32 s0, s1, 0x3f717273 |
| // GFX11: encoding: [0x01,0xff,0x80,0x81,0x73,0x72,0x71,0x3f] |
| |
| s_sub_i32 s0, s1, 0xaf123456 |
| // GFX11: encoding: [0x01,0xff,0x80,0x81,0x56,0x34,0x12,0xaf] |
| |
| s_addc_u32 s0, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x00,0x82] |
| |
| s_addc_u32 s105, s104, s103 |
| // GFX11: encoding: [0x68,0x67,0x69,0x82] |
| |
| s_addc_u32 s0, s104, s103 |
| // GFX11: encoding: [0x68,0x67,0x00,0x82] |
| |
| s_addc_u32 s105, s1, s103 |
| // GFX11: encoding: [0x01,0x67,0x69,0x82] |
| |
| s_addc_u32 s105, s104, s2 |
| // GFX11: encoding: [0x68,0x02,0x69,0x82] |
| |
| s_addc_u32 s105, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x69,0x82] |
| |
| s_addc_u32 s0, s104, s2 |
| // GFX11: encoding: [0x68,0x02,0x00,0x82] |
| |
| s_addc_u32 s0, s1, s103 |
| // GFX11: encoding: [0x01,0x67,0x00,0x82] |
| |
| s_addc_u32 exec_lo, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x7e,0x82] |
| |
| s_addc_u32 exec_hi, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x7f,0x82] |
| |
| s_addc_u32 vcc_lo, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x6a,0x82] |
| |
| s_addc_u32 vcc_hi, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x6b,0x82] |
| |
| s_addc_u32 m0, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x7d,0x82] |
| |
| s_addc_u32 s0, exec_lo, s2 |
| // GFX11: encoding: [0x7e,0x02,0x00,0x82] |
| |
| s_addc_u32 s0, exec_hi, s2 |
| // GFX11: encoding: [0x7f,0x02,0x00,0x82] |
| |
| s_addc_u32 s0, vcc_lo, s2 |
| // GFX11: encoding: [0x6a,0x02,0x00,0x82] |
| |
| s_addc_u32 s0, vcc_hi, s2 |
| // GFX11: encoding: [0x6b,0x02,0x00,0x82] |
| |
| s_addc_u32 s0, m0, s2 |
| // GFX11: encoding: [0x7d,0x02,0x00,0x82] |
| |
| s_addc_u32 s0, 0, s2 |
| // GFX11: encoding: [0x80,0x02,0x00,0x82] |
| |
| s_addc_u32 s0, -1, s2 |
| // GFX11: encoding: [0xc1,0x02,0x00,0x82] |
| |
| s_addc_u32 s0, 0.5, s2 |
| // GFX11: encoding: [0xf0,0x02,0x00,0x82] |
| |
| s_addc_u32 s0, -4.0, s2 |
| // GFX11: encoding: [0xf7,0x02,0x00,0x82] |
| |
| s_addc_u32 s0, 0x3f717273, s2 |
| // GFX11: encoding: [0xff,0x02,0x00,0x82,0x73,0x72,0x71,0x3f] |
| |
| s_addc_u32 s0, 0xaf123456, s2 |
| // GFX11: encoding: [0xff,0x02,0x00,0x82,0x56,0x34,0x12,0xaf] |
| |
| s_addc_u32 s0, s1, exec_lo |
| // GFX11: encoding: [0x01,0x7e,0x00,0x82] |
| |
| s_addc_u32 s0, s1, exec_hi |
| // GFX11: encoding: [0x01,0x7f,0x00,0x82] |
| |
| s_addc_u32 s0, s1, vcc_lo |
| // GFX11: encoding: [0x01,0x6a,0x00,0x82] |
| |
| s_addc_u32 s0, s1, vcc_hi |
| // GFX11: encoding: [0x01,0x6b,0x00,0x82] |
| |
| s_addc_u32 s0, s1, m0 |
| // GFX11: encoding: [0x01,0x7d,0x00,0x82] |
| |
| s_addc_u32 s0, s1, 0 |
| // GFX11: encoding: [0x01,0x80,0x00,0x82] |
| |
| s_addc_u32 s0, s1, -1 |
| // GFX11: encoding: [0x01,0xc1,0x00,0x82] |
| |
| s_addc_u32 s0, s1, 0.5 |
| // GFX11: encoding: [0x01,0xf0,0x00,0x82] |
| |
| s_addc_u32 s0, s1, -4.0 |
| // GFX11: encoding: [0x01,0xf7,0x00,0x82] |
| |
| s_addc_u32 s0, s1, 0x3f717273 |
| // GFX11: encoding: [0x01,0xff,0x00,0x82,0x73,0x72,0x71,0x3f] |
| |
| s_addc_u32 s0, s1, 0xaf123456 |
| // GFX11: encoding: [0x01,0xff,0x00,0x82,0x56,0x34,0x12,0xaf] |
| |
| s_subb_u32 s0, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x80,0x82] |
| |
| s_subb_u32 s105, s104, s103 |
| // GFX11: encoding: [0x68,0x67,0xe9,0x82] |
| |
| s_subb_u32 s0, s104, s103 |
| // GFX11: encoding: [0x68,0x67,0x80,0x82] |
| |
| s_subb_u32 s105, s1, s103 |
| // GFX11: encoding: [0x01,0x67,0xe9,0x82] |
| |
| s_subb_u32 s105, s104, s2 |
| // GFX11: encoding: [0x68,0x02,0xe9,0x82] |
| |
| s_subb_u32 s105, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0xe9,0x82] |
| |
| s_subb_u32 s0, s104, s2 |
| // GFX11: encoding: [0x68,0x02,0x80,0x82] |
| |
| s_subb_u32 s0, s1, s103 |
| // GFX11: encoding: [0x01,0x67,0x80,0x82] |
| |
| s_subb_u32 exec_lo, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0xfe,0x82] |
| |
| s_subb_u32 exec_hi, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0xff,0x82] |
| |
| s_subb_u32 vcc_lo, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0xea,0x82] |
| |
| s_subb_u32 vcc_hi, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0xeb,0x82] |
| |
| s_subb_u32 m0, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0xfd,0x82] |
| |
| s_subb_u32 s0, exec_lo, s2 |
| // GFX11: encoding: [0x7e,0x02,0x80,0x82] |
| |
| s_subb_u32 s0, exec_hi, s2 |
| // GFX11: encoding: [0x7f,0x02,0x80,0x82] |
| |
| s_subb_u32 s0, vcc_lo, s2 |
| // GFX11: encoding: [0x6a,0x02,0x80,0x82] |
| |
| s_subb_u32 s0, vcc_hi, s2 |
| // GFX11: encoding: [0x6b,0x02,0x80,0x82] |
| |
| s_subb_u32 s0, m0, s2 |
| // GFX11: encoding: [0x7d,0x02,0x80,0x82] |
| |
| s_subb_u32 s0, 0, s2 |
| // GFX11: encoding: [0x80,0x02,0x80,0x82] |
| |
| s_subb_u32 s0, -1, s2 |
| // GFX11: encoding: [0xc1,0x02,0x80,0x82] |
| |
| s_subb_u32 s0, 0.5, s2 |
| // GFX11: encoding: [0xf0,0x02,0x80,0x82] |
| |
| s_subb_u32 s0, -4.0, s2 |
| // GFX11: encoding: [0xf7,0x02,0x80,0x82] |
| |
| s_subb_u32 s0, 0x3f717273, s2 |
| // GFX11: encoding: [0xff,0x02,0x80,0x82,0x73,0x72,0x71,0x3f] |
| |
| s_subb_u32 s0, 0xaf123456, s2 |
| // GFX11: encoding: [0xff,0x02,0x80,0x82,0x56,0x34,0x12,0xaf] |
| |
| s_subb_u32 s0, s1, exec_lo |
| // GFX11: encoding: [0x01,0x7e,0x80,0x82] |
| |
| s_subb_u32 s0, s1, exec_hi |
| // GFX11: encoding: [0x01,0x7f,0x80,0x82] |
| |
| s_subb_u32 s0, s1, vcc_lo |
| // GFX11: encoding: [0x01,0x6a,0x80,0x82] |
| |
| s_subb_u32 s0, s1, vcc_hi |
| // GFX11: encoding: [0x01,0x6b,0x80,0x82] |
| |
| s_subb_u32 s0, s1, m0 |
| // GFX11: encoding: [0x01,0x7d,0x80,0x82] |
| |
| s_subb_u32 s0, s1, 0 |
| // GFX11: encoding: [0x01,0x80,0x80,0x82] |
| |
| s_subb_u32 s0, s1, -1 |
| // GFX11: encoding: [0x01,0xc1,0x80,0x82] |
| |
| s_subb_u32 s0, s1, 0.5 |
| // GFX11: encoding: [0x01,0xf0,0x80,0x82] |
| |
| s_subb_u32 s0, s1, -4.0 |
| // GFX11: encoding: [0x01,0xf7,0x80,0x82] |
| |
| s_subb_u32 s0, s1, 0x3f717273 |
| // GFX11: encoding: [0x01,0xff,0x80,0x82,0x73,0x72,0x71,0x3f] |
| |
| s_subb_u32 s0, s1, 0xaf123456 |
| // GFX11: encoding: [0x01,0xff,0x80,0x82,0x56,0x34,0x12,0xaf] |
| |
| s_min_i32 s0, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x00,0x89] |
| |
| s_min_i32 s105, s104, s103 |
| // GFX11: encoding: [0x68,0x67,0x69,0x89] |
| |
| s_min_i32 s0, s104, s103 |
| // GFX11: encoding: [0x68,0x67,0x00,0x89] |
| |
| s_min_i32 s105, s1, s103 |
| // GFX11: encoding: [0x01,0x67,0x69,0x89] |
| |
| s_min_i32 s105, s104, s2 |
| // GFX11: encoding: [0x68,0x02,0x69,0x89] |
| |
| s_min_i32 s105, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x69,0x89] |
| |
| s_min_i32 s0, s104, s2 |
| // GFX11: encoding: [0x68,0x02,0x00,0x89] |
| |
| s_min_i32 s0, s1, s103 |
| // GFX11: encoding: [0x01,0x67,0x00,0x89] |
| |
| s_min_i32 exec_lo, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x7e,0x89] |
| |
| s_min_i32 exec_hi, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x7f,0x89] |
| |
| s_min_i32 vcc_lo, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x6a,0x89] |
| |
| s_min_i32 vcc_hi, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x6b,0x89] |
| |
| s_min_i32 m0, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x7d,0x89] |
| |
| s_min_i32 s0, exec_lo, s2 |
| // GFX11: encoding: [0x7e,0x02,0x00,0x89] |
| |
| s_min_i32 s0, exec_hi, s2 |
| // GFX11: encoding: [0x7f,0x02,0x00,0x89] |
| |
| s_min_i32 s0, vcc_lo, s2 |
| // GFX11: encoding: [0x6a,0x02,0x00,0x89] |
| |
| s_min_i32 s0, vcc_hi, s2 |
| // GFX11: encoding: [0x6b,0x02,0x00,0x89] |
| |
| s_min_i32 s0, m0, s2 |
| // GFX11: encoding: [0x7d,0x02,0x00,0x89] |
| |
| s_min_i32 s0, 0, s2 |
| // GFX11: encoding: [0x80,0x02,0x00,0x89] |
| |
| s_min_i32 s0, -1, s2 |
| // GFX11: encoding: [0xc1,0x02,0x00,0x89] |
| |
| s_min_i32 s0, 0.5, s2 |
| // GFX11: encoding: [0xf0,0x02,0x00,0x89] |
| |
| s_min_i32 s0, -4.0, s2 |
| // GFX11: encoding: [0xf7,0x02,0x00,0x89] |
| |
| s_min_i32 s0, 0x3f717273, s2 |
| // GFX11: encoding: [0xff,0x02,0x00,0x89,0x73,0x72,0x71,0x3f] |
| |
| s_min_i32 s0, 0xaf123456, s2 |
| // GFX11: encoding: [0xff,0x02,0x00,0x89,0x56,0x34,0x12,0xaf] |
| |
| s_min_i32 s0, s1, exec_lo |
| // GFX11: encoding: [0x01,0x7e,0x00,0x89] |
| |
| s_min_i32 s0, s1, exec_hi |
| // GFX11: encoding: [0x01,0x7f,0x00,0x89] |
| |
| s_min_i32 s0, s1, vcc_lo |
| // GFX11: encoding: [0x01,0x6a,0x00,0x89] |
| |
| s_min_i32 s0, s1, vcc_hi |
| // GFX11: encoding: [0x01,0x6b,0x00,0x89] |
| |
| s_min_i32 s0, s1, m0 |
| // GFX11: encoding: [0x01,0x7d,0x00,0x89] |
| |
| s_min_i32 s0, s1, 0 |
| // GFX11: encoding: [0x01,0x80,0x00,0x89] |
| |
| s_min_i32 s0, s1, -1 |
| // GFX11: encoding: [0x01,0xc1,0x00,0x89] |
| |
| s_min_i32 s0, s1, 0.5 |
| // GFX11: encoding: [0x01,0xf0,0x00,0x89] |
| |
| s_min_i32 s0, s1, -4.0 |
| // GFX11: encoding: [0x01,0xf7,0x00,0x89] |
| |
| s_min_i32 s0, s1, 0x3f717273 |
| // GFX11: encoding: [0x01,0xff,0x00,0x89,0x73,0x72,0x71,0x3f] |
| |
| s_min_i32 s0, s1, 0xaf123456 |
| // GFX11: encoding: [0x01,0xff,0x00,0x89,0x56,0x34,0x12,0xaf] |
| |
| s_min_u32 s0, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x80,0x89] |
| |
| s_min_u32 s105, s104, s103 |
| // GFX11: encoding: [0x68,0x67,0xe9,0x89] |
| |
| s_min_u32 s0, s104, s103 |
| // GFX11: encoding: [0x68,0x67,0x80,0x89] |
| |
| s_min_u32 s105, s1, s103 |
| // GFX11: encoding: [0x01,0x67,0xe9,0x89] |
| |
| s_min_u32 s105, s104, s2 |
| // GFX11: encoding: [0x68,0x02,0xe9,0x89] |
| |
| s_min_u32 s105, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0xe9,0x89] |
| |
| s_min_u32 s0, s104, s2 |
| // GFX11: encoding: [0x68,0x02,0x80,0x89] |
| |
| s_min_u32 s0, s1, s103 |
| // GFX11: encoding: [0x01,0x67,0x80,0x89] |
| |
| s_min_u32 exec_lo, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0xfe,0x89] |
| |
| s_min_u32 exec_hi, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0xff,0x89] |
| |
| s_min_u32 vcc_lo, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0xea,0x89] |
| |
| s_min_u32 vcc_hi, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0xeb,0x89] |
| |
| s_min_u32 m0, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0xfd,0x89] |
| |
| s_min_u32 s0, exec_lo, s2 |
| // GFX11: encoding: [0x7e,0x02,0x80,0x89] |
| |
| s_min_u32 s0, exec_hi, s2 |
| // GFX11: encoding: [0x7f,0x02,0x80,0x89] |
| |
| s_min_u32 s0, vcc_lo, s2 |
| // GFX11: encoding: [0x6a,0x02,0x80,0x89] |
| |
| s_min_u32 s0, vcc_hi, s2 |
| // GFX11: encoding: [0x6b,0x02,0x80,0x89] |
| |
| s_min_u32 s0, m0, s2 |
| // GFX11: encoding: [0x7d,0x02,0x80,0x89] |
| |
| s_min_u32 s0, 0, s2 |
| // GFX11: encoding: [0x80,0x02,0x80,0x89] |
| |
| s_min_u32 s0, -1, s2 |
| // GFX11: encoding: [0xc1,0x02,0x80,0x89] |
| |
| s_min_u32 s0, 0.5, s2 |
| // GFX11: encoding: [0xf0,0x02,0x80,0x89] |
| |
| s_min_u32 s0, -4.0, s2 |
| // GFX11: encoding: [0xf7,0x02,0x80,0x89] |
| |
| s_min_u32 s0, 0x3f717273, s2 |
| // GFX11: encoding: [0xff,0x02,0x80,0x89,0x73,0x72,0x71,0x3f] |
| |
| s_min_u32 s0, 0xaf123456, s2 |
| // GFX11: encoding: [0xff,0x02,0x80,0x89,0x56,0x34,0x12,0xaf] |
| |
| s_min_u32 s0, s1, exec_lo |
| // GFX11: encoding: [0x01,0x7e,0x80,0x89] |
| |
| s_min_u32 s0, s1, exec_hi |
| // GFX11: encoding: [0x01,0x7f,0x80,0x89] |
| |
| s_min_u32 s0, s1, vcc_lo |
| // GFX11: encoding: [0x01,0x6a,0x80,0x89] |
| |
| s_min_u32 s0, s1, vcc_hi |
| // GFX11: encoding: [0x01,0x6b,0x80,0x89] |
| |
| s_min_u32 s0, s1, m0 |
| // GFX11: encoding: [0x01,0x7d,0x80,0x89] |
| |
| s_min_u32 s0, s1, 0 |
| // GFX11: encoding: [0x01,0x80,0x80,0x89] |
| |
| s_min_u32 s0, s1, -1 |
| // GFX11: encoding: [0x01,0xc1,0x80,0x89] |
| |
| s_min_u32 s0, s1, 0.5 |
| // GFX11: encoding: [0x01,0xf0,0x80,0x89] |
| |
| s_min_u32 s0, s1, -4.0 |
| // GFX11: encoding: [0x01,0xf7,0x80,0x89] |
| |
| s_min_u32 s0, s1, 0x3f717273 |
| // GFX11: encoding: [0x01,0xff,0x80,0x89,0x73,0x72,0x71,0x3f] |
| |
| s_min_u32 s0, s1, 0xaf123456 |
| // GFX11: encoding: [0x01,0xff,0x80,0x89,0x56,0x34,0x12,0xaf] |
| |
| s_max_i32 s0, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x00,0x8a] |
| |
| s_max_i32 s105, s104, s103 |
| // GFX11: encoding: [0x68,0x67,0x69,0x8a] |
| |
| s_max_i32 s0, s104, s103 |
| // GFX11: encoding: [0x68,0x67,0x00,0x8a] |
| |
| s_max_i32 s105, s1, s103 |
| // GFX11: encoding: [0x01,0x67,0x69,0x8a] |
| |
| s_max_i32 s105, s104, s2 |
| // GFX11: encoding: [0x68,0x02,0x69,0x8a] |
| |
| s_max_i32 s105, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x69,0x8a] |
| |
| s_max_i32 s0, s104, s2 |
| // GFX11: encoding: [0x68,0x02,0x00,0x8a] |
| |
| s_max_i32 s0, s1, s103 |
| // GFX11: encoding: [0x01,0x67,0x00,0x8a] |
| |
| s_max_i32 exec_lo, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x7e,0x8a] |
| |
| s_max_i32 exec_hi, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x7f,0x8a] |
| |
| s_max_i32 vcc_lo, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x6a,0x8a] |
| |
| s_max_i32 vcc_hi, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x6b,0x8a] |
| |
| s_max_i32 m0, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x7d,0x8a] |
| |
| s_max_i32 s0, exec_lo, s2 |
| // GFX11: encoding: [0x7e,0x02,0x00,0x8a] |
| |
| s_max_i32 s0, exec_hi, s2 |
| // GFX11: encoding: [0x7f,0x02,0x00,0x8a] |
| |
| s_max_i32 s0, vcc_lo, s2 |
| // GFX11: encoding: [0x6a,0x02,0x00,0x8a] |
| |
| s_max_i32 s0, vcc_hi, s2 |
| // GFX11: encoding: [0x6b,0x02,0x00,0x8a] |
| |
| s_max_i32 s0, m0, s2 |
| // GFX11: encoding: [0x7d,0x02,0x00,0x8a] |
| |
| s_max_i32 s0, 0, s2 |
| // GFX11: encoding: [0x80,0x02,0x00,0x8a] |
| |
| s_max_i32 s0, -1, s2 |
| // GFX11: encoding: [0xc1,0x02,0x00,0x8a] |
| |
| s_max_i32 s0, 0.5, s2 |
| // GFX11: encoding: [0xf0,0x02,0x00,0x8a] |
| |
| s_max_i32 s0, -4.0, s2 |
| // GFX11: encoding: [0xf7,0x02,0x00,0x8a] |
| |
| s_max_i32 s0, 0x3f717273, s2 |
| // GFX11: encoding: [0xff,0x02,0x00,0x8a,0x73,0x72,0x71,0x3f] |
| |
| s_max_i32 s0, 0xaf123456, s2 |
| // GFX11: encoding: [0xff,0x02,0x00,0x8a,0x56,0x34,0x12,0xaf] |
| |
| s_max_i32 s0, s1, exec_lo |
| // GFX11: encoding: [0x01,0x7e,0x00,0x8a] |
| |
| s_max_i32 s0, s1, exec_hi |
| // GFX11: encoding: [0x01,0x7f,0x00,0x8a] |
| |
| s_max_i32 s0, s1, vcc_lo |
| // GFX11: encoding: [0x01,0x6a,0x00,0x8a] |
| |
| s_max_i32 s0, s1, vcc_hi |
| // GFX11: encoding: [0x01,0x6b,0x00,0x8a] |
| |
| s_max_i32 s0, s1, m0 |
| // GFX11: encoding: [0x01,0x7d,0x00,0x8a] |
| |
| s_max_i32 s0, s1, 0 |
| // GFX11: encoding: [0x01,0x80,0x00,0x8a] |
| |
| s_max_i32 s0, s1, -1 |
| // GFX11: encoding: [0x01,0xc1,0x00,0x8a] |
| |
| s_max_i32 s0, s1, 0.5 |
| // GFX11: encoding: [0x01,0xf0,0x00,0x8a] |
| |
| s_max_i32 s0, s1, -4.0 |
| // GFX11: encoding: [0x01,0xf7,0x00,0x8a] |
| |
| s_max_i32 s0, s1, 0x3f717273 |
| // GFX11: encoding: [0x01,0xff,0x00,0x8a,0x73,0x72,0x71,0x3f] |
| |
| s_max_i32 s0, s1, 0xaf123456 |
| // GFX11: encoding: [0x01,0xff,0x00,0x8a,0x56,0x34,0x12,0xaf] |
| |
| s_max_u32 s0, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x80,0x8a] |
| |
| s_max_u32 s105, s104, s103 |
| // GFX11: encoding: [0x68,0x67,0xe9,0x8a] |
| |
| s_max_u32 s0, s104, s103 |
| // GFX11: encoding: [0x68,0x67,0x80,0x8a] |
| |
| s_max_u32 s105, s1, s103 |
| // GFX11: encoding: [0x01,0x67,0xe9,0x8a] |
| |
| s_max_u32 s105, s104, s2 |
| // GFX11: encoding: [0x68,0x02,0xe9,0x8a] |
| |
| s_max_u32 s105, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0xe9,0x8a] |
| |
| s_max_u32 s0, s104, s2 |
| // GFX11: encoding: [0x68,0x02,0x80,0x8a] |
| |
| s_max_u32 s0, s1, s103 |
| // GFX11: encoding: [0x01,0x67,0x80,0x8a] |
| |
| s_max_u32 exec_lo, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0xfe,0x8a] |
| |
| s_max_u32 exec_hi, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0xff,0x8a] |
| |
| s_max_u32 vcc_lo, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0xea,0x8a] |
| |
| s_max_u32 vcc_hi, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0xeb,0x8a] |
| |
| s_max_u32 m0, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0xfd,0x8a] |
| |
| s_max_u32 s0, exec_lo, s2 |
| // GFX11: encoding: [0x7e,0x02,0x80,0x8a] |
| |
| s_max_u32 s0, exec_hi, s2 |
| // GFX11: encoding: [0x7f,0x02,0x80,0x8a] |
| |
| s_max_u32 s0, vcc_lo, s2 |
| // GFX11: encoding: [0x6a,0x02,0x80,0x8a] |
| |
| s_max_u32 s0, vcc_hi, s2 |
| // GFX11: encoding: [0x6b,0x02,0x80,0x8a] |
| |
| s_max_u32 s0, m0, s2 |
| // GFX11: encoding: [0x7d,0x02,0x80,0x8a] |
| |
| s_max_u32 s0, 0, s2 |
| // GFX11: encoding: [0x80,0x02,0x80,0x8a] |
| |
| s_max_u32 s0, -1, s2 |
| // GFX11: encoding: [0xc1,0x02,0x80,0x8a] |
| |
| s_max_u32 s0, 0.5, s2 |
| // GFX11: encoding: [0xf0,0x02,0x80,0x8a] |
| |
| s_max_u32 s0, -4.0, s2 |
| // GFX11: encoding: [0xf7,0x02,0x80,0x8a] |
| |
| s_max_u32 s0, 0x3f717273, s2 |
| // GFX11: encoding: [0xff,0x02,0x80,0x8a,0x73,0x72,0x71,0x3f] |
| |
| s_max_u32 s0, 0xaf123456, s2 |
| // GFX11: encoding: [0xff,0x02,0x80,0x8a,0x56,0x34,0x12,0xaf] |
| |
| s_max_u32 s0, s1, exec_lo |
| // GFX11: encoding: [0x01,0x7e,0x80,0x8a] |
| |
| s_max_u32 s0, s1, exec_hi |
| // GFX11: encoding: [0x01,0x7f,0x80,0x8a] |
| |
| s_max_u32 s0, s1, vcc_lo |
| // GFX11: encoding: [0x01,0x6a,0x80,0x8a] |
| |
| s_max_u32 s0, s1, vcc_hi |
| // GFX11: encoding: [0x01,0x6b,0x80,0x8a] |
| |
| s_max_u32 s0, s1, m0 |
| // GFX11: encoding: [0x01,0x7d,0x80,0x8a] |
| |
| s_max_u32 s0, s1, 0 |
| // GFX11: encoding: [0x01,0x80,0x80,0x8a] |
| |
| s_max_u32 s0, s1, -1 |
| // GFX11: encoding: [0x01,0xc1,0x80,0x8a] |
| |
| s_max_u32 s0, s1, 0.5 |
| // GFX11: encoding: [0x01,0xf0,0x80,0x8a] |
| |
| s_max_u32 s0, s1, -4.0 |
| // GFX11: encoding: [0x01,0xf7,0x80,0x8a] |
| |
| s_max_u32 s0, s1, 0x3f717273 |
| // GFX11: encoding: [0x01,0xff,0x80,0x8a,0x73,0x72,0x71,0x3f] |
| |
| s_max_u32 s0, s1, 0xaf123456 |
| // GFX11: encoding: [0x01,0xff,0x80,0x8a,0x56,0x34,0x12,0xaf] |
| |
| s_cselect_b32 s0, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x00,0x98] |
| |
| s_cselect_b32 s105, s104, s103 |
| // GFX11: encoding: [0x68,0x67,0x69,0x98] |
| |
| s_cselect_b32 s0, s104, s103 |
| // GFX11: encoding: [0x68,0x67,0x00,0x98] |
| |
| s_cselect_b32 s105, s1, s103 |
| // GFX11: encoding: [0x01,0x67,0x69,0x98] |
| |
| s_cselect_b32 s105, s104, s2 |
| // GFX11: encoding: [0x68,0x02,0x69,0x98] |
| |
| s_cselect_b32 s105, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x69,0x98] |
| |
| s_cselect_b32 s0, s104, s2 |
| // GFX11: encoding: [0x68,0x02,0x00,0x98] |
| |
| s_cselect_b32 s0, s1, s103 |
| // GFX11: encoding: [0x01,0x67,0x00,0x98] |
| |
| s_cselect_b32 exec_lo, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x7e,0x98] |
| |
| s_cselect_b32 exec_hi, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x7f,0x98] |
| |
| s_cselect_b32 vcc_lo, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x6a,0x98] |
| |
| s_cselect_b32 vcc_hi, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x6b,0x98] |
| |
| s_cselect_b32 m0, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x7d,0x98] |
| |
| s_cselect_b32 s0, exec_lo, s2 |
| // GFX11: encoding: [0x7e,0x02,0x00,0x98] |
| |
| s_cselect_b32 s0, exec_hi, s2 |
| // GFX11: encoding: [0x7f,0x02,0x00,0x98] |
| |
| s_cselect_b32 s0, vcc_lo, s2 |
| // GFX11: encoding: [0x6a,0x02,0x00,0x98] |
| |
| s_cselect_b32 s0, vcc_hi, s2 |
| // GFX11: encoding: [0x6b,0x02,0x00,0x98] |
| |
| s_cselect_b32 s0, m0, s2 |
| // GFX11: encoding: [0x7d,0x02,0x00,0x98] |
| |
| s_cselect_b32 s0, 0, s2 |
| // GFX11: encoding: [0x80,0x02,0x00,0x98] |
| |
| s_cselect_b32 s0, -1, s2 |
| // GFX11: encoding: [0xc1,0x02,0x00,0x98] |
| |
| s_cselect_b32 s0, 0.5, s2 |
| // GFX11: encoding: [0xf0,0x02,0x00,0x98] |
| |
| s_cselect_b32 s0, -4.0, s2 |
| // GFX11: encoding: [0xf7,0x02,0x00,0x98] |
| |
| s_cselect_b32 s0, 0x3f717273, s2 |
| // GFX11: encoding: [0xff,0x02,0x00,0x98,0x73,0x72,0x71,0x3f] |
| |
| s_cselect_b32 s0, 0xaf123456, s2 |
| // GFX11: encoding: [0xff,0x02,0x00,0x98,0x56,0x34,0x12,0xaf] |
| |
| s_cselect_b32 s0, s1, exec_lo |
| // GFX11: encoding: [0x01,0x7e,0x00,0x98] |
| |
| s_cselect_b32 s0, s1, exec_hi |
| // GFX11: encoding: [0x01,0x7f,0x00,0x98] |
| |
| s_cselect_b32 s0, s1, vcc_lo |
| // GFX11: encoding: [0x01,0x6a,0x00,0x98] |
| |
| s_cselect_b32 s0, s1, vcc_hi |
| // GFX11: encoding: [0x01,0x6b,0x00,0x98] |
| |
| s_cselect_b32 s0, s1, m0 |
| // GFX11: encoding: [0x01,0x7d,0x00,0x98] |
| |
| s_cselect_b32 s0, s1, 0 |
| // GFX11: encoding: [0x01,0x80,0x00,0x98] |
| |
| s_cselect_b32 s0, s1, -1 |
| // GFX11: encoding: [0x01,0xc1,0x00,0x98] |
| |
| s_cselect_b32 s0, s1, 0.5 |
| // GFX11: encoding: [0x01,0xf0,0x00,0x98] |
| |
| s_cselect_b32 s0, s1, -4.0 |
| // GFX11: encoding: [0x01,0xf7,0x00,0x98] |
| |
| s_cselect_b32 s0, s1, 0x3f717273 |
| // GFX11: encoding: [0x01,0xff,0x00,0x98,0x73,0x72,0x71,0x3f] |
| |
| s_cselect_b32 s0, s1, 0xaf123456 |
| // GFX11: encoding: [0x01,0xff,0x00,0x98,0x56,0x34,0x12,0xaf] |
| |
| s_cselect_b64 s[0:1], s[2:3], s[4:5] |
| // GFX11: encoding: [0x02,0x04,0x80,0x98] |
| |
| s_cselect_b64 s[104:105], s[102:103], s[100:101] |
| // GFX11: encoding: [0x66,0x64,0xe8,0x98] |
| |
| s_cselect_b64 s[0:1], s[102:103], s[100:101] |
| // GFX11: encoding: [0x66,0x64,0x80,0x98] |
| |
| s_cselect_b64 s[104:105], s[2:3], s[100:101] |
| // GFX11: encoding: [0x02,0x64,0xe8,0x98] |
| |
| s_cselect_b64 s[104:105], s[102:103], s[4:5] |
| // GFX11: encoding: [0x66,0x04,0xe8,0x98] |
| |
| s_cselect_b64 s[104:105], s[2:3], s[4:5] |
| // GFX11: encoding: [0x02,0x04,0xe8,0x98] |
| |
| s_cselect_b64 s[0:1], s[102:103], s[4:5] |
| // GFX11: encoding: [0x66,0x04,0x80,0x98] |
| |
| s_cselect_b64 s[0:1], s[2:3], s[100:101] |
| // GFX11: encoding: [0x02,0x64,0x80,0x98] |
| |
| s_cselect_b64 exec, s[2:3], s[4:5] |
| // GFX11: encoding: [0x02,0x04,0xfe,0x98] |
| |
| s_cselect_b64 vcc, s[2:3], s[4:5] |
| // GFX11: encoding: [0x02,0x04,0xea,0x98] |
| |
| s_cselect_b64 s[0:1], exec, s[4:5] |
| // GFX11: encoding: [0x7e,0x04,0x80,0x98] |
| |
| s_cselect_b64 s[0:1], vcc, s[4:5] |
| // GFX11: encoding: [0x6a,0x04,0x80,0x98] |
| |
| s_cselect_b64 s[0:1], 0, s[4:5] |
| // GFX11: encoding: [0x80,0x04,0x80,0x98] |
| |
| s_cselect_b64 s[0:1], -1, s[4:5] |
| // GFX11: encoding: [0xc1,0x04,0x80,0x98] |
| |
| s_cselect_b64 s[0:1], 0.5, s[4:5] |
| // GFX11: encoding: [0xf0,0x04,0x80,0x98] |
| |
| s_cselect_b64 s[0:1], -4.0, s[4:5] |
| // GFX11: encoding: [0xf7,0x04,0x80,0x98] |
| |
| s_cselect_b64 s[0:1], 0x3f717273, s[4:5] |
| // GFX11: encoding: [0xff,0x04,0x80,0x98,0x73,0x72,0x71,0x3f] |
| |
| s_cselect_b64 s[0:1], 0xaf123456, s[4:5] |
| // GFX11: encoding: [0xff,0x04,0x80,0x98,0x56,0x34,0x12,0xaf] |
| |
| s_cselect_b64 s[0:1], s[2:3], exec |
| // GFX11: encoding: [0x02,0x7e,0x80,0x98] |
| |
| s_cselect_b64 s[0:1], s[2:3], vcc |
| // GFX11: encoding: [0x02,0x6a,0x80,0x98] |
| |
| s_cselect_b64 s[0:1], s[2:3], 0 |
| // GFX11: encoding: [0x02,0x80,0x80,0x98] |
| |
| s_cselect_b64 s[0:1], s[2:3], -1 |
| // GFX11: encoding: [0x02,0xc1,0x80,0x98] |
| |
| s_cselect_b64 s[0:1], s[2:3], 0.5 |
| // GFX11: encoding: [0x02,0xf0,0x80,0x98] |
| |
| s_cselect_b64 s[0:1], s[2:3], -4.0 |
| // GFX11: encoding: [0x02,0xf7,0x80,0x98] |
| |
| s_cselect_b64 s[0:1], s[2:3], 0x3f717273 |
| // GFX11: encoding: [0x02,0xff,0x80,0x98,0x73,0x72,0x71,0x3f] |
| |
| s_cselect_b64 s[0:1], s[2:3], 0xaf123456 |
| // GFX11: encoding: [0x02,0xff,0x80,0x98,0x56,0x34,0x12,0xaf] |
| |
| s_and_b32 s0, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x00,0x8b] |
| |
| s_and_b32 s105, s104, s103 |
| // GFX11: encoding: [0x68,0x67,0x69,0x8b] |
| |
| s_and_b32 s0, s104, s103 |
| // GFX11: encoding: [0x68,0x67,0x00,0x8b] |
| |
| s_and_b32 s105, s1, s103 |
| // GFX11: encoding: [0x01,0x67,0x69,0x8b] |
| |
| s_and_b32 s105, s104, s2 |
| // GFX11: encoding: [0x68,0x02,0x69,0x8b] |
| |
| s_and_b32 s105, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x69,0x8b] |
| |
| s_and_b32 s0, s104, s2 |
| // GFX11: encoding: [0x68,0x02,0x00,0x8b] |
| |
| s_and_b32 s0, s1, s103 |
| // GFX11: encoding: [0x01,0x67,0x00,0x8b] |
| |
| s_and_b32 exec_lo, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x7e,0x8b] |
| |
| s_and_b32 exec_hi, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x7f,0x8b] |
| |
| s_and_b32 vcc_lo, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x6a,0x8b] |
| |
| s_and_b32 vcc_hi, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x6b,0x8b] |
| |
| s_and_b32 m0, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x7d,0x8b] |
| |
| s_and_b32 s0, exec_lo, s2 |
| // GFX11: encoding: [0x7e,0x02,0x00,0x8b] |
| |
| s_and_b32 s0, exec_hi, s2 |
| // GFX11: encoding: [0x7f,0x02,0x00,0x8b] |
| |
| s_and_b32 s0, vcc_lo, s2 |
| // GFX11: encoding: [0x6a,0x02,0x00,0x8b] |
| |
| s_and_b32 s0, vcc_hi, s2 |
| // GFX11: encoding: [0x6b,0x02,0x00,0x8b] |
| |
| s_and_b32 s0, m0, s2 |
| // GFX11: encoding: [0x7d,0x02,0x00,0x8b] |
| |
| s_and_b32 s0, 0, s2 |
| // GFX11: encoding: [0x80,0x02,0x00,0x8b] |
| |
| s_and_b32 s0, -1, s2 |
| // GFX11: encoding: [0xc1,0x02,0x00,0x8b] |
| |
| s_and_b32 s0, 0.5, s2 |
| // GFX11: encoding: [0xf0,0x02,0x00,0x8b] |
| |
| s_and_b32 s0, -4.0, s2 |
| // GFX11: encoding: [0xf7,0x02,0x00,0x8b] |
| |
| s_and_b32 s0, 0x3f717273, s2 |
| // GFX11: encoding: [0xff,0x02,0x00,0x8b,0x73,0x72,0x71,0x3f] |
| |
| s_and_b32 s0, 0xaf123456, s2 |
| // GFX11: encoding: [0xff,0x02,0x00,0x8b,0x56,0x34,0x12,0xaf] |
| |
| s_and_b32 s0, s1, exec_lo |
| // GFX11: encoding: [0x01,0x7e,0x00,0x8b] |
| |
| s_and_b32 s0, s1, exec_hi |
| // GFX11: encoding: [0x01,0x7f,0x00,0x8b] |
| |
| s_and_b32 s0, s1, vcc_lo |
| // GFX11: encoding: [0x01,0x6a,0x00,0x8b] |
| |
| s_and_b32 s0, s1, vcc_hi |
| // GFX11: encoding: [0x01,0x6b,0x00,0x8b] |
| |
| s_and_b32 s0, s1, m0 |
| // GFX11: encoding: [0x01,0x7d,0x00,0x8b] |
| |
| s_and_b32 s0, s1, 0 |
| // GFX11: encoding: [0x01,0x80,0x00,0x8b] |
| |
| s_and_b32 s0, s1, -1 |
| // GFX11: encoding: [0x01,0xc1,0x00,0x8b] |
| |
| s_and_b32 s0, s1, 0.5 |
| // GFX11: encoding: [0x01,0xf0,0x00,0x8b] |
| |
| s_and_b32 s0, s1, -4.0 |
| // GFX11: encoding: [0x01,0xf7,0x00,0x8b] |
| |
| s_and_b32 s0, s1, 0x3f717273 |
| // GFX11: encoding: [0x01,0xff,0x00,0x8b,0x73,0x72,0x71,0x3f] |
| |
| s_and_b32 s0, s1, 0xaf123456 |
| // GFX11: encoding: [0x01,0xff,0x00,0x8b,0x56,0x34,0x12,0xaf] |
| |
| s_and_b32 s0, s1, null |
| // GFX11: encoding: [0x01,0x7c,0x00,0x8b] |
| |
| s_and_b32 s0, null, s2 |
| // GFX11: encoding: [0x7c,0x02,0x00,0x8b] |
| |
| s_and_b32 null, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x7c,0x8b] |
| |
| s_and_b64 s[0:1], s[2:3], s[4:5] |
| // GFX11: encoding: [0x02,0x04,0x80,0x8b] |
| |
| s_and_b64 s[104:105], s[102:103], s[100:101] |
| // GFX11: encoding: [0x66,0x64,0xe8,0x8b] |
| |
| s_and_b64 s[0:1], s[102:103], s[100:101] |
| // GFX11: encoding: [0x66,0x64,0x80,0x8b] |
| |
| s_and_b64 s[104:105], s[2:3], s[100:101] |
| // GFX11: encoding: [0x02,0x64,0xe8,0x8b] |
| |
| s_and_b64 s[104:105], s[102:103], s[4:5] |
| // GFX11: encoding: [0x66,0x04,0xe8,0x8b] |
| |
| s_and_b64 s[104:105], s[2:3], s[4:5] |
| // GFX11: encoding: [0x02,0x04,0xe8,0x8b] |
| |
| s_and_b64 s[0:1], s[102:103], s[4:5] |
| // GFX11: encoding: [0x66,0x04,0x80,0x8b] |
| |
| s_and_b64 s[0:1], s[2:3], s[100:101] |
| // GFX11: encoding: [0x02,0x64,0x80,0x8b] |
| |
| s_and_b64 exec, s[2:3], s[4:5] |
| // GFX11: encoding: [0x02,0x04,0xfe,0x8b] |
| |
| s_and_b64 vcc, s[2:3], s[4:5] |
| // GFX11: encoding: [0x02,0x04,0xea,0x8b] |
| |
| s_and_b64 s[0:1], exec, s[4:5] |
| // GFX11: encoding: [0x7e,0x04,0x80,0x8b] |
| |
| s_and_b64 s[0:1], vcc, s[4:5] |
| // GFX11: encoding: [0x6a,0x04,0x80,0x8b] |
| |
| s_and_b64 s[0:1], 0, s[4:5] |
| // GFX11: encoding: [0x80,0x04,0x80,0x8b] |
| |
| s_and_b64 s[0:1], -1, s[4:5] |
| // GFX11: encoding: [0xc1,0x04,0x80,0x8b] |
| |
| s_and_b64 s[0:1], 0.5, s[4:5] |
| // GFX11: encoding: [0xf0,0x04,0x80,0x8b] |
| |
| s_and_b64 s[0:1], -4.0, s[4:5] |
| // GFX11: encoding: [0xf7,0x04,0x80,0x8b] |
| |
| s_and_b64 s[0:1], 0x3f717273, s[4:5] |
| // GFX11: encoding: [0xff,0x04,0x80,0x8b,0x73,0x72,0x71,0x3f] |
| |
| s_and_b64 s[0:1], 0xaf123456, s[4:5] |
| // GFX11: encoding: [0xff,0x04,0x80,0x8b,0x56,0x34,0x12,0xaf] |
| |
| s_and_b64 s[0:1], s[2:3], exec |
| // GFX11: encoding: [0x02,0x7e,0x80,0x8b] |
| |
| s_and_b64 s[0:1], s[2:3], vcc |
| // GFX11: encoding: [0x02,0x6a,0x80,0x8b] |
| |
| s_and_b64 s[0:1], s[2:3], 0 |
| // GFX11: encoding: [0x02,0x80,0x80,0x8b] |
| |
| s_and_b64 s[0:1], s[2:3], -1 |
| // GFX11: encoding: [0x02,0xc1,0x80,0x8b] |
| |
| s_and_b64 s[0:1], s[2:3], 0.5 |
| // GFX11: encoding: [0x02,0xf0,0x80,0x8b] |
| |
| s_and_b64 s[0:1], s[2:3], -4.0 |
| // GFX11: encoding: [0x02,0xf7,0x80,0x8b] |
| |
| s_and_b64 s[0:1], s[2:3], 0x3f717273 |
| // GFX11: encoding: [0x02,0xff,0x80,0x8b,0x73,0x72,0x71,0x3f] |
| |
| s_and_b64 s[0:1], s[2:3], 0xaf123456 |
| // GFX11: encoding: [0x02,0xff,0x80,0x8b,0x56,0x34,0x12,0xaf] |
| |
| s_or_b32 s0, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x00,0x8c] |
| |
| s_or_b32 s105, s104, s103 |
| // GFX11: encoding: [0x68,0x67,0x69,0x8c] |
| |
| s_or_b32 s0, s104, s103 |
| // GFX11: encoding: [0x68,0x67,0x00,0x8c] |
| |
| s_or_b32 s105, s1, s103 |
| // GFX11: encoding: [0x01,0x67,0x69,0x8c] |
| |
| s_or_b32 s105, s104, s2 |
| // GFX11: encoding: [0x68,0x02,0x69,0x8c] |
| |
| s_or_b32 s105, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x69,0x8c] |
| |
| s_or_b32 s0, s104, s2 |
| // GFX11: encoding: [0x68,0x02,0x00,0x8c] |
| |
| s_or_b32 s0, s1, s103 |
| // GFX11: encoding: [0x01,0x67,0x00,0x8c] |
| |
| s_or_b32 exec_lo, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x7e,0x8c] |
| |
| s_or_b32 exec_hi, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x7f,0x8c] |
| |
| s_or_b32 vcc_lo, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x6a,0x8c] |
| |
| s_or_b32 vcc_hi, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x6b,0x8c] |
| |
| s_or_b32 m0, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x7d,0x8c] |
| |
| s_or_b32 s0, exec_lo, s2 |
| // GFX11: encoding: [0x7e,0x02,0x00,0x8c] |
| |
| s_or_b32 s0, exec_hi, s2 |
| // GFX11: encoding: [0x7f,0x02,0x00,0x8c] |
| |
| s_or_b32 s0, vcc_lo, s2 |
| // GFX11: encoding: [0x6a,0x02,0x00,0x8c] |
| |
| s_or_b32 s0, vcc_hi, s2 |
| // GFX11: encoding: [0x6b,0x02,0x00,0x8c] |
| |
| s_or_b32 s0, m0, s2 |
| // GFX11: encoding: [0x7d,0x02,0x00,0x8c] |
| |
| s_or_b32 s0, 0, s2 |
| // GFX11: encoding: [0x80,0x02,0x00,0x8c] |
| |
| s_or_b32 s0, -1, s2 |
| // GFX11: encoding: [0xc1,0x02,0x00,0x8c] |
| |
| s_or_b32 s0, 0.5, s2 |
| // GFX11: encoding: [0xf0,0x02,0x00,0x8c] |
| |
| s_or_b32 s0, -4.0, s2 |
| // GFX11: encoding: [0xf7,0x02,0x00,0x8c] |
| |
| s_or_b32 s0, 0x3f717273, s2 |
| // GFX11: encoding: [0xff,0x02,0x00,0x8c,0x73,0x72,0x71,0x3f] |
| |
| s_or_b32 s0, 0xaf123456, s2 |
| // GFX11: encoding: [0xff,0x02,0x00,0x8c,0x56,0x34,0x12,0xaf] |
| |
| s_or_b32 s0, s1, exec_lo |
| // GFX11: encoding: [0x01,0x7e,0x00,0x8c] |
| |
| s_or_b32 s0, s1, exec_hi |
| // GFX11: encoding: [0x01,0x7f,0x00,0x8c] |
| |
| s_or_b32 s0, s1, vcc_lo |
| // GFX11: encoding: [0x01,0x6a,0x00,0x8c] |
| |
| s_or_b32 s0, s1, vcc_hi |
| // GFX11: encoding: [0x01,0x6b,0x00,0x8c] |
| |
| s_or_b32 s0, s1, m0 |
| // GFX11: encoding: [0x01,0x7d,0x00,0x8c] |
| |
| s_or_b32 s0, s1, 0 |
| // GFX11: encoding: [0x01,0x80,0x00,0x8c] |
| |
| s_or_b32 s0, s1, -1 |
| // GFX11: encoding: [0x01,0xc1,0x00,0x8c] |
| |
| s_or_b32 s0, s1, 0.5 |
| // GFX11: encoding: [0x01,0xf0,0x00,0x8c] |
| |
| s_or_b32 s0, s1, -4.0 |
| // GFX11: encoding: [0x01,0xf7,0x00,0x8c] |
| |
| s_or_b32 s0, s1, 0x3f717273 |
| // GFX11: encoding: [0x01,0xff,0x00,0x8c,0x73,0x72,0x71,0x3f] |
| |
| s_or_b32 s0, s1, 0xaf123456 |
| // GFX11: encoding: [0x01,0xff,0x00,0x8c,0x56,0x34,0x12,0xaf] |
| |
| s_or_b64 s[0:1], s[2:3], s[4:5] |
| // GFX11: encoding: [0x02,0x04,0x80,0x8c] |
| |
| s_or_b64 s[104:105], s[102:103], s[100:101] |
| // GFX11: encoding: [0x66,0x64,0xe8,0x8c] |
| |
| s_or_b64 s[0:1], s[102:103], s[100:101] |
| // GFX11: encoding: [0x66,0x64,0x80,0x8c] |
| |
| s_or_b64 s[104:105], s[2:3], s[100:101] |
| // GFX11: encoding: [0x02,0x64,0xe8,0x8c] |
| |
| s_or_b64 s[104:105], s[102:103], s[4:5] |
| // GFX11: encoding: [0x66,0x04,0xe8,0x8c] |
| |
| s_or_b64 s[104:105], s[2:3], s[4:5] |
| // GFX11: encoding: [0x02,0x04,0xe8,0x8c] |
| |
| s_or_b64 s[0:1], s[102:103], s[4:5] |
| // GFX11: encoding: [0x66,0x04,0x80,0x8c] |
| |
| s_or_b64 s[0:1], s[2:3], s[100:101] |
| // GFX11: encoding: [0x02,0x64,0x80,0x8c] |
| |
| s_or_b64 exec, s[2:3], s[4:5] |
| // GFX11: encoding: [0x02,0x04,0xfe,0x8c] |
| |
| s_or_b64 vcc, s[2:3], s[4:5] |
| // GFX11: encoding: [0x02,0x04,0xea,0x8c] |
| |
| s_or_b64 s[0:1], exec, s[4:5] |
| // GFX11: encoding: [0x7e,0x04,0x80,0x8c] |
| |
| s_or_b64 s[0:1], vcc, s[4:5] |
| // GFX11: encoding: [0x6a,0x04,0x80,0x8c] |
| |
| s_or_b64 s[0:1], 0, s[4:5] |
| // GFX11: encoding: [0x80,0x04,0x80,0x8c] |
| |
| s_or_b64 s[0:1], -1, s[4:5] |
| // GFX11: encoding: [0xc1,0x04,0x80,0x8c] |
| |
| s_or_b64 s[0:1], 0.5, s[4:5] |
| // GFX11: encoding: [0xf0,0x04,0x80,0x8c] |
| |
| s_or_b64 s[0:1], -4.0, s[4:5] |
| // GFX11: encoding: [0xf7,0x04,0x80,0x8c] |
| |
| s_or_b64 s[0:1], 0x3f717273, s[4:5] |
| // GFX11: encoding: [0xff,0x04,0x80,0x8c,0x73,0x72,0x71,0x3f] |
| |
| s_or_b64 s[0:1], 0xaf123456, s[4:5] |
| // GFX11: encoding: [0xff,0x04,0x80,0x8c,0x56,0x34,0x12,0xaf] |
| |
| s_or_b64 s[0:1], s[2:3], exec |
| // GFX11: encoding: [0x02,0x7e,0x80,0x8c] |
| |
| s_or_b64 s[0:1], s[2:3], vcc |
| // GFX11: encoding: [0x02,0x6a,0x80,0x8c] |
| |
| s_or_b64 s[0:1], s[2:3], 0 |
| // GFX11: encoding: [0x02,0x80,0x80,0x8c] |
| |
| s_or_b64 s[0:1], s[2:3], -1 |
| // GFX11: encoding: [0x02,0xc1,0x80,0x8c] |
| |
| s_or_b64 s[0:1], s[2:3], 0.5 |
| // GFX11: encoding: [0x02,0xf0,0x80,0x8c] |
| |
| s_or_b64 s[0:1], s[2:3], -4.0 |
| // GFX11: encoding: [0x02,0xf7,0x80,0x8c] |
| |
| s_or_b64 s[0:1], s[2:3], 0x3f717273 |
| // GFX11: encoding: [0x02,0xff,0x80,0x8c,0x73,0x72,0x71,0x3f] |
| |
| s_or_b64 s[0:1], s[2:3], 0xaf123456 |
| // GFX11: encoding: [0x02,0xff,0x80,0x8c,0x56,0x34,0x12,0xaf] |
| |
| s_xor_b32 s0, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x00,0x8d] |
| |
| s_xor_b32 s105, s104, s103 |
| // GFX11: encoding: [0x68,0x67,0x69,0x8d] |
| |
| s_xor_b32 s0, s104, s103 |
| // GFX11: encoding: [0x68,0x67,0x00,0x8d] |
| |
| s_xor_b32 s105, s1, s103 |
| // GFX11: encoding: [0x01,0x67,0x69,0x8d] |
| |
| s_xor_b32 s105, s104, s2 |
| // GFX11: encoding: [0x68,0x02,0x69,0x8d] |
| |
| s_xor_b32 s105, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x69,0x8d] |
| |
| s_xor_b32 s0, s104, s2 |
| // GFX11: encoding: [0x68,0x02,0x00,0x8d] |
| |
| s_xor_b32 s0, s1, s103 |
| // GFX11: encoding: [0x01,0x67,0x00,0x8d] |
| |
| s_xor_b32 exec_lo, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x7e,0x8d] |
| |
| s_xor_b32 exec_hi, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x7f,0x8d] |
| |
| s_xor_b32 vcc_lo, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x6a,0x8d] |
| |
| s_xor_b32 vcc_hi, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x6b,0x8d] |
| |
| s_xor_b32 m0, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x7d,0x8d] |
| |
| s_xor_b32 s0, exec_lo, s2 |
| // GFX11: encoding: [0x7e,0x02,0x00,0x8d] |
| |
| s_xor_b32 s0, exec_hi, s2 |
| // GFX11: encoding: [0x7f,0x02,0x00,0x8d] |
| |
| s_xor_b32 s0, vcc_lo, s2 |
| // GFX11: encoding: [0x6a,0x02,0x00,0x8d] |
| |
| s_xor_b32 s0, vcc_hi, s2 |
| // GFX11: encoding: [0x6b,0x02,0x00,0x8d] |
| |
| s_xor_b32 s0, m0, s2 |
| // GFX11: encoding: [0x7d,0x02,0x00,0x8d] |
| |
| s_xor_b32 s0, 0, s2 |
| // GFX11: encoding: [0x80,0x02,0x00,0x8d] |
| |
| s_xor_b32 s0, -1, s2 |
| // GFX11: encoding: [0xc1,0x02,0x00,0x8d] |
| |
| s_xor_b32 s0, 0.5, s2 |
| // GFX11: encoding: [0xf0,0x02,0x00,0x8d] |
| |
| s_xor_b32 s0, -4.0, s2 |
| // GFX11: encoding: [0xf7,0x02,0x00,0x8d] |
| |
| s_xor_b32 s0, 0x3f717273, s2 |
| // GFX11: encoding: [0xff,0x02,0x00,0x8d,0x73,0x72,0x71,0x3f] |
| |
| s_xor_b32 s0, 0xaf123456, s2 |
| // GFX11: encoding: [0xff,0x02,0x00,0x8d,0x56,0x34,0x12,0xaf] |
| |
| s_xor_b32 s0, s1, exec_lo |
| // GFX11: encoding: [0x01,0x7e,0x00,0x8d] |
| |
| s_xor_b32 s0, s1, exec_hi |
| // GFX11: encoding: [0x01,0x7f,0x00,0x8d] |
| |
| s_xor_b32 s0, s1, vcc_lo |
| // GFX11: encoding: [0x01,0x6a,0x00,0x8d] |
| |
| s_xor_b32 s0, s1, vcc_hi |
| // GFX11: encoding: [0x01,0x6b,0x00,0x8d] |
| |
| s_xor_b32 s0, s1, m0 |
| // GFX11: encoding: [0x01,0x7d,0x00,0x8d] |
| |
| s_xor_b32 s0, s1, 0 |
| // GFX11: encoding: [0x01,0x80,0x00,0x8d] |
| |
| s_xor_b32 s0, s1, -1 |
| // GFX11: encoding: [0x01,0xc1,0x00,0x8d] |
| |
| s_xor_b32 s0, s1, 0.5 |
| // GFX11: encoding: [0x01,0xf0,0x00,0x8d] |
| |
| s_xor_b32 s0, s1, -4.0 |
| // GFX11: encoding: [0x01,0xf7,0x00,0x8d] |
| |
| s_xor_b32 s0, s1, 0x3f717273 |
| // GFX11: encoding: [0x01,0xff,0x00,0x8d,0x73,0x72,0x71,0x3f] |
| |
| s_xor_b32 s0, s1, 0xaf123456 |
| // GFX11: encoding: [0x01,0xff,0x00,0x8d,0x56,0x34,0x12,0xaf] |
| |
| s_xor_b64 s[0:1], s[2:3], s[4:5] |
| // GFX11: encoding: [0x02,0x04,0x80,0x8d] |
| |
| s_xor_b64 s[104:105], s[102:103], s[100:101] |
| // GFX11: encoding: [0x66,0x64,0xe8,0x8d] |
| |
| s_xor_b64 s[0:1], s[102:103], s[100:101] |
| // GFX11: encoding: [0x66,0x64,0x80,0x8d] |
| |
| s_xor_b64 s[104:105], s[2:3], s[100:101] |
| // GFX11: encoding: [0x02,0x64,0xe8,0x8d] |
| |
| s_xor_b64 s[104:105], s[102:103], s[4:5] |
| // GFX11: encoding: [0x66,0x04,0xe8,0x8d] |
| |
| s_xor_b64 s[104:105], s[2:3], s[4:5] |
| // GFX11: encoding: [0x02,0x04,0xe8,0x8d] |
| |
| s_xor_b64 s[0:1], s[102:103], s[4:5] |
| // GFX11: encoding: [0x66,0x04,0x80,0x8d] |
| |
| s_xor_b64 s[0:1], s[2:3], s[100:101] |
| // GFX11: encoding: [0x02,0x64,0x80,0x8d] |
| |
| s_xor_b64 exec, s[2:3], s[4:5] |
| // GFX11: encoding: [0x02,0x04,0xfe,0x8d] |
| |
| s_xor_b64 vcc, s[2:3], s[4:5] |
| // GFX11: encoding: [0x02,0x04,0xea,0x8d] |
| |
| s_xor_b64 s[0:1], exec, s[4:5] |
| // GFX11: encoding: [0x7e,0x04,0x80,0x8d] |
| |
| s_xor_b64 s[0:1], vcc, s[4:5] |
| // GFX11: encoding: [0x6a,0x04,0x80,0x8d] |
| |
| s_xor_b64 s[0:1], 0, s[4:5] |
| // GFX11: encoding: [0x80,0x04,0x80,0x8d] |
| |
| s_xor_b64 s[0:1], -1, s[4:5] |
| // GFX11: encoding: [0xc1,0x04,0x80,0x8d] |
| |
| s_xor_b64 s[0:1], 0.5, s[4:5] |
| // GFX11: encoding: [0xf0,0x04,0x80,0x8d] |
| |
| s_xor_b64 s[0:1], -4.0, s[4:5] |
| // GFX11: encoding: [0xf7,0x04,0x80,0x8d] |
| |
| s_xor_b64 s[0:1], 0x3f717273, s[4:5] |
| // GFX11: encoding: [0xff,0x04,0x80,0x8d,0x73,0x72,0x71,0x3f] |
| |
| s_xor_b64 s[0:1], 0xaf123456, s[4:5] |
| // GFX11: encoding: [0xff,0x04,0x80,0x8d,0x56,0x34,0x12,0xaf] |
| |
| s_xor_b64 s[0:1], s[2:3], exec |
| // GFX11: encoding: [0x02,0x7e,0x80,0x8d] |
| |
| s_xor_b64 s[0:1], s[2:3], vcc |
| // GFX11: encoding: [0x02,0x6a,0x80,0x8d] |
| |
| s_xor_b64 s[0:1], s[2:3], 0 |
| // GFX11: encoding: [0x02,0x80,0x80,0x8d] |
| |
| s_xor_b64 s[0:1], s[2:3], -1 |
| // GFX11: encoding: [0x02,0xc1,0x80,0x8d] |
| |
| s_xor_b64 s[0:1], s[2:3], 0.5 |
| // GFX11: encoding: [0x02,0xf0,0x80,0x8d] |
| |
| s_xor_b64 s[0:1], s[2:3], -4.0 |
| // GFX11: encoding: [0x02,0xf7,0x80,0x8d] |
| |
| s_xor_b64 s[0:1], s[2:3], 0x3f717273 |
| // GFX11: encoding: [0x02,0xff,0x80,0x8d,0x73,0x72,0x71,0x3f] |
| |
| s_xor_b64 s[0:1], s[2:3], 0xaf123456 |
| // GFX11: encoding: [0x02,0xff,0x80,0x8d,0x56,0x34,0x12,0xaf] |
| |
| s_andn2_b32 s0, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x00,0x91] |
| |
| s_andn2_b32 s105, s104, s103 |
| // GFX11: encoding: [0x68,0x67,0x69,0x91] |
| |
| s_andn2_b32 s0, s104, s103 |
| // GFX11: encoding: [0x68,0x67,0x00,0x91] |
| |
| s_andn2_b32 s105, s1, s103 |
| // GFX11: encoding: [0x01,0x67,0x69,0x91] |
| |
| s_andn2_b32 s105, s104, s2 |
| // GFX11: encoding: [0x68,0x02,0x69,0x91] |
| |
| s_andn2_b32 s105, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x69,0x91] |
| |
| s_andn2_b32 s0, s104, s2 |
| // GFX11: encoding: [0x68,0x02,0x00,0x91] |
| |
| s_andn2_b32 s0, s1, s103 |
| // GFX11: encoding: [0x01,0x67,0x00,0x91] |
| |
| s_andn2_b32 exec_lo, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x7e,0x91] |
| |
| s_andn2_b32 exec_hi, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x7f,0x91] |
| |
| s_andn2_b32 vcc_lo, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x6a,0x91] |
| |
| s_andn2_b32 vcc_hi, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x6b,0x91] |
| |
| s_andn2_b32 m0, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x7d,0x91] |
| |
| s_andn2_b32 s0, exec_lo, s2 |
| // GFX11: encoding: [0x7e,0x02,0x00,0x91] |
| |
| s_andn2_b32 s0, exec_hi, s2 |
| // GFX11: encoding: [0x7f,0x02,0x00,0x91] |
| |
| s_andn2_b32 s0, vcc_lo, s2 |
| // GFX11: encoding: [0x6a,0x02,0x00,0x91] |
| |
| s_andn2_b32 s0, vcc_hi, s2 |
| // GFX11: encoding: [0x6b,0x02,0x00,0x91] |
| |
| s_andn2_b32 s0, m0, s2 |
| // GFX11: encoding: [0x7d,0x02,0x00,0x91] |
| |
| s_andn2_b32 s0, 0, s2 |
| // GFX11: encoding: [0x80,0x02,0x00,0x91] |
| |
| s_andn2_b32 s0, -1, s2 |
| // GFX11: encoding: [0xc1,0x02,0x00,0x91] |
| |
| s_andn2_b32 s0, 0.5, s2 |
| // GFX11: encoding: [0xf0,0x02,0x00,0x91] |
| |
| s_andn2_b32 s0, -4.0, s2 |
| // GFX11: encoding: [0xf7,0x02,0x00,0x91] |
| |
| s_andn2_b32 s0, 0x3f717273, s2 |
| // GFX11: encoding: [0xff,0x02,0x00,0x91,0x73,0x72,0x71,0x3f] |
| |
| s_andn2_b32 s0, 0xaf123456, s2 |
| // GFX11: encoding: [0xff,0x02,0x00,0x91,0x56,0x34,0x12,0xaf] |
| |
| s_andn2_b32 s0, s1, exec_lo |
| // GFX11: encoding: [0x01,0x7e,0x00,0x91] |
| |
| s_andn2_b32 s0, s1, exec_hi |
| // GFX11: encoding: [0x01,0x7f,0x00,0x91] |
| |
| s_andn2_b32 s0, s1, vcc_lo |
| // GFX11: encoding: [0x01,0x6a,0x00,0x91] |
| |
| s_andn2_b32 s0, s1, vcc_hi |
| // GFX11: encoding: [0x01,0x6b,0x00,0x91] |
| |
| s_andn2_b32 s0, s1, m0 |
| // GFX11: encoding: [0x01,0x7d,0x00,0x91] |
| |
| s_andn2_b32 s0, s1, 0 |
| // GFX11: encoding: [0x01,0x80,0x00,0x91] |
| |
| s_andn2_b32 s0, s1, -1 |
| // GFX11: encoding: [0x01,0xc1,0x00,0x91] |
| |
| s_andn2_b32 s0, s1, 0.5 |
| // GFX11: encoding: [0x01,0xf0,0x00,0x91] |
| |
| s_andn2_b32 s0, s1, -4.0 |
| // GFX11: encoding: [0x01,0xf7,0x00,0x91] |
| |
| s_andn2_b32 s0, s1, 0x3f717273 |
| // GFX11: encoding: [0x01,0xff,0x00,0x91,0x73,0x72,0x71,0x3f] |
| |
| s_andn2_b32 s0, s1, 0xaf123456 |
| // GFX11: encoding: [0x01,0xff,0x00,0x91,0x56,0x34,0x12,0xaf] |
| |
| s_andn2_b64 s[0:1], s[2:3], s[4:5] |
| // GFX11: encoding: [0x02,0x04,0x80,0x91] |
| |
| s_andn2_b64 s[104:105], s[102:103], s[100:101] |
| // GFX11: encoding: [0x66,0x64,0xe8,0x91] |
| |
| s_andn2_b64 s[0:1], s[102:103], s[100:101] |
| // GFX11: encoding: [0x66,0x64,0x80,0x91] |
| |
| s_andn2_b64 s[104:105], s[2:3], s[100:101] |
| // GFX11: encoding: [0x02,0x64,0xe8,0x91] |
| |
| s_andn2_b64 s[104:105], s[102:103], s[4:5] |
| // GFX11: encoding: [0x66,0x04,0xe8,0x91] |
| |
| s_andn2_b64 s[104:105], s[2:3], s[4:5] |
| // GFX11: encoding: [0x02,0x04,0xe8,0x91] |
| |
| s_andn2_b64 s[0:1], s[102:103], s[4:5] |
| // GFX11: encoding: [0x66,0x04,0x80,0x91] |
| |
| s_andn2_b64 s[0:1], s[2:3], s[100:101] |
| // GFX11: encoding: [0x02,0x64,0x80,0x91] |
| |
| s_andn2_b64 exec, s[2:3], s[4:5] |
| // GFX11: encoding: [0x02,0x04,0xfe,0x91] |
| |
| s_andn2_b64 vcc, s[2:3], s[4:5] |
| // GFX11: encoding: [0x02,0x04,0xea,0x91] |
| |
| s_andn2_b64 s[0:1], exec, s[4:5] |
| // GFX11: encoding: [0x7e,0x04,0x80,0x91] |
| |
| s_andn2_b64 s[0:1], vcc, s[4:5] |
| // GFX11: encoding: [0x6a,0x04,0x80,0x91] |
| |
| s_andn2_b64 s[0:1], 0, s[4:5] |
| // GFX11: encoding: [0x80,0x04,0x80,0x91] |
| |
| s_andn2_b64 s[0:1], -1, s[4:5] |
| // GFX11: encoding: [0xc1,0x04,0x80,0x91] |
| |
| s_andn2_b64 s[0:1], 0.5, s[4:5] |
| // GFX11: encoding: [0xf0,0x04,0x80,0x91] |
| |
| s_andn2_b64 s[0:1], -4.0, s[4:5] |
| // GFX11: encoding: [0xf7,0x04,0x80,0x91] |
| |
| s_andn2_b64 s[0:1], 0x3f717273, s[4:5] |
| // GFX11: encoding: [0xff,0x04,0x80,0x91,0x73,0x72,0x71,0x3f] |
| |
| s_andn2_b64 s[0:1], 0xaf123456, s[4:5] |
| // GFX11: encoding: [0xff,0x04,0x80,0x91,0x56,0x34,0x12,0xaf] |
| |
| s_andn2_b64 s[0:1], s[2:3], exec |
| // GFX11: encoding: [0x02,0x7e,0x80,0x91] |
| |
| s_andn2_b64 s[0:1], s[2:3], vcc |
| // GFX11: encoding: [0x02,0x6a,0x80,0x91] |
| |
| s_andn2_b64 s[0:1], s[2:3], 0 |
| // GFX11: encoding: [0x02,0x80,0x80,0x91] |
| |
| s_andn2_b64 s[0:1], s[2:3], -1 |
| // GFX11: encoding: [0x02,0xc1,0x80,0x91] |
| |
| s_andn2_b64 s[0:1], s[2:3], 0.5 |
| // GFX11: encoding: [0x02,0xf0,0x80,0x91] |
| |
| s_andn2_b64 s[0:1], s[2:3], -4.0 |
| // GFX11: encoding: [0x02,0xf7,0x80,0x91] |
| |
| s_andn2_b64 s[0:1], s[2:3], 0x3f717273 |
| // GFX11: encoding: [0x02,0xff,0x80,0x91,0x73,0x72,0x71,0x3f] |
| |
| s_andn2_b64 s[0:1], s[2:3], 0xaf123456 |
| // GFX11: encoding: [0x02,0xff,0x80,0x91,0x56,0x34,0x12,0xaf] |
| |
| s_orn2_b32 s0, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x00,0x92] |
| |
| s_orn2_b32 s105, s104, s103 |
| // GFX11: encoding: [0x68,0x67,0x69,0x92] |
| |
| s_orn2_b32 s0, s104, s103 |
| // GFX11: encoding: [0x68,0x67,0x00,0x92] |
| |
| s_orn2_b32 s105, s1, s103 |
| // GFX11: encoding: [0x01,0x67,0x69,0x92] |
| |
| s_orn2_b32 s105, s104, s2 |
| // GFX11: encoding: [0x68,0x02,0x69,0x92] |
| |
| s_orn2_b32 s105, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x69,0x92] |
| |
| s_orn2_b32 s0, s104, s2 |
| // GFX11: encoding: [0x68,0x02,0x00,0x92] |
| |
| s_orn2_b32 s0, s1, s103 |
| // GFX11: encoding: [0x01,0x67,0x00,0x92] |
| |
| s_orn2_b32 exec_lo, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x7e,0x92] |
| |
| s_orn2_b32 exec_hi, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x7f,0x92] |
| |
| s_orn2_b32 vcc_lo, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x6a,0x92] |
| |
| s_orn2_b32 vcc_hi, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x6b,0x92] |
| |
| s_orn2_b32 m0, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x7d,0x92] |
| |
| s_orn2_b32 s0, exec_lo, s2 |
| // GFX11: encoding: [0x7e,0x02,0x00,0x92] |
| |
| s_orn2_b32 s0, exec_hi, s2 |
| // GFX11: encoding: [0x7f,0x02,0x00,0x92] |
| |
| s_orn2_b32 s0, vcc_lo, s2 |
| // GFX11: encoding: [0x6a,0x02,0x00,0x92] |
| |
| s_orn2_b32 s0, vcc_hi, s2 |
| // GFX11: encoding: [0x6b,0x02,0x00,0x92] |
| |
| s_orn2_b32 s0, m0, s2 |
| // GFX11: encoding: [0x7d,0x02,0x00,0x92] |
| |
| s_orn2_b32 s0, 0, s2 |
| // GFX11: encoding: [0x80,0x02,0x00,0x92] |
| |
| s_orn2_b32 s0, -1, s2 |
| // GFX11: encoding: [0xc1,0x02,0x00,0x92] |
| |
| s_orn2_b32 s0, 0.5, s2 |
| // GFX11: encoding: [0xf0,0x02,0x00,0x92] |
| |
| s_orn2_b32 s0, -4.0, s2 |
| // GFX11: encoding: [0xf7,0x02,0x00,0x92] |
| |
| s_orn2_b32 s0, 0x3f717273, s2 |
| // GFX11: encoding: [0xff,0x02,0x00,0x92,0x73,0x72,0x71,0x3f] |
| |
| s_orn2_b32 s0, 0xaf123456, s2 |
| // GFX11: encoding: [0xff,0x02,0x00,0x92,0x56,0x34,0x12,0xaf] |
| |
| s_orn2_b32 s0, s1, exec_lo |
| // GFX11: encoding: [0x01,0x7e,0x00,0x92] |
| |
| s_orn2_b32 s0, s1, exec_hi |
| // GFX11: encoding: [0x01,0x7f,0x00,0x92] |
| |
| s_orn2_b32 s0, s1, vcc_lo |
| // GFX11: encoding: [0x01,0x6a,0x00,0x92] |
| |
| s_orn2_b32 s0, s1, vcc_hi |
| // GFX11: encoding: [0x01,0x6b,0x00,0x92] |
| |
| s_orn2_b32 s0, s1, m0 |
| // GFX11: encoding: [0x01,0x7d,0x00,0x92] |
| |
| s_orn2_b32 s0, s1, 0 |
| // GFX11: encoding: [0x01,0x80,0x00,0x92] |
| |
| s_orn2_b32 s0, s1, -1 |
| // GFX11: encoding: [0x01,0xc1,0x00,0x92] |
| |
| s_orn2_b32 s0, s1, 0.5 |
| // GFX11: encoding: [0x01,0xf0,0x00,0x92] |
| |
| s_orn2_b32 s0, s1, -4.0 |
| // GFX11: encoding: [0x01,0xf7,0x00,0x92] |
| |
| s_orn2_b32 s0, s1, 0x3f717273 |
| // GFX11: encoding: [0x01,0xff,0x00,0x92,0x73,0x72,0x71,0x3f] |
| |
| s_orn2_b32 s0, s1, 0xaf123456 |
| // GFX11: encoding: [0x01,0xff,0x00,0x92,0x56,0x34,0x12,0xaf] |
| |
| s_orn2_b64 s[0:1], s[2:3], s[4:5] |
| // GFX11: encoding: [0x02,0x04,0x80,0x92] |
| |
| s_orn2_b64 s[104:105], s[102:103], s[100:101] |
| // GFX11: encoding: [0x66,0x64,0xe8,0x92] |
| |
| s_orn2_b64 s[0:1], s[102:103], s[100:101] |
| // GFX11: encoding: [0x66,0x64,0x80,0x92] |
| |
| s_orn2_b64 s[104:105], s[2:3], s[100:101] |
| // GFX11: encoding: [0x02,0x64,0xe8,0x92] |
| |
| s_orn2_b64 s[104:105], s[102:103], s[4:5] |
| // GFX11: encoding: [0x66,0x04,0xe8,0x92] |
| |
| s_orn2_b64 s[104:105], s[2:3], s[4:5] |
| // GFX11: encoding: [0x02,0x04,0xe8,0x92] |
| |
| s_orn2_b64 s[0:1], s[102:103], s[4:5] |
| // GFX11: encoding: [0x66,0x04,0x80,0x92] |
| |
| s_orn2_b64 s[0:1], s[2:3], s[100:101] |
| // GFX11: encoding: [0x02,0x64,0x80,0x92] |
| |
| s_orn2_b64 exec, s[2:3], s[4:5] |
| // GFX11: encoding: [0x02,0x04,0xfe,0x92] |
| |
| s_orn2_b64 vcc, s[2:3], s[4:5] |
| // GFX11: encoding: [0x02,0x04,0xea,0x92] |
| |
| s_orn2_b64 s[0:1], exec, s[4:5] |
| // GFX11: encoding: [0x7e,0x04,0x80,0x92] |
| |
| s_orn2_b64 s[0:1], vcc, s[4:5] |
| // GFX11: encoding: [0x6a,0x04,0x80,0x92] |
| |
| s_orn2_b64 s[0:1], 0, s[4:5] |
| // GFX11: encoding: [0x80,0x04,0x80,0x92] |
| |
| s_orn2_b64 s[0:1], -1, s[4:5] |
| // GFX11: encoding: [0xc1,0x04,0x80,0x92] |
| |
| s_orn2_b64 s[0:1], 0.5, s[4:5] |
| // GFX11: encoding: [0xf0,0x04,0x80,0x92] |
| |
| s_orn2_b64 s[0:1], -4.0, s[4:5] |
| // GFX11: encoding: [0xf7,0x04,0x80,0x92] |
| |
| s_orn2_b64 s[0:1], 0x3f717273, s[4:5] |
| // GFX11: encoding: [0xff,0x04,0x80,0x92,0x73,0x72,0x71,0x3f] |
| |
| s_orn2_b64 s[0:1], 0xaf123456, s[4:5] |
| // GFX11: encoding: [0xff,0x04,0x80,0x92,0x56,0x34,0x12,0xaf] |
| |
| s_orn2_b64 s[0:1], s[2:3], exec |
| // GFX11: encoding: [0x02,0x7e,0x80,0x92] |
| |
| s_orn2_b64 s[0:1], s[2:3], vcc |
| // GFX11: encoding: [0x02,0x6a,0x80,0x92] |
| |
| s_orn2_b64 s[0:1], s[2:3], 0 |
| // GFX11: encoding: [0x02,0x80,0x80,0x92] |
| |
| s_orn2_b64 s[0:1], s[2:3], -1 |
| // GFX11: encoding: [0x02,0xc1,0x80,0x92] |
| |
| s_orn2_b64 s[0:1], s[2:3], 0.5 |
| // GFX11: encoding: [0x02,0xf0,0x80,0x92] |
| |
| s_orn2_b64 s[0:1], s[2:3], -4.0 |
| // GFX11: encoding: [0x02,0xf7,0x80,0x92] |
| |
| s_orn2_b64 s[0:1], s[2:3], 0x3f717273 |
| // GFX11: encoding: [0x02,0xff,0x80,0x92,0x73,0x72,0x71,0x3f] |
| |
| s_orn2_b64 s[0:1], s[2:3], 0xaf123456 |
| // GFX11: encoding: [0x02,0xff,0x80,0x92,0x56,0x34,0x12,0xaf] |
| |
| s_nand_b32 s0, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x00,0x8e] |
| |
| s_nand_b32 s105, s104, s103 |
| // GFX11: encoding: [0x68,0x67,0x69,0x8e] |
| |
| s_nand_b32 s0, s104, s103 |
| // GFX11: encoding: [0x68,0x67,0x00,0x8e] |
| |
| s_nand_b32 s105, s1, s103 |
| // GFX11: encoding: [0x01,0x67,0x69,0x8e] |
| |
| s_nand_b32 s105, s104, s2 |
| // GFX11: encoding: [0x68,0x02,0x69,0x8e] |
| |
| s_nand_b32 s105, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x69,0x8e] |
| |
| s_nand_b32 s0, s104, s2 |
| // GFX11: encoding: [0x68,0x02,0x00,0x8e] |
| |
| s_nand_b32 s0, s1, s103 |
| // GFX11: encoding: [0x01,0x67,0x00,0x8e] |
| |
| s_nand_b32 exec_lo, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x7e,0x8e] |
| |
| s_nand_b32 exec_hi, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x7f,0x8e] |
| |
| s_nand_b32 vcc_lo, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x6a,0x8e] |
| |
| s_nand_b32 vcc_hi, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x6b,0x8e] |
| |
| s_nand_b32 m0, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x7d,0x8e] |
| |
| s_nand_b32 s0, exec_lo, s2 |
| // GFX11: encoding: [0x7e,0x02,0x00,0x8e] |
| |
| s_nand_b32 s0, exec_hi, s2 |
| // GFX11: encoding: [0x7f,0x02,0x00,0x8e] |
| |
| s_nand_b32 s0, vcc_lo, s2 |
| // GFX11: encoding: [0x6a,0x02,0x00,0x8e] |
| |
| s_nand_b32 s0, vcc_hi, s2 |
| // GFX11: encoding: [0x6b,0x02,0x00,0x8e] |
| |
| s_nand_b32 s0, m0, s2 |
| // GFX11: encoding: [0x7d,0x02,0x00,0x8e] |
| |
| s_nand_b32 s0, 0, s2 |
| // GFX11: encoding: [0x80,0x02,0x00,0x8e] |
| |
| s_nand_b32 s0, -1, s2 |
| // GFX11: encoding: [0xc1,0x02,0x00,0x8e] |
| |
| s_nand_b32 s0, 0.5, s2 |
| // GFX11: encoding: [0xf0,0x02,0x00,0x8e] |
| |
| s_nand_b32 s0, -4.0, s2 |
| // GFX11: encoding: [0xf7,0x02,0x00,0x8e] |
| |
| s_nand_b32 s0, 0x3f717273, s2 |
| // GFX11: encoding: [0xff,0x02,0x00,0x8e,0x73,0x72,0x71,0x3f] |
| |
| s_nand_b32 s0, 0xaf123456, s2 |
| // GFX11: encoding: [0xff,0x02,0x00,0x8e,0x56,0x34,0x12,0xaf] |
| |
| s_nand_b32 s0, s1, exec_lo |
| // GFX11: encoding: [0x01,0x7e,0x00,0x8e] |
| |
| s_nand_b32 s0, s1, exec_hi |
| // GFX11: encoding: [0x01,0x7f,0x00,0x8e] |
| |
| s_nand_b32 s0, s1, vcc_lo |
| // GFX11: encoding: [0x01,0x6a,0x00,0x8e] |
| |
| s_nand_b32 s0, s1, vcc_hi |
| // GFX11: encoding: [0x01,0x6b,0x00,0x8e] |
| |
| s_nand_b32 s0, s1, m0 |
| // GFX11: encoding: [0x01,0x7d,0x00,0x8e] |
| |
| s_nand_b32 s0, s1, 0 |
| // GFX11: encoding: [0x01,0x80,0x00,0x8e] |
| |
| s_nand_b32 s0, s1, -1 |
| // GFX11: encoding: [0x01,0xc1,0x00,0x8e] |
| |
| s_nand_b32 s0, s1, 0.5 |
| // GFX11: encoding: [0x01,0xf0,0x00,0x8e] |
| |
| s_nand_b32 s0, s1, -4.0 |
| // GFX11: encoding: [0x01,0xf7,0x00,0x8e] |
| |
| s_nand_b32 s0, s1, 0x3f717273 |
| // GFX11: encoding: [0x01,0xff,0x00,0x8e,0x73,0x72,0x71,0x3f] |
| |
| s_nand_b32 s0, s1, 0xaf123456 |
| // GFX11: encoding: [0x01,0xff,0x00,0x8e,0x56,0x34,0x12,0xaf] |
| |
| s_nand_b64 s[0:1], s[2:3], s[4:5] |
| // GFX11: encoding: [0x02,0x04,0x80,0x8e] |
| |
| s_nand_b64 s[104:105], s[102:103], s[100:101] |
| // GFX11: encoding: [0x66,0x64,0xe8,0x8e] |
| |
| s_nand_b64 s[0:1], s[102:103], s[100:101] |
| // GFX11: encoding: [0x66,0x64,0x80,0x8e] |
| |
| s_nand_b64 s[104:105], s[2:3], s[100:101] |
| // GFX11: encoding: [0x02,0x64,0xe8,0x8e] |
| |
| s_nand_b64 s[104:105], s[102:103], s[4:5] |
| // GFX11: encoding: [0x66,0x04,0xe8,0x8e] |
| |
| s_nand_b64 s[104:105], s[2:3], s[4:5] |
| // GFX11: encoding: [0x02,0x04,0xe8,0x8e] |
| |
| s_nand_b64 s[0:1], s[102:103], s[4:5] |
| // GFX11: encoding: [0x66,0x04,0x80,0x8e] |
| |
| s_nand_b64 s[0:1], s[2:3], s[100:101] |
| // GFX11: encoding: [0x02,0x64,0x80,0x8e] |
| |
| s_nand_b64 exec, s[2:3], s[4:5] |
| // GFX11: encoding: [0x02,0x04,0xfe,0x8e] |
| |
| s_nand_b64 vcc, s[2:3], s[4:5] |
| // GFX11: encoding: [0x02,0x04,0xea,0x8e] |
| |
| s_nand_b64 s[0:1], exec, s[4:5] |
| // GFX11: encoding: [0x7e,0x04,0x80,0x8e] |
| |
| s_nand_b64 s[0:1], vcc, s[4:5] |
| // GFX11: encoding: [0x6a,0x04,0x80,0x8e] |
| |
| s_nand_b64 s[0:1], 0, s[4:5] |
| // GFX11: encoding: [0x80,0x04,0x80,0x8e] |
| |
| s_nand_b64 s[0:1], -1, s[4:5] |
| // GFX11: encoding: [0xc1,0x04,0x80,0x8e] |
| |
| s_nand_b64 s[0:1], 0.5, s[4:5] |
| // GFX11: encoding: [0xf0,0x04,0x80,0x8e] |
| |
| s_nand_b64 s[0:1], -4.0, s[4:5] |
| // GFX11: encoding: [0xf7,0x04,0x80,0x8e] |
| |
| s_nand_b64 s[0:1], 0x3f717273, s[4:5] |
| // GFX11: encoding: [0xff,0x04,0x80,0x8e,0x73,0x72,0x71,0x3f] |
| |
| s_nand_b64 s[0:1], 0xaf123456, s[4:5] |
| // GFX11: encoding: [0xff,0x04,0x80,0x8e,0x56,0x34,0x12,0xaf] |
| |
| s_nand_b64 s[0:1], s[2:3], exec |
| // GFX11: encoding: [0x02,0x7e,0x80,0x8e] |
| |
| s_nand_b64 s[0:1], s[2:3], vcc |
| // GFX11: encoding: [0x02,0x6a,0x80,0x8e] |
| |
| s_nand_b64 s[0:1], s[2:3], 0 |
| // GFX11: encoding: [0x02,0x80,0x80,0x8e] |
| |
| s_nand_b64 s[0:1], s[2:3], -1 |
| // GFX11: encoding: [0x02,0xc1,0x80,0x8e] |
| |
| s_nand_b64 s[0:1], s[2:3], 0.5 |
| // GFX11: encoding: [0x02,0xf0,0x80,0x8e] |
| |
| s_nand_b64 s[0:1], s[2:3], -4.0 |
| // GFX11: encoding: [0x02,0xf7,0x80,0x8e] |
| |
| s_nand_b64 s[0:1], s[2:3], 0x3f717273 |
| // GFX11: encoding: [0x02,0xff,0x80,0x8e,0x73,0x72,0x71,0x3f] |
| |
| s_nand_b64 s[0:1], s[2:3], 0xaf123456 |
| // GFX11: encoding: [0x02,0xff,0x80,0x8e,0x56,0x34,0x12,0xaf] |
| |
| s_nor_b32 s0, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x00,0x8f] |
| |
| s_nor_b32 s105, s104, s103 |
| // GFX11: encoding: [0x68,0x67,0x69,0x8f] |
| |
| s_nor_b32 s0, s104, s103 |
| // GFX11: encoding: [0x68,0x67,0x00,0x8f] |
| |
| s_nor_b32 s105, s1, s103 |
| // GFX11: encoding: [0x01,0x67,0x69,0x8f] |
| |
| s_nor_b32 s105, s104, s2 |
| // GFX11: encoding: [0x68,0x02,0x69,0x8f] |
| |
| s_nor_b32 s105, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x69,0x8f] |
| |
| s_nor_b32 s0, s104, s2 |
| // GFX11: encoding: [0x68,0x02,0x00,0x8f] |
| |
| s_nor_b32 s0, s1, s103 |
| // GFX11: encoding: [0x01,0x67,0x00,0x8f] |
| |
| s_nor_b32 exec_lo, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x7e,0x8f] |
| |
| s_nor_b32 exec_hi, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x7f,0x8f] |
| |
| s_nor_b32 vcc_lo, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x6a,0x8f] |
| |
| s_nor_b32 vcc_hi, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x6b,0x8f] |
| |
| s_nor_b32 m0, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x7d,0x8f] |
| |
| s_nor_b32 s0, exec_lo, s2 |
| // GFX11: encoding: [0x7e,0x02,0x00,0x8f] |
| |
| s_nor_b32 s0, exec_hi, s2 |
| // GFX11: encoding: [0x7f,0x02,0x00,0x8f] |
| |
| s_nor_b32 s0, vcc_lo, s2 |
| // GFX11: encoding: [0x6a,0x02,0x00,0x8f] |
| |
| s_nor_b32 s0, vcc_hi, s2 |
| // GFX11: encoding: [0x6b,0x02,0x00,0x8f] |
| |
| s_nor_b32 s0, m0, s2 |
| // GFX11: encoding: [0x7d,0x02,0x00,0x8f] |
| |
| s_nor_b32 s0, 0, s2 |
| // GFX11: encoding: [0x80,0x02,0x00,0x8f] |
| |
| s_nor_b32 s0, -1, s2 |
| // GFX11: encoding: [0xc1,0x02,0x00,0x8f] |
| |
| s_nor_b32 s0, 0.5, s2 |
| // GFX11: encoding: [0xf0,0x02,0x00,0x8f] |
| |
| s_nor_b32 s0, -4.0, s2 |
| // GFX11: encoding: [0xf7,0x02,0x00,0x8f] |
| |
| s_nor_b32 s0, 0x3f717273, s2 |
| // GFX11: encoding: [0xff,0x02,0x00,0x8f,0x73,0x72,0x71,0x3f] |
| |
| s_nor_b32 s0, 0xaf123456, s2 |
| // GFX11: encoding: [0xff,0x02,0x00,0x8f,0x56,0x34,0x12,0xaf] |
| |
| s_nor_b32 s0, s1, exec_lo |
| // GFX11: encoding: [0x01,0x7e,0x00,0x8f] |
| |
| s_nor_b32 s0, s1, exec_hi |
| // GFX11: encoding: [0x01,0x7f,0x00,0x8f] |
| |
| s_nor_b32 s0, s1, vcc_lo |
| // GFX11: encoding: [0x01,0x6a,0x00,0x8f] |
| |
| s_nor_b32 s0, s1, vcc_hi |
| // GFX11: encoding: [0x01,0x6b,0x00,0x8f] |
| |
| s_nor_b32 s0, s1, m0 |
| // GFX11: encoding: [0x01,0x7d,0x00,0x8f] |
| |
| s_nor_b32 s0, s1, 0 |
| // GFX11: encoding: [0x01,0x80,0x00,0x8f] |
| |
| s_nor_b32 s0, s1, -1 |
| // GFX11: encoding: [0x01,0xc1,0x00,0x8f] |
| |
| s_nor_b32 s0, s1, 0.5 |
| // GFX11: encoding: [0x01,0xf0,0x00,0x8f] |
| |
| s_nor_b32 s0, s1, -4.0 |
| // GFX11: encoding: [0x01,0xf7,0x00,0x8f] |
| |
| s_nor_b32 s0, s1, 0x3f717273 |
| // GFX11: encoding: [0x01,0xff,0x00,0x8f,0x73,0x72,0x71,0x3f] |
| |
| s_nor_b32 s0, s1, 0xaf123456 |
| // GFX11: encoding: [0x01,0xff,0x00,0x8f,0x56,0x34,0x12,0xaf] |
| |
| s_nor_b64 s[0:1], s[2:3], s[4:5] |
| // GFX11: encoding: [0x02,0x04,0x80,0x8f] |
| |
| s_nor_b64 s[104:105], s[102:103], s[100:101] |
| // GFX11: encoding: [0x66,0x64,0xe8,0x8f] |
| |
| s_nor_b64 s[0:1], s[102:103], s[100:101] |
| // GFX11: encoding: [0x66,0x64,0x80,0x8f] |
| |
| s_nor_b64 s[104:105], s[2:3], s[100:101] |
| // GFX11: encoding: [0x02,0x64,0xe8,0x8f] |
| |
| s_nor_b64 s[104:105], s[102:103], s[4:5] |
| // GFX11: encoding: [0x66,0x04,0xe8,0x8f] |
| |
| s_nor_b64 s[104:105], s[2:3], s[4:5] |
| // GFX11: encoding: [0x02,0x04,0xe8,0x8f] |
| |
| s_nor_b64 s[0:1], s[102:103], s[4:5] |
| // GFX11: encoding: [0x66,0x04,0x80,0x8f] |
| |
| s_nor_b64 s[0:1], s[2:3], s[100:101] |
| // GFX11: encoding: [0x02,0x64,0x80,0x8f] |
| |
| s_nor_b64 exec, s[2:3], s[4:5] |
| // GFX11: encoding: [0x02,0x04,0xfe,0x8f] |
| |
| s_nor_b64 vcc, s[2:3], s[4:5] |
| // GFX11: encoding: [0x02,0x04,0xea,0x8f] |
| |
| s_nor_b64 s[0:1], exec, s[4:5] |
| // GFX11: encoding: [0x7e,0x04,0x80,0x8f] |
| |
| s_nor_b64 s[0:1], vcc, s[4:5] |
| // GFX11: encoding: [0x6a,0x04,0x80,0x8f] |
| |
| s_nor_b64 s[0:1], 0, s[4:5] |
| // GFX11: encoding: [0x80,0x04,0x80,0x8f] |
| |
| s_nor_b64 s[0:1], -1, s[4:5] |
| // GFX11: encoding: [0xc1,0x04,0x80,0x8f] |
| |
| s_nor_b64 s[0:1], 0.5, s[4:5] |
| // GFX11: encoding: [0xf0,0x04,0x80,0x8f] |
| |
| s_nor_b64 s[0:1], -4.0, s[4:5] |
| // GFX11: encoding: [0xf7,0x04,0x80,0x8f] |
| |
| s_nor_b64 s[0:1], 0x3f717273, s[4:5] |
| // GFX11: encoding: [0xff,0x04,0x80,0x8f,0x73,0x72,0x71,0x3f] |
| |
| s_nor_b64 s[0:1], 0xaf123456, s[4:5] |
| // GFX11: encoding: [0xff,0x04,0x80,0x8f,0x56,0x34,0x12,0xaf] |
| |
| s_nor_b64 s[0:1], s[2:3], exec |
| // GFX11: encoding: [0x02,0x7e,0x80,0x8f] |
| |
| s_nor_b64 s[0:1], s[2:3], vcc |
| // GFX11: encoding: [0x02,0x6a,0x80,0x8f] |
| |
| s_nor_b64 s[0:1], s[2:3], 0 |
| // GFX11: encoding: [0x02,0x80,0x80,0x8f] |
| |
| s_nor_b64 s[0:1], s[2:3], -1 |
| // GFX11: encoding: [0x02,0xc1,0x80,0x8f] |
| |
| s_nor_b64 s[0:1], s[2:3], 0.5 |
| // GFX11: encoding: [0x02,0xf0,0x80,0x8f] |
| |
| s_nor_b64 s[0:1], s[2:3], -4.0 |
| // GFX11: encoding: [0x02,0xf7,0x80,0x8f] |
| |
| s_nor_b64 s[0:1], s[2:3], 0x3f717273 |
| // GFX11: encoding: [0x02,0xff,0x80,0x8f,0x73,0x72,0x71,0x3f] |
| |
| s_nor_b64 s[0:1], s[2:3], 0xaf123456 |
| // GFX11: encoding: [0x02,0xff,0x80,0x8f,0x56,0x34,0x12,0xaf] |
| |
| s_xnor_b32 s0, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x00,0x90] |
| |
| s_xnor_b32 s105, s104, s103 |
| // GFX11: encoding: [0x68,0x67,0x69,0x90] |
| |
| s_xnor_b32 s0, s104, s103 |
| // GFX11: encoding: [0x68,0x67,0x00,0x90] |
| |
| s_xnor_b32 s105, s1, s103 |
| // GFX11: encoding: [0x01,0x67,0x69,0x90] |
| |
| s_xnor_b32 s105, s104, s2 |
| // GFX11: encoding: [0x68,0x02,0x69,0x90] |
| |
| s_xnor_b32 s105, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x69,0x90] |
| |
| s_xnor_b32 s0, s104, s2 |
| // GFX11: encoding: [0x68,0x02,0x00,0x90] |
| |
| s_xnor_b32 s0, s1, s103 |
| // GFX11: encoding: [0x01,0x67,0x00,0x90] |
| |
| s_xnor_b32 exec_lo, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x7e,0x90] |
| |
| s_xnor_b32 exec_hi, s1, s2 |
| // GFX11: encoding: [0x01,0x02,0x7f,0x90] |
| <
|