reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
    1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22
   23
   24
   25
   26
   27
   28
   29
   30
   31
   32
   33
   34
   35
   36
   37
   38
   39
   40
   41
   42
   43
   44
   45
   46
# RUN: llvm-mc --disassemble %s -triple=sparc-unknown-linux | FileCheck %s

# CHECK: wr %g1, -2, %y
0x81 0x80 0x7f 0xfe

# CHECK: rd %y, %i0
0xb1 0x40 0x00 0x00

# CHECK: rd %asr1, %i0
0xb1 0x40 0x40 0x00

# CHECK: wr %i0, 5, %y
0x81 0x86 0x20 0x05

# CHECK: wr %i0, %i1, %asr15
0x9f 0x86 0x00 0x19

# CHECK: rd %psr, %i0
0xb1 0x48 0x00 0x00

# CHECK: rd %wim, %i0
0xb1 0x50 0x00 0x00

# CHECK: rd %tbr, %i0
0xb1 0x58 0x00 0x00

# CHECK: wr %i0, 5, %psr
0x81 0x8e 0x20 0x05

# CHECK: wr %i0, 5, %wim
0x81 0x96 0x20 0x05

# CHECK: wr %i0, 5, %tbr
0x81 0x9e 0x20 0x05

# CHECK: st %fsr, [%i5]
0xc1 0x2f 0x40 0x00

# CHECK: st %csr, [%i5]
0xc1 0xaf 0x40 0x00

# CHECK: std %cq, [%o3+-93]
0xc1 0xb2 0xff 0xa3

# CHECK: std %fq, [%i5+%l1]
0xc1 0x37 0x40 0x11