Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / MC / Sparc / leon-pwrpsr-instruction.s
blobd3eb7c6cd3d42c27920e24dd3612e7fa76aa89bc
1 ! RUN: llvm-mc %s -triple=sparc -mcpu=gr740 -show-encoding | FileCheck %s
3 ! CHECK: pwr %g0, 0, %psr ! encoding: [0x83,0x88,0x20,0x00]
4 pwr 0, %psr
6 ! CHECK: pwr %g0, %l7, %psr ! encoding: [0x83,0x88,0x00,0x17]
7 pwr %l7, %psr
9 ! CHECK: pwr %g0, 32, %psr ! encoding: [0x83,0x88,0x20,0x20]
10 pwr 32, %psr