blob: 688ed11b4f629797857aedfe351b6fa8bc387f83 [file] [log] [blame]
#objdump: -d --prefix-addresses
#name: nds32 load-store instructions
#as:
# Test ls instructions
.*: file format .*
Disassembly of section .text:
0+0000 <[^>]*> lw \$r0, \[\$r1 \+ \(\$r2 << 1\)\]
0+0004 <[^>]*> lh \$r0, \[\$r1 \+ \(\$r2 << 1\)\]
0+0008 <[^>]*> lhs \$r0, \[\$r1 \+ \(\$r2 << 1\)\]
0+000c <[^>]*> lb \$r0, \[\$r1 \+ \(\$r2 << 1\)\]
0+0010 <[^>]*> lbs \$r0, \[\$r1 \+ \(\$r2 << 1\)\]
0+0014 <[^>]*> sw \$r0, \[\$r1 \+ \(\$r2 << 1\)\]
0+0018 <[^>]*> sh \$r0, \[\$r1 \+ \(\$r2 << 1\)\]
0+001c <[^>]*> sb \$r0, \[\$r1 \+ \(\$r2 << 1\)\]
0+0020 <[^>]*> lw.bi \$r0, \[\$r1\], \(\$r2 << 1\)
0+0024 <[^>]*> lh.bi \$r0, \[\$r1\], \(\$r2 << 1\)
0+0028 <[^>]*> lhs.bi \$r0, \[\$r1\], \(\$r2 << 1\)
0+002c <[^>]*> lb.bi \$r0, \[\$r1\], \(\$r2 << 1\)
0+0030 <[^>]*> lbs.bi \$r0, \[\$r1\], \(\$r2 << 1\)
0+0034 <[^>]*> sw.bi \$r0, \[\$r1\], \(\$r2 << 1\)
0+0038 <[^>]*> sh.bi \$r0, \[\$r1\], \(\$r2 << 1\)
0+003c <[^>]*> sb.bi \$r0, \[\$r1\], \(\$r2 << 1\)