huangcm
2025-02-24 69ed55dec4b2116a19e4cca4393cbc014fce5fb2
1
2
3
4
5
6
7
8
9
10
11
12
13
! RUN: not llvm-mc %s -arch=sparc   -show-encoding 2>&1 | FileCheck %s --check-prefix=SPARC32
! 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
 
        ! SPARC32:       error: unknown directive
        ! SPARC32-NEXT:  .xword 65536
        ! SPARC32-NEXT:  ^
 
        ! SPARC64:  .xword 65536
        .xword 65536
 
        ! SPARCV9:  .xword 65536
        .xword 65536