blob: 3ae7dee07edc18caf8dc6981bd7566a8563c7286 (
plain)
1
2
3
4
5
6
7
8
|
! RUN: llvm-mc %s -arch=sparc -show-encoding | FileCheck %s
! RUN: llvm-mc %s -arch=sparcv9 -show-encoding | FileCheck %s
! CHECK: unimp 0 ! encoding: [0x00,0x00,0x00,0x00]
unimp
! CHECK: unimp 0 ! encoding: [0x00,0x00,0x00,0x00]
unimp 0
|