xref: /aosp_15_r20/external/llvm/test/MC/Sparc/sparc-asm-errors.s (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker! RUN: not llvm-mc %s -arch=sparc   -show-encoding 2>&1 | FileCheck %s
2*9880d681SAndroid Build Coastguard Worker! RUN: not llvm-mc %s -arch=sparcv9 -show-encoding 2>&1 | FileCheck %s
3*9880d681SAndroid Build Coastguard Worker
4*9880d681SAndroid Build Coastguard Worker! Test the lower and upper bounds of 'set'
5*9880d681SAndroid Build Coastguard Worker        ! CHECK: argument must be between
6*9880d681SAndroid Build Coastguard Worker        set -2147483649, %o1
7*9880d681SAndroid Build Coastguard Worker        ! CHECK: argument must be between
8*9880d681SAndroid Build Coastguard Worker        set 4294967296, %o1
9