| // RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=+wavefrontsize32,-wavefrontsize64 -show-encoding %s | FileCheck --check-prefix=W32 %s |
| // RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=-wavefrontsize32,+wavefrontsize64 -show-encoding %s | FileCheck --check-prefix=W64 %s |
| // RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=+wavefrontsize32,-wavefrontsize64 %s 2>&1 | FileCheck --check-prefix=W32-ERR --implicit-check-not=error: %s |
| // RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=-wavefrontsize32,+wavefrontsize64 %s 2>&1 | FileCheck --check-prefix=W64-ERR --implicit-check-not=error: %s |
| |
| //===----------------------------------------------------------------------===// |
| // ENC_VOPC - v_cmp_* opcodes. |
| //===----------------------------------------------------------------------===// |
| |
| v_cmp_f_f32 vcc, v1, v2 |
| // W64: encoding: [0x01,0x05,0x00,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f32 vcc, v255, v2 |
| // W64: encoding: [0xff,0x05,0x00,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f32 vcc, s1, v2 |
| // W64: encoding: [0x01,0x04,0x00,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f32 vcc, s101, v2 |
| // W64: encoding: [0x65,0x04,0x00,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f32 vcc, vcc_lo, v2 |
| // W64: encoding: [0x6a,0x04,0x00,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f32 vcc, vcc_hi, v2 |
| // W64: encoding: [0x6b,0x04,0x00,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f32 vcc, m0, v2 |
| // W64: encoding: [0x7c,0x04,0x00,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f32 vcc, exec_lo, v2 |
| // W64: encoding: [0x7e,0x04,0x00,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f32 vcc, exec_hi, v2 |
| // W64: encoding: [0x7f,0x04,0x00,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f32 vcc, 0, v2 |
| // W64: encoding: [0x80,0x04,0x00,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f32 vcc, -1, v2 |
| // W64: encoding: [0xc1,0x04,0x00,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f32 vcc, 0.5, v2 |
| // W64: encoding: [0xf0,0x04,0x00,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f32 vcc, -4.0, v2 |
| // W64: encoding: [0xf7,0x04,0x00,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f32 vcc, 0xaf123456, v2 |
| // W64: encoding: [0xff,0x04,0x00,0x7c,0x56,0x34,0x12,0xaf] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f32 vcc, 0x3f717273, v2 |
| // W64: encoding: [0xff,0x04,0x00,0x7c,0x73,0x72,0x71,0x3f] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f32 vcc, v1, v255 |
| // W64: encoding: [0x01,0xff,0x01,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f32 vcc_lo, v1, v2 |
| // W32: encoding: [0x01,0x05,0x00,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f32 vcc_lo, v255, v2 |
| // W32: encoding: [0xff,0x05,0x00,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f32 vcc_lo, s1, v2 |
| // W32: encoding: [0x01,0x04,0x00,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f32 vcc_lo, s101, v2 |
| // W32: encoding: [0x65,0x04,0x00,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f32 vcc_lo, vcc_lo, v2 |
| // W32: encoding: [0x6a,0x04,0x00,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f32 vcc_lo, vcc_hi, v2 |
| // W32: encoding: [0x6b,0x04,0x00,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f32 vcc_lo, m0, v2 |
| // W32: encoding: [0x7c,0x04,0x00,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f32 vcc_lo, exec_lo, v2 |
| // W32: encoding: [0x7e,0x04,0x00,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f32 vcc_lo, exec_hi, v2 |
| // W32: encoding: [0x7f,0x04,0x00,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f32 vcc_lo, 0, v2 |
| // W32: encoding: [0x80,0x04,0x00,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f32 vcc_lo, -1, v2 |
| // W32: encoding: [0xc1,0x04,0x00,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f32 vcc_lo, 0.5, v2 |
| // W32: encoding: [0xf0,0x04,0x00,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f32 vcc_lo, -4.0, v2 |
| // W32: encoding: [0xf7,0x04,0x00,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f32 vcc_lo, 0xaf123456, v2 |
| // W32: encoding: [0xff,0x04,0x00,0x7c,0x56,0x34,0x12,0xaf] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f32 vcc_lo, 0x3f717273, v2 |
| // W32: encoding: [0xff,0x04,0x00,0x7c,0x73,0x72,0x71,0x3f] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f32 vcc_lo, v1, v255 |
| // W32: encoding: [0x01,0xff,0x01,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lt_f32 vcc, v1, v2 |
| // W64: encoding: [0x01,0x05,0x02,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lt_f32 vcc, v255, v2 |
| // W64: encoding: [0xff,0x05,0x02,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lt_f32 vcc, s1, v2 |
| // W64: encoding: [0x01,0x04,0x02,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lt_f32 vcc, s101, v2 |
| // W64: encoding: [0x65,0x04,0x02,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lt_f32 vcc, vcc_lo, v2 |
| // W64: encoding: [0x6a,0x04,0x02,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lt_f32 vcc, vcc_hi, v2 |
| // W64: encoding: [0x6b,0x04,0x02,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lt_f32 vcc, m0, v2 |
| // W64: encoding: [0x7c,0x04,0x02,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lt_f32 vcc, exec_lo, v2 |
| // W64: encoding: [0x7e,0x04,0x02,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lt_f32 vcc, exec_hi, v2 |
| // W64: encoding: [0x7f,0x04,0x02,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lt_f32 vcc, 0, v2 |
| // W64: encoding: [0x80,0x04,0x02,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lt_f32 vcc, -1, v2 |
| // W64: encoding: [0xc1,0x04,0x02,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lt_f32 vcc, 0.5, v2 |
| // W64: encoding: [0xf0,0x04,0x02,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lt_f32 vcc, -4.0, v2 |
| // W64: encoding: [0xf7,0x04,0x02,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lt_f32 vcc, 0xaf123456, v2 |
| // W64: encoding: [0xff,0x04,0x02,0x7c,0x56,0x34,0x12,0xaf] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lt_f32 vcc, 0x3f717273, v2 |
| // W64: encoding: [0xff,0x04,0x02,0x7c,0x73,0x72,0x71,0x3f] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lt_f32 vcc, v1, v255 |
| // W64: encoding: [0x01,0xff,0x03,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lt_f32 vcc_lo, v1, v2 |
| // W32: encoding: [0x01,0x05,0x02,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lt_f32 vcc_lo, v255, v2 |
| // W32: encoding: [0xff,0x05,0x02,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lt_f32 vcc_lo, s1, v2 |
| // W32: encoding: [0x01,0x04,0x02,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lt_f32 vcc_lo, s101, v2 |
| // W32: encoding: [0x65,0x04,0x02,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lt_f32 vcc_lo, vcc_lo, v2 |
| // W32: encoding: [0x6a,0x04,0x02,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lt_f32 vcc_lo, vcc_hi, v2 |
| // W32: encoding: [0x6b,0x04,0x02,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lt_f32 vcc_lo, m0, v2 |
| // W32: encoding: [0x7c,0x04,0x02,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lt_f32 vcc_lo, exec_lo, v2 |
| // W32: encoding: [0x7e,0x04,0x02,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lt_f32 vcc_lo, exec_hi, v2 |
| // W32: encoding: [0x7f,0x04,0x02,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lt_f32 vcc_lo, 0, v2 |
| // W32: encoding: [0x80,0x04,0x02,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lt_f32 vcc_lo, -1, v2 |
| // W32: encoding: [0xc1,0x04,0x02,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lt_f32 vcc_lo, 0.5, v2 |
| // W32: encoding: [0xf0,0x04,0x02,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lt_f32 vcc_lo, -4.0, v2 |
| // W32: encoding: [0xf7,0x04,0x02,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lt_f32 vcc_lo, 0xaf123456, v2 |
| // W32: encoding: [0xff,0x04,0x02,0x7c,0x56,0x34,0x12,0xaf] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lt_f32 vcc_lo, 0x3f717273, v2 |
| // W32: encoding: [0xff,0x04,0x02,0x7c,0x73,0x72,0x71,0x3f] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lt_f32 vcc_lo, v1, v255 |
| // W32: encoding: [0x01,0xff,0x03,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_eq_f32 vcc, v1, v2 |
| // W64: encoding: [0x01,0x05,0x04,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_eq_f32 vcc, v255, v2 |
| // W64: encoding: [0xff,0x05,0x04,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_eq_f32 vcc, s1, v2 |
| // W64: encoding: [0x01,0x04,0x04,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_eq_f32 vcc, s101, v2 |
| // W64: encoding: [0x65,0x04,0x04,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_eq_f32 vcc, vcc_lo, v2 |
| // W64: encoding: [0x6a,0x04,0x04,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_eq_f32 vcc, vcc_hi, v2 |
| // W64: encoding: [0x6b,0x04,0x04,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_eq_f32 vcc, m0, v2 |
| // W64: encoding: [0x7c,0x04,0x04,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_eq_f32 vcc, exec_lo, v2 |
| // W64: encoding: [0x7e,0x04,0x04,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_eq_f32 vcc, exec_hi, v2 |
| // W64: encoding: [0x7f,0x04,0x04,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_eq_f32 vcc, 0, v2 |
| // W64: encoding: [0x80,0x04,0x04,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_eq_f32 vcc, -1, v2 |
| // W64: encoding: [0xc1,0x04,0x04,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_eq_f32 vcc, 0.5, v2 |
| // W64: encoding: [0xf0,0x04,0x04,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_eq_f32 vcc, -4.0, v2 |
| // W64: encoding: [0xf7,0x04,0x04,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_eq_f32 vcc, 0xaf123456, v2 |
| // W64: encoding: [0xff,0x04,0x04,0x7c,0x56,0x34,0x12,0xaf] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_eq_f32 vcc, 0x3f717273, v2 |
| // W64: encoding: [0xff,0x04,0x04,0x7c,0x73,0x72,0x71,0x3f] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_eq_f32 vcc, v1, v255 |
| // W64: encoding: [0x01,0xff,0x05,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_eq_f32 vcc_lo, v1, v2 |
| // W32: encoding: [0x01,0x05,0x04,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_eq_f32 vcc_lo, v255, v2 |
| // W32: encoding: [0xff,0x05,0x04,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_eq_f32 vcc_lo, s1, v2 |
| // W32: encoding: [0x01,0x04,0x04,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_eq_f32 vcc_lo, s101, v2 |
| // W32: encoding: [0x65,0x04,0x04,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_eq_f32 vcc_lo, vcc_lo, v2 |
| // W32: encoding: [0x6a,0x04,0x04,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_eq_f32 vcc_lo, vcc_hi, v2 |
| // W32: encoding: [0x6b,0x04,0x04,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_eq_f32 vcc_lo, m0, v2 |
| // W32: encoding: [0x7c,0x04,0x04,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_eq_f32 vcc_lo, exec_lo, v2 |
| // W32: encoding: [0x7e,0x04,0x04,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_eq_f32 vcc_lo, exec_hi, v2 |
| // W32: encoding: [0x7f,0x04,0x04,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_eq_f32 vcc_lo, 0, v2 |
| // W32: encoding: [0x80,0x04,0x04,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_eq_f32 vcc_lo, -1, v2 |
| // W32: encoding: [0xc1,0x04,0x04,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_eq_f32 vcc_lo, 0.5, v2 |
| // W32: encoding: [0xf0,0x04,0x04,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_eq_f32 vcc_lo, -4.0, v2 |
| // W32: encoding: [0xf7,0x04,0x04,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_eq_f32 vcc_lo, 0xaf123456, v2 |
| // W32: encoding: [0xff,0x04,0x04,0x7c,0x56,0x34,0x12,0xaf] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_eq_f32 vcc_lo, 0x3f717273, v2 |
| // W32: encoding: [0xff,0x04,0x04,0x7c,0x73,0x72,0x71,0x3f] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_eq_f32 vcc_lo, v1, v255 |
| // W32: encoding: [0x01,0xff,0x05,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_le_f32 vcc, v1, v2 |
| // W64: encoding: [0x01,0x05,0x06,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_le_f32 vcc, v255, v2 |
| // W64: encoding: [0xff,0x05,0x06,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_le_f32 vcc, s1, v2 |
| // W64: encoding: [0x01,0x04,0x06,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_le_f32 vcc, s101, v2 |
| // W64: encoding: [0x65,0x04,0x06,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_le_f32 vcc, vcc_lo, v2 |
| // W64: encoding: [0x6a,0x04,0x06,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_le_f32 vcc, vcc_hi, v2 |
| // W64: encoding: [0x6b,0x04,0x06,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_le_f32 vcc, m0, v2 |
| // W64: encoding: [0x7c,0x04,0x06,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_le_f32 vcc, exec_lo, v2 |
| // W64: encoding: [0x7e,0x04,0x06,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_le_f32 vcc, exec_hi, v2 |
| // W64: encoding: [0x7f,0x04,0x06,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_le_f32 vcc, 0, v2 |
| // W64: encoding: [0x80,0x04,0x06,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_le_f32 vcc, -1, v2 |
| // W64: encoding: [0xc1,0x04,0x06,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_le_f32 vcc, 0.5, v2 |
| // W64: encoding: [0xf0,0x04,0x06,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_le_f32 vcc, -4.0, v2 |
| // W64: encoding: [0xf7,0x04,0x06,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_le_f32 vcc, 0xaf123456, v2 |
| // W64: encoding: [0xff,0x04,0x06,0x7c,0x56,0x34,0x12,0xaf] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_le_f32 vcc, 0x3f717273, v2 |
| // W64: encoding: [0xff,0x04,0x06,0x7c,0x73,0x72,0x71,0x3f] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_le_f32 vcc, v1, v255 |
| // W64: encoding: [0x01,0xff,0x07,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_le_f32 vcc_lo, v1, v2 |
| // W32: encoding: [0x01,0x05,0x06,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_le_f32 vcc_lo, v255, v2 |
| // W32: encoding: [0xff,0x05,0x06,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_le_f32 vcc_lo, s1, v2 |
| // W32: encoding: [0x01,0x04,0x06,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_le_f32 vcc_lo, s101, v2 |
| // W32: encoding: [0x65,0x04,0x06,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_le_f32 vcc_lo, vcc_lo, v2 |
| // W32: encoding: [0x6a,0x04,0x06,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_le_f32 vcc_lo, vcc_hi, v2 |
| // W32: encoding: [0x6b,0x04,0x06,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_le_f32 vcc_lo, m0, v2 |
| // W32: encoding: [0x7c,0x04,0x06,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_le_f32 vcc_lo, exec_lo, v2 |
| // W32: encoding: [0x7e,0x04,0x06,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_le_f32 vcc_lo, exec_hi, v2 |
| // W32: encoding: [0x7f,0x04,0x06,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_le_f32 vcc_lo, 0, v2 |
| // W32: encoding: [0x80,0x04,0x06,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_le_f32 vcc_lo, -1, v2 |
| // W32: encoding: [0xc1,0x04,0x06,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_le_f32 vcc_lo, 0.5, v2 |
| // W32: encoding: [0xf0,0x04,0x06,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_le_f32 vcc_lo, -4.0, v2 |
| // W32: encoding: [0xf7,0x04,0x06,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_le_f32 vcc_lo, 0xaf123456, v2 |
| // W32: encoding: [0xff,0x04,0x06,0x7c,0x56,0x34,0x12,0xaf] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_le_f32 vcc_lo, 0x3f717273, v2 |
| // W32: encoding: [0xff,0x04,0x06,0x7c,0x73,0x72,0x71,0x3f] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_le_f32 vcc_lo, v1, v255 |
| // W32: encoding: [0x01,0xff,0x07,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_gt_f32 vcc, v1, v2 |
| // W64: encoding: [0x01,0x05,0x08,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_gt_f32 vcc, v255, v2 |
| // W64: encoding: [0xff,0x05,0x08,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_gt_f32 vcc, s1, v2 |
| // W64: encoding: [0x01,0x04,0x08,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_gt_f32 vcc, s101, v2 |
| // W64: encoding: [0x65,0x04,0x08,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_gt_f32 vcc, vcc_lo, v2 |
| // W64: encoding: [0x6a,0x04,0x08,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_gt_f32 vcc, vcc_hi, v2 |
| // W64: encoding: [0x6b,0x04,0x08,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_gt_f32 vcc, m0, v2 |
| // W64: encoding: [0x7c,0x04,0x08,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_gt_f32 vcc, exec_lo, v2 |
| // W64: encoding: [0x7e,0x04,0x08,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_gt_f32 vcc, exec_hi, v2 |
| // W64: encoding: [0x7f,0x04,0x08,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_gt_f32 vcc, 0, v2 |
| // W64: encoding: [0x80,0x04,0x08,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_gt_f32 vcc, -1, v2 |
| // W64: encoding: [0xc1,0x04,0x08,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_gt_f32 vcc, 0.5, v2 |
| // W64: encoding: [0xf0,0x04,0x08,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_gt_f32 vcc, -4.0, v2 |
| // W64: encoding: [0xf7,0x04,0x08,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_gt_f32 vcc, 0xaf123456, v2 |
| // W64: encoding: [0xff,0x04,0x08,0x7c,0x56,0x34,0x12,0xaf] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_gt_f32 vcc, 0x3f717273, v2 |
| // W64: encoding: [0xff,0x04,0x08,0x7c,0x73,0x72,0x71,0x3f] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_gt_f32 vcc, v1, v255 |
| // W64: encoding: [0x01,0xff,0x09,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_gt_f32 vcc_lo, v1, v2 |
| // W32: encoding: [0x01,0x05,0x08,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_gt_f32 vcc_lo, v255, v2 |
| // W32: encoding: [0xff,0x05,0x08,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_gt_f32 vcc_lo, s1, v2 |
| // W32: encoding: [0x01,0x04,0x08,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_gt_f32 vcc_lo, s101, v2 |
| // W32: encoding: [0x65,0x04,0x08,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_gt_f32 vcc_lo, vcc_lo, v2 |
| // W32: encoding: [0x6a,0x04,0x08,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_gt_f32 vcc_lo, vcc_hi, v2 |
| // W32: encoding: [0x6b,0x04,0x08,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_gt_f32 vcc_lo, m0, v2 |
| // W32: encoding: [0x7c,0x04,0x08,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_gt_f32 vcc_lo, exec_lo, v2 |
| // W32: encoding: [0x7e,0x04,0x08,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_gt_f32 vcc_lo, exec_hi, v2 |
| // W32: encoding: [0x7f,0x04,0x08,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_gt_f32 vcc_lo, 0, v2 |
| // W32: encoding: [0x80,0x04,0x08,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_gt_f32 vcc_lo, -1, v2 |
| // W32: encoding: [0xc1,0x04,0x08,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_gt_f32 vcc_lo, 0.5, v2 |
| // W32: encoding: [0xf0,0x04,0x08,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_gt_f32 vcc_lo, -4.0, v2 |
| // W32: encoding: [0xf7,0x04,0x08,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_gt_f32 vcc_lo, 0xaf123456, v2 |
| // W32: encoding: [0xff,0x04,0x08,0x7c,0x56,0x34,0x12,0xaf] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_gt_f32 vcc_lo, 0x3f717273, v2 |
| // W32: encoding: [0xff,0x04,0x08,0x7c,0x73,0x72,0x71,0x3f] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_gt_f32 vcc_lo, v1, v255 |
| // W32: encoding: [0x01,0xff,0x09,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lg_f32 vcc, v1, v2 |
| // W64: encoding: [0x01,0x05,0x0a,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lg_f32 vcc, v255, v2 |
| // W64: encoding: [0xff,0x05,0x0a,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lg_f32 vcc, s1, v2 |
| // W64: encoding: [0x01,0x04,0x0a,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lg_f32 vcc, s101, v2 |
| // W64: encoding: [0x65,0x04,0x0a,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lg_f32 vcc, vcc_lo, v2 |
| // W64: encoding: [0x6a,0x04,0x0a,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lg_f32 vcc, vcc_hi, v2 |
| // W64: encoding: [0x6b,0x04,0x0a,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lg_f32 vcc, m0, v2 |
| // W64: encoding: [0x7c,0x04,0x0a,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lg_f32 vcc, exec_lo, v2 |
| // W64: encoding: [0x7e,0x04,0x0a,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lg_f32 vcc, exec_hi, v2 |
| // W64: encoding: [0x7f,0x04,0x0a,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lg_f32 vcc, 0, v2 |
| // W64: encoding: [0x80,0x04,0x0a,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lg_f32 vcc, -1, v2 |
| // W64: encoding: [0xc1,0x04,0x0a,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lg_f32 vcc, 0.5, v2 |
| // W64: encoding: [0xf0,0x04,0x0a,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lg_f32 vcc, -4.0, v2 |
| // W64: encoding: [0xf7,0x04,0x0a,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lg_f32 vcc, 0xaf123456, v2 |
| // W64: encoding: [0xff,0x04,0x0a,0x7c,0x56,0x34,0x12,0xaf] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lg_f32 vcc, 0x3f717273, v2 |
| // W64: encoding: [0xff,0x04,0x0a,0x7c,0x73,0x72,0x71,0x3f] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lg_f32 vcc, v1, v255 |
| // W64: encoding: [0x01,0xff,0x0b,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lg_f32 vcc_lo, v1, v2 |
| // W32: encoding: [0x01,0x05,0x0a,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lg_f32 vcc_lo, v255, v2 |
| // W32: encoding: [0xff,0x05,0x0a,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lg_f32 vcc_lo, s1, v2 |
| // W32: encoding: [0x01,0x04,0x0a,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lg_f32 vcc_lo, s101, v2 |
| // W32: encoding: [0x65,0x04,0x0a,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lg_f32 vcc_lo, vcc_lo, v2 |
| // W32: encoding: [0x6a,0x04,0x0a,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lg_f32 vcc_lo, vcc_hi, v2 |
| // W32: encoding: [0x6b,0x04,0x0a,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lg_f32 vcc_lo, m0, v2 |
| // W32: encoding: [0x7c,0x04,0x0a,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lg_f32 vcc_lo, exec_lo, v2 |
| // W32: encoding: [0x7e,0x04,0x0a,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lg_f32 vcc_lo, exec_hi, v2 |
| // W32: encoding: [0x7f,0x04,0x0a,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lg_f32 vcc_lo, 0, v2 |
| // W32: encoding: [0x80,0x04,0x0a,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lg_f32 vcc_lo, -1, v2 |
| // W32: encoding: [0xc1,0x04,0x0a,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lg_f32 vcc_lo, 0.5, v2 |
| // W32: encoding: [0xf0,0x04,0x0a,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lg_f32 vcc_lo, -4.0, v2 |
| // W32: encoding: [0xf7,0x04,0x0a,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lg_f32 vcc_lo, 0xaf123456, v2 |
| // W32: encoding: [0xff,0x04,0x0a,0x7c,0x56,0x34,0x12,0xaf] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lg_f32 vcc_lo, 0x3f717273, v2 |
| // W32: encoding: [0xff,0x04,0x0a,0x7c,0x73,0x72,0x71,0x3f] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lg_f32 vcc_lo, v1, v255 |
| // W32: encoding: [0x01,0xff,0x0b,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ge_f32 vcc, v1, v2 |
| // W64: encoding: [0x01,0x05,0x0c,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ge_f32 vcc, v255, v2 |
| // W64: encoding: [0xff,0x05,0x0c,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ge_f32 vcc, s1, v2 |
| // W64: encoding: [0x01,0x04,0x0c,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ge_f32 vcc, s101, v2 |
| // W64: encoding: [0x65,0x04,0x0c,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ge_f32 vcc, vcc_lo, v2 |
| // W64: encoding: [0x6a,0x04,0x0c,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ge_f32 vcc, vcc_hi, v2 |
| // W64: encoding: [0x6b,0x04,0x0c,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ge_f32 vcc, m0, v2 |
| // W64: encoding: [0x7c,0x04,0x0c,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ge_f32 vcc, exec_lo, v2 |
| // W64: encoding: [0x7e,0x04,0x0c,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ge_f32 vcc, exec_hi, v2 |
| // W64: encoding: [0x7f,0x04,0x0c,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ge_f32 vcc, 0, v2 |
| // W64: encoding: [0x80,0x04,0x0c,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ge_f32 vcc, -1, v2 |
| // W64: encoding: [0xc1,0x04,0x0c,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ge_f32 vcc, 0.5, v2 |
| // W64: encoding: [0xf0,0x04,0x0c,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ge_f32 vcc, -4.0, v2 |
| // W64: encoding: [0xf7,0x04,0x0c,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ge_f32 vcc, 0xaf123456, v2 |
| // W64: encoding: [0xff,0x04,0x0c,0x7c,0x56,0x34,0x12,0xaf] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ge_f32 vcc, 0x3f717273, v2 |
| // W64: encoding: [0xff,0x04,0x0c,0x7c,0x73,0x72,0x71,0x3f] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ge_f32 vcc, v1, v255 |
| // W64: encoding: [0x01,0xff,0x0d,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ge_f32 vcc_lo, v1, v2 |
| // W32: encoding: [0x01,0x05,0x0c,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ge_f32 vcc_lo, v255, v2 |
| // W32: encoding: [0xff,0x05,0x0c,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ge_f32 vcc_lo, s1, v2 |
| // W32: encoding: [0x01,0x04,0x0c,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ge_f32 vcc_lo, s101, v2 |
| // W32: encoding: [0x65,0x04,0x0c,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ge_f32 vcc_lo, vcc_lo, v2 |
| // W32: encoding: [0x6a,0x04,0x0c,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ge_f32 vcc_lo, vcc_hi, v2 |
| // W32: encoding: [0x6b,0x04,0x0c,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ge_f32 vcc_lo, m0, v2 |
| // W32: encoding: [0x7c,0x04,0x0c,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ge_f32 vcc_lo, exec_lo, v2 |
| // W32: encoding: [0x7e,0x04,0x0c,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ge_f32 vcc_lo, exec_hi, v2 |
| // W32: encoding: [0x7f,0x04,0x0c,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ge_f32 vcc_lo, 0, v2 |
| // W32: encoding: [0x80,0x04,0x0c,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ge_f32 vcc_lo, -1, v2 |
| // W32: encoding: [0xc1,0x04,0x0c,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ge_f32 vcc_lo, 0.5, v2 |
| // W32: encoding: [0xf0,0x04,0x0c,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ge_f32 vcc_lo, -4.0, v2 |
| // W32: encoding: [0xf7,0x04,0x0c,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ge_f32 vcc_lo, 0xaf123456, v2 |
| // W32: encoding: [0xff,0x04,0x0c,0x7c,0x56,0x34,0x12,0xaf] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ge_f32 vcc_lo, 0x3f717273, v2 |
| // W32: encoding: [0xff,0x04,0x0c,0x7c,0x73,0x72,0x71,0x3f] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ge_f32 vcc_lo, v1, v255 |
| // W32: encoding: [0x01,0xff,0x0d,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_o_f32 vcc, v1, v2 |
| // W64: encoding: [0x01,0x05,0x0e,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_o_f32 vcc, v255, v2 |
| // W64: encoding: [0xff,0x05,0x0e,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_o_f32 vcc, s1, v2 |
| // W64: encoding: [0x01,0x04,0x0e,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_o_f32 vcc, s101, v2 |
| // W64: encoding: [0x65,0x04,0x0e,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_o_f32 vcc, vcc_lo, v2 |
| // W64: encoding: [0x6a,0x04,0x0e,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_o_f32 vcc, vcc_hi, v2 |
| // W64: encoding: [0x6b,0x04,0x0e,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_o_f32 vcc, m0, v2 |
| // W64: encoding: [0x7c,0x04,0x0e,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_o_f32 vcc, exec_lo, v2 |
| // W64: encoding: [0x7e,0x04,0x0e,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_o_f32 vcc, exec_hi, v2 |
| // W64: encoding: [0x7f,0x04,0x0e,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_o_f32 vcc, 0, v2 |
| // W64: encoding: [0x80,0x04,0x0e,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_o_f32 vcc, -1, v2 |
| // W64: encoding: [0xc1,0x04,0x0e,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_o_f32 vcc, 0.5, v2 |
| // W64: encoding: [0xf0,0x04,0x0e,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_o_f32 vcc, -4.0, v2 |
| // W64: encoding: [0xf7,0x04,0x0e,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_o_f32 vcc, 0xaf123456, v2 |
| // W64: encoding: [0xff,0x04,0x0e,0x7c,0x56,0x34,0x12,0xaf] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_o_f32 vcc, 0x3f717273, v2 |
| // W64: encoding: [0xff,0x04,0x0e,0x7c,0x73,0x72,0x71,0x3f] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_o_f32 vcc, v1, v255 |
| // W64: encoding: [0x01,0xff,0x0f,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_o_f32 vcc_lo, v1, v2 |
| // W32: encoding: [0x01,0x05,0x0e,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_o_f32 vcc_lo, v255, v2 |
| // W32: encoding: [0xff,0x05,0x0e,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_o_f32 vcc_lo, s1, v2 |
| // W32: encoding: [0x01,0x04,0x0e,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_o_f32 vcc_lo, s101, v2 |
| // W32: encoding: [0x65,0x04,0x0e,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_o_f32 vcc_lo, vcc_lo, v2 |
| // W32: encoding: [0x6a,0x04,0x0e,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_o_f32 vcc_lo, vcc_hi, v2 |
| // W32: encoding: [0x6b,0x04,0x0e,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_o_f32 vcc_lo, m0, v2 |
| // W32: encoding: [0x7c,0x04,0x0e,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_o_f32 vcc_lo, exec_lo, v2 |
| // W32: encoding: [0x7e,0x04,0x0e,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_o_f32 vcc_lo, exec_hi, v2 |
| // W32: encoding: [0x7f,0x04,0x0e,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_o_f32 vcc_lo, 0, v2 |
| // W32: encoding: [0x80,0x04,0x0e,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_o_f32 vcc_lo, -1, v2 |
| // W32: encoding: [0xc1,0x04,0x0e,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_o_f32 vcc_lo, 0.5, v2 |
| // W32: encoding: [0xf0,0x04,0x0e,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_o_f32 vcc_lo, -4.0, v2 |
| // W32: encoding: [0xf7,0x04,0x0e,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_o_f32 vcc_lo, 0xaf123456, v2 |
| // W32: encoding: [0xff,0x04,0x0e,0x7c,0x56,0x34,0x12,0xaf] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_o_f32 vcc_lo, 0x3f717273, v2 |
| // W32: encoding: [0xff,0x04,0x0e,0x7c,0x73,0x72,0x71,0x3f] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_o_f32 vcc_lo, v1, v255 |
| // W32: encoding: [0x01,0xff,0x0f,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_u_f32 vcc, v1, v2 |
| // W64: encoding: [0x01,0x05,0x10,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_u_f32 vcc, v255, v2 |
| // W64: encoding: [0xff,0x05,0x10,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_u_f32 vcc, s1, v2 |
| // W64: encoding: [0x01,0x04,0x10,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_u_f32 vcc, s101, v2 |
| // W64: encoding: [0x65,0x04,0x10,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_u_f32 vcc, vcc_lo, v2 |
| // W64: encoding: [0x6a,0x04,0x10,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_u_f32 vcc, vcc_hi, v2 |
| // W64: encoding: [0x6b,0x04,0x10,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_u_f32 vcc, m0, v2 |
| // W64: encoding: [0x7c,0x04,0x10,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_u_f32 vcc, exec_lo, v2 |
| // W64: encoding: [0x7e,0x04,0x10,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_u_f32 vcc, exec_hi, v2 |
| // W64: encoding: [0x7f,0x04,0x10,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_u_f32 vcc, 0, v2 |
| // W64: encoding: [0x80,0x04,0x10,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_u_f32 vcc, -1, v2 |
| // W64: encoding: [0xc1,0x04,0x10,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_u_f32 vcc, 0.5, v2 |
| // W64: encoding: [0xf0,0x04,0x10,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_u_f32 vcc, -4.0, v2 |
| // W64: encoding: [0xf7,0x04,0x10,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_u_f32 vcc, 0xaf123456, v2 |
| // W64: encoding: [0xff,0x04,0x10,0x7c,0x56,0x34,0x12,0xaf] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_u_f32 vcc, 0x3f717273, v2 |
| // W64: encoding: [0xff,0x04,0x10,0x7c,0x73,0x72,0x71,0x3f] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_u_f32 vcc, v1, v255 |
| // W64: encoding: [0x01,0xff,0x11,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_u_f32 vcc_lo, v1, v2 |
| // W32: encoding: [0x01,0x05,0x10,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_u_f32 vcc_lo, v255, v2 |
| // W32: encoding: [0xff,0x05,0x10,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_u_f32 vcc_lo, s1, v2 |
| // W32: encoding: [0x01,0x04,0x10,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_u_f32 vcc_lo, s101, v2 |
| // W32: encoding: [0x65,0x04,0x10,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_u_f32 vcc_lo, vcc_lo, v2 |
| // W32: encoding: [0x6a,0x04,0x10,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_u_f32 vcc_lo, vcc_hi, v2 |
| // W32: encoding: [0x6b,0x04,0x10,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_u_f32 vcc_lo, m0, v2 |
| // W32: encoding: [0x7c,0x04,0x10,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_u_f32 vcc_lo, exec_lo, v2 |
| // W32: encoding: [0x7e,0x04,0x10,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_u_f32 vcc_lo, exec_hi, v2 |
| // W32: encoding: [0x7f,0x04,0x10,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_u_f32 vcc_lo, 0, v2 |
| // W32: encoding: [0x80,0x04,0x10,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_u_f32 vcc_lo, -1, v2 |
| // W32: encoding: [0xc1,0x04,0x10,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_u_f32 vcc_lo, 0.5, v2 |
| // W32: encoding: [0xf0,0x04,0x10,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_u_f32 vcc_lo, -4.0, v2 |
| // W32: encoding: [0xf7,0x04,0x10,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_u_f32 vcc_lo, 0xaf123456, v2 |
| // W32: encoding: [0xff,0x04,0x10,0x7c,0x56,0x34,0x12,0xaf] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_u_f32 vcc_lo, 0x3f717273, v2 |
| // W32: encoding: [0xff,0x04,0x10,0x7c,0x73,0x72,0x71,0x3f] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_u_f32 vcc_lo, v1, v255 |
| // W32: encoding: [0x01,0xff,0x11,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nge_f32 vcc, v1, v2 |
| // W64: encoding: [0x01,0x05,0x12,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nge_f32 vcc, v255, v2 |
| // W64: encoding: [0xff,0x05,0x12,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nge_f32 vcc, s1, v2 |
| // W64: encoding: [0x01,0x04,0x12,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nge_f32 vcc, s101, v2 |
| // W64: encoding: [0x65,0x04,0x12,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nge_f32 vcc, vcc_lo, v2 |
| // W64: encoding: [0x6a,0x04,0x12,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nge_f32 vcc, vcc_hi, v2 |
| // W64: encoding: [0x6b,0x04,0x12,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nge_f32 vcc, m0, v2 |
| // W64: encoding: [0x7c,0x04,0x12,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nge_f32 vcc, exec_lo, v2 |
| // W64: encoding: [0x7e,0x04,0x12,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nge_f32 vcc, exec_hi, v2 |
| // W64: encoding: [0x7f,0x04,0x12,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nge_f32 vcc, 0, v2 |
| // W64: encoding: [0x80,0x04,0x12,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nge_f32 vcc, -1, v2 |
| // W64: encoding: [0xc1,0x04,0x12,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nge_f32 vcc, 0.5, v2 |
| // W64: encoding: [0xf0,0x04,0x12,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nge_f32 vcc, -4.0, v2 |
| // W64: encoding: [0xf7,0x04,0x12,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nge_f32 vcc, 0xaf123456, v2 |
| // W64: encoding: [0xff,0x04,0x12,0x7c,0x56,0x34,0x12,0xaf] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nge_f32 vcc, 0x3f717273, v2 |
| // W64: encoding: [0xff,0x04,0x12,0x7c,0x73,0x72,0x71,0x3f] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nge_f32 vcc, v1, v255 |
| // W64: encoding: [0x01,0xff,0x13,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nge_f32 vcc_lo, v1, v2 |
| // W32: encoding: [0x01,0x05,0x12,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nge_f32 vcc_lo, v255, v2 |
| // W32: encoding: [0xff,0x05,0x12,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nge_f32 vcc_lo, s1, v2 |
| // W32: encoding: [0x01,0x04,0x12,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nge_f32 vcc_lo, s101, v2 |
| // W32: encoding: [0x65,0x04,0x12,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nge_f32 vcc_lo, vcc_lo, v2 |
| // W32: encoding: [0x6a,0x04,0x12,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nge_f32 vcc_lo, vcc_hi, v2 |
| // W32: encoding: [0x6b,0x04,0x12,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nge_f32 vcc_lo, m0, v2 |
| // W32: encoding: [0x7c,0x04,0x12,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nge_f32 vcc_lo, exec_lo, v2 |
| // W32: encoding: [0x7e,0x04,0x12,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nge_f32 vcc_lo, exec_hi, v2 |
| // W32: encoding: [0x7f,0x04,0x12,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nge_f32 vcc_lo, 0, v2 |
| // W32: encoding: [0x80,0x04,0x12,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nge_f32 vcc_lo, -1, v2 |
| // W32: encoding: [0xc1,0x04,0x12,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nge_f32 vcc_lo, 0.5, v2 |
| // W32: encoding: [0xf0,0x04,0x12,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nge_f32 vcc_lo, -4.0, v2 |
| // W32: encoding: [0xf7,0x04,0x12,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nge_f32 vcc_lo, 0xaf123456, v2 |
| // W32: encoding: [0xff,0x04,0x12,0x7c,0x56,0x34,0x12,0xaf] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nge_f32 vcc_lo, 0x3f717273, v2 |
| // W32: encoding: [0xff,0x04,0x12,0x7c,0x73,0x72,0x71,0x3f] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nge_f32 vcc_lo, v1, v255 |
| // W32: encoding: [0x01,0xff,0x13,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlg_f32 vcc, v1, v2 |
| // W64: encoding: [0x01,0x05,0x14,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlg_f32 vcc, v255, v2 |
| // W64: encoding: [0xff,0x05,0x14,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlg_f32 vcc, s1, v2 |
| // W64: encoding: [0x01,0x04,0x14,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlg_f32 vcc, s101, v2 |
| // W64: encoding: [0x65,0x04,0x14,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlg_f32 vcc, vcc_lo, v2 |
| // W64: encoding: [0x6a,0x04,0x14,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlg_f32 vcc, vcc_hi, v2 |
| // W64: encoding: [0x6b,0x04,0x14,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlg_f32 vcc, m0, v2 |
| // W64: encoding: [0x7c,0x04,0x14,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlg_f32 vcc, exec_lo, v2 |
| // W64: encoding: [0x7e,0x04,0x14,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlg_f32 vcc, exec_hi, v2 |
| // W64: encoding: [0x7f,0x04,0x14,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlg_f32 vcc, 0, v2 |
| // W64: encoding: [0x80,0x04,0x14,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlg_f32 vcc, -1, v2 |
| // W64: encoding: [0xc1,0x04,0x14,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlg_f32 vcc, 0.5, v2 |
| // W64: encoding: [0xf0,0x04,0x14,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlg_f32 vcc, -4.0, v2 |
| // W64: encoding: [0xf7,0x04,0x14,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlg_f32 vcc, 0xaf123456, v2 |
| // W64: encoding: [0xff,0x04,0x14,0x7c,0x56,0x34,0x12,0xaf] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlg_f32 vcc, 0x3f717273, v2 |
| // W64: encoding: [0xff,0x04,0x14,0x7c,0x73,0x72,0x71,0x3f] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlg_f32 vcc, v1, v255 |
| // W64: encoding: [0x01,0xff,0x15,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlg_f32 vcc_lo, v1, v2 |
| // W32: encoding: [0x01,0x05,0x14,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlg_f32 vcc_lo, v255, v2 |
| // W32: encoding: [0xff,0x05,0x14,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlg_f32 vcc_lo, s1, v2 |
| // W32: encoding: [0x01,0x04,0x14,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlg_f32 vcc_lo, s101, v2 |
| // W32: encoding: [0x65,0x04,0x14,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlg_f32 vcc_lo, vcc_lo, v2 |
| // W32: encoding: [0x6a,0x04,0x14,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlg_f32 vcc_lo, vcc_hi, v2 |
| // W32: encoding: [0x6b,0x04,0x14,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlg_f32 vcc_lo, m0, v2 |
| // W32: encoding: [0x7c,0x04,0x14,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlg_f32 vcc_lo, exec_lo, v2 |
| // W32: encoding: [0x7e,0x04,0x14,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlg_f32 vcc_lo, exec_hi, v2 |
| // W32: encoding: [0x7f,0x04,0x14,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlg_f32 vcc_lo, 0, v2 |
| // W32: encoding: [0x80,0x04,0x14,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlg_f32 vcc_lo, -1, v2 |
| // W32: encoding: [0xc1,0x04,0x14,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlg_f32 vcc_lo, 0.5, v2 |
| // W32: encoding: [0xf0,0x04,0x14,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlg_f32 vcc_lo, -4.0, v2 |
| // W32: encoding: [0xf7,0x04,0x14,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlg_f32 vcc_lo, 0xaf123456, v2 |
| // W32: encoding: [0xff,0x04,0x14,0x7c,0x56,0x34,0x12,0xaf] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlg_f32 vcc_lo, 0x3f717273, v2 |
| // W32: encoding: [0xff,0x04,0x14,0x7c,0x73,0x72,0x71,0x3f] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlg_f32 vcc_lo, v1, v255 |
| // W32: encoding: [0x01,0xff,0x15,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ngt_f32 vcc, v1, v2 |
| // W64: encoding: [0x01,0x05,0x16,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ngt_f32 vcc, v255, v2 |
| // W64: encoding: [0xff,0x05,0x16,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ngt_f32 vcc, s1, v2 |
| // W64: encoding: [0x01,0x04,0x16,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ngt_f32 vcc, s101, v2 |
| // W64: encoding: [0x65,0x04,0x16,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ngt_f32 vcc, vcc_lo, v2 |
| // W64: encoding: [0x6a,0x04,0x16,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ngt_f32 vcc, vcc_hi, v2 |
| // W64: encoding: [0x6b,0x04,0x16,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ngt_f32 vcc, m0, v2 |
| // W64: encoding: [0x7c,0x04,0x16,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ngt_f32 vcc, exec_lo, v2 |
| // W64: encoding: [0x7e,0x04,0x16,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ngt_f32 vcc, exec_hi, v2 |
| // W64: encoding: [0x7f,0x04,0x16,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ngt_f32 vcc, 0, v2 |
| // W64: encoding: [0x80,0x04,0x16,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ngt_f32 vcc, -1, v2 |
| // W64: encoding: [0xc1,0x04,0x16,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ngt_f32 vcc, 0.5, v2 |
| // W64: encoding: [0xf0,0x04,0x16,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ngt_f32 vcc, -4.0, v2 |
| // W64: encoding: [0xf7,0x04,0x16,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ngt_f32 vcc, 0xaf123456, v2 |
| // W64: encoding: [0xff,0x04,0x16,0x7c,0x56,0x34,0x12,0xaf] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ngt_f32 vcc, 0x3f717273, v2 |
| // W64: encoding: [0xff,0x04,0x16,0x7c,0x73,0x72,0x71,0x3f] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ngt_f32 vcc, v1, v255 |
| // W64: encoding: [0x01,0xff,0x17,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ngt_f32 vcc_lo, v1, v2 |
| // W32: encoding: [0x01,0x05,0x16,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ngt_f32 vcc_lo, v255, v2 |
| // W32: encoding: [0xff,0x05,0x16,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ngt_f32 vcc_lo, s1, v2 |
| // W32: encoding: [0x01,0x04,0x16,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ngt_f32 vcc_lo, s101, v2 |
| // W32: encoding: [0x65,0x04,0x16,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ngt_f32 vcc_lo, vcc_lo, v2 |
| // W32: encoding: [0x6a,0x04,0x16,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ngt_f32 vcc_lo, vcc_hi, v2 |
| // W32: encoding: [0x6b,0x04,0x16,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ngt_f32 vcc_lo, m0, v2 |
| // W32: encoding: [0x7c,0x04,0x16,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ngt_f32 vcc_lo, exec_lo, v2 |
| // W32: encoding: [0x7e,0x04,0x16,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ngt_f32 vcc_lo, exec_hi, v2 |
| // W32: encoding: [0x7f,0x04,0x16,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ngt_f32 vcc_lo, 0, v2 |
| // W32: encoding: [0x80,0x04,0x16,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ngt_f32 vcc_lo, -1, v2 |
| // W32: encoding: [0xc1,0x04,0x16,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ngt_f32 vcc_lo, 0.5, v2 |
| // W32: encoding: [0xf0,0x04,0x16,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ngt_f32 vcc_lo, -4.0, v2 |
| // W32: encoding: [0xf7,0x04,0x16,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ngt_f32 vcc_lo, 0xaf123456, v2 |
| // W32: encoding: [0xff,0x04,0x16,0x7c,0x56,0x34,0x12,0xaf] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ngt_f32 vcc_lo, 0x3f717273, v2 |
| // W32: encoding: [0xff,0x04,0x16,0x7c,0x73,0x72,0x71,0x3f] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_ngt_f32 vcc_lo, v1, v255 |
| // W32: encoding: [0x01,0xff,0x17,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nle_f32 vcc, v1, v2 |
| // W64: encoding: [0x01,0x05,0x18,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nle_f32 vcc, v255, v2 |
| // W64: encoding: [0xff,0x05,0x18,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nle_f32 vcc, s1, v2 |
| // W64: encoding: [0x01,0x04,0x18,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nle_f32 vcc, s101, v2 |
| // W64: encoding: [0x65,0x04,0x18,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nle_f32 vcc, vcc_lo, v2 |
| // W64: encoding: [0x6a,0x04,0x18,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nle_f32 vcc, vcc_hi, v2 |
| // W64: encoding: [0x6b,0x04,0x18,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nle_f32 vcc, m0, v2 |
| // W64: encoding: [0x7c,0x04,0x18,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nle_f32 vcc, exec_lo, v2 |
| // W64: encoding: [0x7e,0x04,0x18,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nle_f32 vcc, exec_hi, v2 |
| // W64: encoding: [0x7f,0x04,0x18,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nle_f32 vcc, 0, v2 |
| // W64: encoding: [0x80,0x04,0x18,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nle_f32 vcc, -1, v2 |
| // W64: encoding: [0xc1,0x04,0x18,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nle_f32 vcc, 0.5, v2 |
| // W64: encoding: [0xf0,0x04,0x18,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nle_f32 vcc, -4.0, v2 |
| // W64: encoding: [0xf7,0x04,0x18,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nle_f32 vcc, 0xaf123456, v2 |
| // W64: encoding: [0xff,0x04,0x18,0x7c,0x56,0x34,0x12,0xaf] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nle_f32 vcc, 0x3f717273, v2 |
| // W64: encoding: [0xff,0x04,0x18,0x7c,0x73,0x72,0x71,0x3f] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nle_f32 vcc, v1, v255 |
| // W64: encoding: [0x01,0xff,0x19,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nle_f32 vcc_lo, v1, v2 |
| // W32: encoding: [0x01,0x05,0x18,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nle_f32 vcc_lo, v255, v2 |
| // W32: encoding: [0xff,0x05,0x18,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nle_f32 vcc_lo, s1, v2 |
| // W32: encoding: [0x01,0x04,0x18,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nle_f32 vcc_lo, s101, v2 |
| // W32: encoding: [0x65,0x04,0x18,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nle_f32 vcc_lo, vcc_lo, v2 |
| // W32: encoding: [0x6a,0x04,0x18,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nle_f32 vcc_lo, vcc_hi, v2 |
| // W32: encoding: [0x6b,0x04,0x18,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nle_f32 vcc_lo, m0, v2 |
| // W32: encoding: [0x7c,0x04,0x18,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nle_f32 vcc_lo, exec_lo, v2 |
| // W32: encoding: [0x7e,0x04,0x18,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nle_f32 vcc_lo, exec_hi, v2 |
| // W32: encoding: [0x7f,0x04,0x18,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nle_f32 vcc_lo, 0, v2 |
| // W32: encoding: [0x80,0x04,0x18,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nle_f32 vcc_lo, -1, v2 |
| // W32: encoding: [0xc1,0x04,0x18,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nle_f32 vcc_lo, 0.5, v2 |
| // W32: encoding: [0xf0,0x04,0x18,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nle_f32 vcc_lo, -4.0, v2 |
| // W32: encoding: [0xf7,0x04,0x18,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nle_f32 vcc_lo, 0xaf123456, v2 |
| // W32: encoding: [0xff,0x04,0x18,0x7c,0x56,0x34,0x12,0xaf] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nle_f32 vcc_lo, 0x3f717273, v2 |
| // W32: encoding: [0xff,0x04,0x18,0x7c,0x73,0x72,0x71,0x3f] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nle_f32 vcc_lo, v1, v255 |
| // W32: encoding: [0x01,0xff,0x19,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_neq_f32 vcc, v1, v2 |
| // W64: encoding: [0x01,0x05,0x1a,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_neq_f32 vcc, v255, v2 |
| // W64: encoding: [0xff,0x05,0x1a,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_neq_f32 vcc, s1, v2 |
| // W64: encoding: [0x01,0x04,0x1a,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_neq_f32 vcc, s101, v2 |
| // W64: encoding: [0x65,0x04,0x1a,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_neq_f32 vcc, vcc_lo, v2 |
| // W64: encoding: [0x6a,0x04,0x1a,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_neq_f32 vcc, vcc_hi, v2 |
| // W64: encoding: [0x6b,0x04,0x1a,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_neq_f32 vcc, m0, v2 |
| // W64: encoding: [0x7c,0x04,0x1a,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_neq_f32 vcc, exec_lo, v2 |
| // W64: encoding: [0x7e,0x04,0x1a,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_neq_f32 vcc, exec_hi, v2 |
| // W64: encoding: [0x7f,0x04,0x1a,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_neq_f32 vcc, 0, v2 |
| // W64: encoding: [0x80,0x04,0x1a,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_neq_f32 vcc, -1, v2 |
| // W64: encoding: [0xc1,0x04,0x1a,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_neq_f32 vcc, 0.5, v2 |
| // W64: encoding: [0xf0,0x04,0x1a,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_neq_f32 vcc, -4.0, v2 |
| // W64: encoding: [0xf7,0x04,0x1a,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_neq_f32 vcc, 0xaf123456, v2 |
| // W64: encoding: [0xff,0x04,0x1a,0x7c,0x56,0x34,0x12,0xaf] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_neq_f32 vcc, 0x3f717273, v2 |
| // W64: encoding: [0xff,0x04,0x1a,0x7c,0x73,0x72,0x71,0x3f] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_neq_f32 vcc, v1, v255 |
| // W64: encoding: [0x01,0xff,0x1b,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_neq_f32 vcc_lo, v1, v2 |
| // W32: encoding: [0x01,0x05,0x1a,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_neq_f32 vcc_lo, v255, v2 |
| // W32: encoding: [0xff,0x05,0x1a,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_neq_f32 vcc_lo, s1, v2 |
| // W32: encoding: [0x01,0x04,0x1a,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_neq_f32 vcc_lo, s101, v2 |
| // W32: encoding: [0x65,0x04,0x1a,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_neq_f32 vcc_lo, vcc_lo, v2 |
| // W32: encoding: [0x6a,0x04,0x1a,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_neq_f32 vcc_lo, vcc_hi, v2 |
| // W32: encoding: [0x6b,0x04,0x1a,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_neq_f32 vcc_lo, m0, v2 |
| // W32: encoding: [0x7c,0x04,0x1a,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_neq_f32 vcc_lo, exec_lo, v2 |
| // W32: encoding: [0x7e,0x04,0x1a,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_neq_f32 vcc_lo, exec_hi, v2 |
| // W32: encoding: [0x7f,0x04,0x1a,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_neq_f32 vcc_lo, 0, v2 |
| // W32: encoding: [0x80,0x04,0x1a,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_neq_f32 vcc_lo, -1, v2 |
| // W32: encoding: [0xc1,0x04,0x1a,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_neq_f32 vcc_lo, 0.5, v2 |
| // W32: encoding: [0xf0,0x04,0x1a,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_neq_f32 vcc_lo, -4.0, v2 |
| // W32: encoding: [0xf7,0x04,0x1a,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_neq_f32 vcc_lo, 0xaf123456, v2 |
| // W32: encoding: [0xff,0x04,0x1a,0x7c,0x56,0x34,0x12,0xaf] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_neq_f32 vcc_lo, 0x3f717273, v2 |
| // W32: encoding: [0xff,0x04,0x1a,0x7c,0x73,0x72,0x71,0x3f] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_neq_f32 vcc_lo, v1, v255 |
| // W32: encoding: [0x01,0xff,0x1b,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlt_f32 vcc, v1, v2 |
| // W64: encoding: [0x01,0x05,0x1c,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlt_f32 vcc, v255, v2 |
| // W64: encoding: [0xff,0x05,0x1c,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlt_f32 vcc, s1, v2 |
| // W64: encoding: [0x01,0x04,0x1c,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlt_f32 vcc, s101, v2 |
| // W64: encoding: [0x65,0x04,0x1c,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlt_f32 vcc, vcc_lo, v2 |
| // W64: encoding: [0x6a,0x04,0x1c,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlt_f32 vcc, vcc_hi, v2 |
| // W64: encoding: [0x6b,0x04,0x1c,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlt_f32 vcc, m0, v2 |
| // W64: encoding: [0x7c,0x04,0x1c,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlt_f32 vcc, exec_lo, v2 |
| // W64: encoding: [0x7e,0x04,0x1c,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlt_f32 vcc, exec_hi, v2 |
| // W64: encoding: [0x7f,0x04,0x1c,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlt_f32 vcc, 0, v2 |
| // W64: encoding: [0x80,0x04,0x1c,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlt_f32 vcc, -1, v2 |
| // W64: encoding: [0xc1,0x04,0x1c,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlt_f32 vcc, 0.5, v2 |
| // W64: encoding: [0xf0,0x04,0x1c,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlt_f32 vcc, -4.0, v2 |
| // W64: encoding: [0xf7,0x04,0x1c,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlt_f32 vcc, 0xaf123456, v2 |
| // W64: encoding: [0xff,0x04,0x1c,0x7c,0x56,0x34,0x12,0xaf] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlt_f32 vcc, 0x3f717273, v2 |
| // W64: encoding: [0xff,0x04,0x1c,0x7c,0x73,0x72,0x71,0x3f] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlt_f32 vcc, v1, v255 |
| // W64: encoding: [0x01,0xff,0x1d,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlt_f32 vcc_lo, v1, v2 |
| // W32: encoding: [0x01,0x05,0x1c,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlt_f32 vcc_lo, v255, v2 |
| // W32: encoding: [0xff,0x05,0x1c,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlt_f32 vcc_lo, s1, v2 |
| // W32: encoding: [0x01,0x04,0x1c,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlt_f32 vcc_lo, s101, v2 |
| // W32: encoding: [0x65,0x04,0x1c,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlt_f32 vcc_lo, vcc_lo, v2 |
| // W32: encoding: [0x6a,0x04,0x1c,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlt_f32 vcc_lo, vcc_hi, v2 |
| // W32: encoding: [0x6b,0x04,0x1c,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlt_f32 vcc_lo, m0, v2 |
| // W32: encoding: [0x7c,0x04,0x1c,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlt_f32 vcc_lo, exec_lo, v2 |
| // W32: encoding: [0x7e,0x04,0x1c,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlt_f32 vcc_lo, exec_hi, v2 |
| // W32: encoding: [0x7f,0x04,0x1c,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlt_f32 vcc_lo, 0, v2 |
| // W32: encoding: [0x80,0x04,0x1c,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlt_f32 vcc_lo, -1, v2 |
| // W32: encoding: [0xc1,0x04,0x1c,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlt_f32 vcc_lo, 0.5, v2 |
| // W32: encoding: [0xf0,0x04,0x1c,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlt_f32 vcc_lo, -4.0, v2 |
| // W32: encoding: [0xf7,0x04,0x1c,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlt_f32 vcc_lo, 0xaf123456, v2 |
| // W32: encoding: [0xff,0x04,0x1c,0x7c,0x56,0x34,0x12,0xaf] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlt_f32 vcc_lo, 0x3f717273, v2 |
| // W32: encoding: [0xff,0x04,0x1c,0x7c,0x73,0x72,0x71,0x3f] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_nlt_f32 vcc_lo, v1, v255 |
| // W32: encoding: [0x01,0xff,0x1d,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_tru_f32 vcc, v1, v2 |
| // W64: encoding: [0x01,0x05,0x1e,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_tru_f32 vcc, v255, v2 |
| // W64: encoding: [0xff,0x05,0x1e,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_tru_f32 vcc, s1, v2 |
| // W64: encoding: [0x01,0x04,0x1e,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_tru_f32 vcc, s101, v2 |
| // W64: encoding: [0x65,0x04,0x1e,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_tru_f32 vcc, vcc_lo, v2 |
| // W64: encoding: [0x6a,0x04,0x1e,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_tru_f32 vcc, vcc_hi, v2 |
| // W64: encoding: [0x6b,0x04,0x1e,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_tru_f32 vcc, m0, v2 |
| // W64: encoding: [0x7c,0x04,0x1e,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_tru_f32 vcc, exec_lo, v2 |
| // W64: encoding: [0x7e,0x04,0x1e,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_tru_f32 vcc, exec_hi, v2 |
| // W64: encoding: [0x7f,0x04,0x1e,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_tru_f32 vcc, 0, v2 |
| // W64: encoding: [0x80,0x04,0x1e,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_tru_f32 vcc, -1, v2 |
| // W64: encoding: [0xc1,0x04,0x1e,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_tru_f32 vcc, 0.5, v2 |
| // W64: encoding: [0xf0,0x04,0x1e,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_tru_f32 vcc, -4.0, v2 |
| // W64: encoding: [0xf7,0x04,0x1e,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_tru_f32 vcc, 0xaf123456, v2 |
| // W64: encoding: [0xff,0x04,0x1e,0x7c,0x56,0x34,0x12,0xaf] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_tru_f32 vcc, 0x3f717273, v2 |
| // W64: encoding: [0xff,0x04,0x1e,0x7c,0x73,0x72,0x71,0x3f] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_tru_f32 vcc, v1, v255 |
| // W64: encoding: [0x01,0xff,0x1f,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_tru_f32 vcc_lo, v1, v2 |
| // W32: encoding: [0x01,0x05,0x1e,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_tru_f32 vcc_lo, v255, v2 |
| // W32: encoding: [0xff,0x05,0x1e,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_tru_f32 vcc_lo, s1, v2 |
| // W32: encoding: [0x01,0x04,0x1e,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_tru_f32 vcc_lo, s101, v2 |
| // W32: encoding: [0x65,0x04,0x1e,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_tru_f32 vcc_lo, vcc_lo, v2 |
| // W32: encoding: [0x6a,0x04,0x1e,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_tru_f32 vcc_lo, vcc_hi, v2 |
| // W32: encoding: [0x6b,0x04,0x1e,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_tru_f32 vcc_lo, m0, v2 |
| // W32: encoding: [0x7c,0x04,0x1e,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_tru_f32 vcc_lo, exec_lo, v2 |
| // W32: encoding: [0x7e,0x04,0x1e,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_tru_f32 vcc_lo, exec_hi, v2 |
| // W32: encoding: [0x7f,0x04,0x1e,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_tru_f32 vcc_lo, 0, v2 |
| // W32: encoding: [0x80,0x04,0x1e,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_tru_f32 vcc_lo, -1, v2 |
| // W32: encoding: [0xc1,0x04,0x1e,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_tru_f32 vcc_lo, 0.5, v2 |
| // W32: encoding: [0xf0,0x04,0x1e,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_tru_f32 vcc_lo, -4.0, v2 |
| // W32: encoding: [0xf7,0x04,0x1e,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_tru_f32 vcc_lo, 0xaf123456, v2 |
| // W32: encoding: [0xff,0x04,0x1e,0x7c,0x56,0x34,0x12,0xaf] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_tru_f32 vcc_lo, 0x3f717273, v2 |
| // W32: encoding: [0xff,0x04,0x1e,0x7c,0x73,0x72,0x71,0x3f] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_tru_f32 vcc_lo, v1, v255 |
| // W32: encoding: [0x01,0xff,0x1f,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f64 vcc, v[1:2], v[2:3] |
| // W64: encoding: [0x01,0x05,0x40,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f64 vcc, v[254:255], v[2:3] |
| // W64: encoding: [0xfe,0x05,0x40,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f64 vcc, s[2:3], v[2:3] |
| // W64: encoding: [0x02,0x04,0x40,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f64 vcc, s[4:5], v[2:3] |
| // W64: encoding: [0x04,0x04,0x40,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f64 vcc, s[100:101], v[2:3] |
| // W64: encoding: [0x64,0x04,0x40,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f64 vcc, vcc, v[2:3] |
| // W64: encoding: [0x6a,0x04,0x40,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f64 vcc, exec, v[2:3] |
| // W64: encoding: [0x7e,0x04,0x40,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f64 vcc, 0, v[2:3] |
| // W64: encoding: [0x80,0x04,0x40,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f64 vcc, -1, v[2:3] |
| // W64: encoding: [0xc1,0x04,0x40,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f64 vcc, 0.5, v[2:3] |
| // W64: encoding: [0xf0,0x04,0x40,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f64 vcc, -4.0, v[2:3] |
| // W64: encoding: [0xf7,0x04,0x40,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f64 vcc, 0xaf123456, v[2:3] |
| // W64: encoding: [0xff,0x04,0x40,0x7c,0x56,0x34,0x12,0xaf] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f64 vcc, 0x3f717273, v[2:3] |
| // W64: encoding: [0xff,0x04,0x40,0x7c,0x73,0x72,0x71,0x3f] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f64 vcc, v[1:2], v[254:255] |
| // W64: encoding: [0x01,0xfd,0x41,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f64 vcc_lo, v[1:2], v[2:3] |
| // W32: encoding: [0x01,0x05,0x40,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f64 vcc_lo, v[254:255], v[2:3] |
| // W32: encoding: [0xfe,0x05,0x40,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f64 vcc_lo, s[2:3], v[2:3] |
| // W32: encoding: [0x02,0x04,0x40,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f64 vcc_lo, s[4:5], v[2:3] |
| // W32: encoding: [0x04,0x04,0x40,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f64 vcc_lo, s[100:101], v[2:3] |
| // W32: encoding: [0x64,0x04,0x40,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f64 vcc_lo, vcc, v[2:3] |
| // W32: encoding: [0x6a,0x04,0x40,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f64 vcc_lo, exec, v[2:3] |
| // W32: encoding: [0x7e,0x04,0x40,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f64 vcc_lo, 0, v[2:3] |
| // W32: encoding: [0x80,0x04,0x40,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f64 vcc_lo, -1, v[2:3] |
| // W32: encoding: [0xc1,0x04,0x40,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f64 vcc_lo, 0.5, v[2:3] |
| // W32: encoding: [0xf0,0x04,0x40,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f64 vcc_lo, -4.0, v[2:3] |
| // W32: encoding: [0xf7,0x04,0x40,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f64 vcc_lo, 0xaf123456, v[2:3] |
| // W32: encoding: [0xff,0x04,0x40,0x7c,0x56,0x34,0x12,0xaf] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f64 vcc_lo, 0x3f717273, v[2:3] |
| // W32: encoding: [0xff,0x04,0x40,0x7c,0x73,0x72,0x71,0x3f] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_f_f64 vcc_lo, v[1:2], v[254:255] |
| // W32: encoding: [0x01,0xfd,0x41,0x7c] |
| // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lt_f64 vcc, v[1:2], v[2:3] |
| // W64: encoding: [0x01,0x05,0x42,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lt_f64 vcc, v[254:255], v[2:3] |
| // W64: encoding: [0xfe,0x05,0x42,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lt_f64 vcc, s[2:3], v[2:3] |
| // W64: encoding: [0x02,0x04,0x42,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lt_f64 vcc, s[4:5], v[2:3] |
| // W64: encoding: [0x04,0x04,0x42,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lt_f64 vcc, s[100:101], v[2:3] |
| // W64: encoding: [0x64,0x04,0x42,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lt_f64 vcc, vcc, v[2:3] |
| // W64: encoding: [0x6a,0x04,0x42,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lt_f64 vcc, exec, v[2:3] |
| // W64: encoding: [0x7e,0x04,0x42,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lt_f64 vcc, 0, v[2:3] |
| // W64: encoding: [0x80,0x04,0x42,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lt_f64 vcc, -1, v[2:3] |
| // W64: encoding: [0xc1,0x04,0x42,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lt_f64 vcc, 0.5, v[2:3] |
| // W64: encoding: [0xf0,0x04,0x42,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lt_f64 vcc, -4.0, v[2:3] |
| // W64: encoding: [0xf7,0x04,0x42,0x7c] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lt_f64 vcc, 0xaf123456, v[2:3] |
| // W64: encoding: [0xff,0x04,0x42,0x7c,0x56,0x34,0x12,0xaf] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lt_f64 vcc, 0x3f717273, v[2:3] |
| // W64: encoding: [0xff,0x04,0x42,0x7c,0x73,0x72,0x71,0x3f] |
| // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode |
| |
| v_cmp_lt_f64 vcc, v[1:2], v[254:255] |
| |