[AVX512] Add vpermil variable version
[oota-llvm.git] / test / MC / Sparc / sparc-directive-xword.s
1 ! RUN: not llvm-mc %s -arch=sparc   -show-encoding 2>&1 | FileCheck %s --check-prefix=SPARC32
2 ! RUN: llvm-mc %s -arch=sparcv9 -show-encoding | FileCheck %s --check-prefix=SPARC64
3
4         ! SPARC32:       error: unknown directive
5         ! SPARC32-NEXT:  .xword 65536
6         ! SPARC32-NEXT:  ^
7
8         ! SPARC64:  .xword 65536
9         .xword 65536
10