File: ulw2-el-ilocks.d

package info (click to toggle)
binutils 2.25-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 240,432 kB
  • sloc: ansic: 1,327,513; asm: 553,096; cpp: 110,410; exp: 58,446; makefile: 51,977; sh: 19,499; yacc: 14,700; lisp: 13,606; perl: 1,791; lex: 1,626; pascal: 307; sed: 195; python: 154; awk: 26
file content (25 lines) | stat: -rw-r--r-- 890 bytes parent folder | download | duplicates (16)
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
#as: -EL -32
#objdump: -dr --prefix-addresses --show-raw-insn -M reg-names=numeric
#name: ulw2 -EL interlocked
#source: ulw2.s

# Further checks of ulw macro.
# XXX: note: when 'move' is changed to use 'or' rather than addu/daddu, the
# XXX: 'move' opcodes shown here (whose raw instruction fields are addu/daddu)
# XXX: should be changed to be 'or' instructions and this comment should be
# XXX: removed.

.*: +file format .*mips.*

Disassembly of section .text:
0+0000 <[^>]*> 88a40003 	lwl	\$4,3\(\$5\)
0+0004 <[^>]*> 98a40000 	lwr	\$4,0\(\$5\)
0+0008 <[^>]*> 88a40004 	lwl	\$4,4\(\$5\)
0+000c <[^>]*> 98a40001 	lwr	\$4,1\(\$5\)
0+0010 <[^>]*> 88a10003 	lwl	\$1,3\(\$5\)
0+0014 <[^>]*> 98a10000 	lwr	\$1,0\(\$5\)
0+0018 <[^>]*> 0020282[1d] 	move	\$5,\$1
0+001c <[^>]*> 88a10004 	lwl	\$1,4\(\$5\)
0+0020 <[^>]*> 98a10001 	lwr	\$1,1\(\$5\)
0+0024 <[^>]*> 0020282[1d] 	move	\$5,\$1
	\.\.\.