2014-03-01 10:18:04 +08:00
|
|
|
! RUN: not llvm-mc %s -arch=sparc -show-encoding 2>&1 | FileCheck %s --check-prefix=SPARC32
|
2015-08-06 23:44:12 +08:00
|
|
|
! RUN: llvm-mc %s -triple sparc64 -show-encoding | FileCheck %s --check-prefix=SPARC64
|
|
|
|
! RUN: llvm-mc %s -triple sparcv9 -show-encoding | FileCheck %s --check-prefix=SPARCV9
|
2014-03-01 10:18:04 +08:00
|
|
|
|
|
|
|
! SPARC32: error: unknown directive
|
|
|
|
! SPARC32-NEXT: .xword 65536
|
|
|
|
! SPARC32-NEXT: ^
|
|
|
|
|
|
|
|
! SPARC64: .xword 65536
|
|
|
|
.xword 65536
|
|
|
|
|
2015-08-06 23:44:12 +08:00
|
|
|
! SPARCV9: .xword 65536
|
|
|
|
.xword 65536
|