1 ! RUN
: llvm-mc
%s
-arch
=sparc
-show-encoding | FileCheck
%s
--check-prefix
=SPARC32
2 ! RUN
: llvm-mc
%s
-arch
=sparcv9
-show-encoding | FileCheck
%s
--check-prefix
=SPARC64
4 ! '.proc' is documented to do nothing in the binutils assembler.
5 ! so it should do nothing for clang either
, i.e.
not be an error.
19 ! SPARC32
: .word 65536
20 ! SPARC64
: .word 65536
21 ! SPARC32
: .word 65536
22 ! SPARC64
: .word 65536
26 ! SPARC32
: .word 65536
27 ! SPARC64
: .xword 65536