brintos

brintos / llvm-project-archived public Read only

0
0
Text · 364 B · d3eb7c6 Raw
11 lines · plain
1! RUN: llvm-mc %s -triple=sparc -mcpu=gr740 -show-encoding | FileCheck %s2 3    ! CHECK: pwr %g0, 0, %psr                ! encoding: [0x83,0x88,0x20,0x00]4    pwr 0, %psr5 6    ! CHECK: pwr %g0, %l7, %psr              ! encoding: [0x83,0x88,0x00,0x17]7    pwr %l7, %psr8 9    ! CHECK: pwr %g0, 32, %psr              ! encoding: [0x83,0x88,0x20,0x20]10    pwr 32, %psr11