Home | History | Annotate | Download | only in sparc
      1 #as: -Av9 -32
      2 #objdump: -dr --prefix-addresses
      3 #name: sparc natural regs and insns
      4 
      5 .*: +file format .*
      6 
      7 Disassembly of section .text:
      8 0x00000000 b  %icc, 0x00000030
      9 0x00000004 nop
     10 0x00000008 ld  \[ %g1 \], %g2
     11 0x0000000c lda  \[ %g1 \] #ASI_AIUP, %g2
     12 0x00000010 st  %g1, \[ %g2 \]
     13 0x00000014 sta  %g1, \[ %g2 \] #ASI_AIUP
     14 0x00000018 sll  %g1, 0xa, %g2
     15 0x0000001c srl  %g1, 0xa, %g2
     16 0x00000020 sra  %g1, 0xa, %g2
     17 0x00000024 cas  \[ %g1 \], %g2, %g3
     18 0x00000028 casa  \[ %g1 \] #ASI_AIUP, %g2, %g3
     19 0x0000002c clr  \[ %g1 \]
     20 0x00000030 nop
     21