You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
42
external/llvm/test/MC/AMDGPU/sopk-err.s
vendored
42
external/llvm/test/MC/AMDGPU/sopk-err.s
vendored
@ -1,42 +0,0 @@
|
||||
// RUN: not llvm-mc -arch=amdgcn %s 2>&1 | FileCheck -check-prefix=GCN %s
|
||||
// RUN: not llvm-mc -arch=amdgcn -mcpu=tahiti %s 2>&1 | FileCheck -check-prefix=GCN -check-prefix=SI %s
|
||||
// RUN: not llvm-mc -arch=amdgcn -mcpu=tonga %s 2>&1 | FileCheck -check-prefix=GCN -check-prefix=VI %s
|
||||
|
||||
s_setreg_b32 0x1f803, s2
|
||||
// GCN: error: invalid immediate: only 16-bit values are legal
|
||||
|
||||
s_setreg_b32 hwreg(0x40), s2
|
||||
// GCN: error: invalid code of hardware register: only 6-bit values are legal
|
||||
|
||||
s_setreg_b32 hwreg(HW_REG_WRONG), s2
|
||||
// GCN: error: invalid symbolic name of hardware register
|
||||
|
||||
s_setreg_b32 hwreg(3,32,32), s2
|
||||
// GCN: error: invalid bit offset: only 5-bit values are legal
|
||||
|
||||
s_setreg_b32 hwreg(3,0,33), s2
|
||||
// GCN: error: invalid bitfield width: only values from 1 to 32 are legal
|
||||
|
||||
s_setreg_imm32_b32 0x1f803, 0xff
|
||||
// GCN: error: invalid immediate: only 16-bit values are legal
|
||||
|
||||
s_setreg_imm32_b32 hwreg(3,0,33), 0xff
|
||||
// GCN: error: invalid bitfield width: only values from 1 to 32 are legal
|
||||
|
||||
s_getreg_b32 s2, hwreg(3,32,32)
|
||||
// GCN: error: invalid bit offset: only 5-bit values are legal
|
||||
|
||||
s_cmpk_le_u32 s2, -1
|
||||
// GCN: error: invalid operand for instruction
|
||||
|
||||
s_cmpk_le_u32 s2, 0x1ffff
|
||||
// GCN: error: invalid operand for instruction
|
||||
|
||||
s_cmpk_le_u32 s2, 0x10000
|
||||
// GCN: error: invalid operand for instruction
|
||||
|
||||
s_mulk_i32 s2, 0xFFFFFFFFFFFF0000
|
||||
// GCN: error: invalid operand for instruction
|
||||
|
||||
s_mulk_i32 s2, 0x10000
|
||||
// GCN: error: invalid operand for instruction
|
Reference in New Issue
Block a user