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