File: micromips%40daddi.d

package info (click to toggle)
binutils-avr 2.26.20160125%2BAtmel3.6.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 365,552 kB
  • sloc: ansic: 2,480,046; asm: 892,807; exp: 188,218; cpp: 133,829; makefile: 63,886; sh: 32,212; yacc: 26,783; lisp: 16,709; xml: 7,490; perl: 6,449; python: 4,555; ada: 4,318; pascal: 3,174; lex: 2,250; cs: 879; sed: 334; f90: 298; awk: 168; objc: 134; java: 73; fortran: 43
file content (31 lines) | stat: -rw-r--r-- 1,106 bytes parent folder | download | duplicates (32)
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
#objdump: -dr --prefix-addresses --show-raw-insn
#name: MIPS DADDI instruction
#as: -32 --defsym micromips=1
#source: daddi.s

# Check MIPS DADDI instruction assembly (microMIPS).

.*: +file format .*mips.*

Disassembly of section \.text:
[0-9a-f]+ <[^>]*> 5862 7fdc 	daddi	v1,v0,511
[0-9a-f]+ <[^>]*> 58a4 801c 	daddi	a1,a0,-512
[0-9a-f]+ <[^>]*> 3020 0200 	li	at,512
[0-9a-f]+ <[^>]*> 5826 3910 	dadd	a3,a2,at
[0-9a-f]+ <[^>]*> 3020 fdff 	li	at,-513
[0-9a-f]+ <[^>]*> 5828 4910 	dadd	t1,t0,at
[0-9a-f]+ <[^>]*> 3020 7fff 	li	at,32767
[0-9a-f]+ <[^>]*> 582a 5910 	dadd	t3,t2,at
[0-9a-f]+ <[^>]*> 3020 8000 	li	at,-32768
[0-9a-f]+ <[^>]*> 582c 6910 	dadd	t5,t4,at
[0-9a-f]+ <[^>]*> 5020 8000 	li	at,0x8000
[0-9a-f]+ <[^>]*> 582e 7910 	dadd	t7,t6,at
[0-9a-f]+ <[^>]*> 41a1 ffff 	lui	at,0xffff
[0-9a-f]+ <[^>]*> 5021 7fff 	ori	at,at,0x7fff
[0-9a-f]+ <[^>]*> 5830 8910 	dadd	s1,s0,at
[0-9a-f]+ <[^>]*> 5020 8200 	li	at,0x8200
[0-9a-f]+ <[^>]*> 5832 9910 	dadd	s3,s2,at
[0-9a-f]+ <[^>]*> 41a1 ffff 	lui	at,0xffff
[0-9a-f]+ <[^>]*> 5021 7dff 	ori	at,at,0x7dff
[0-9a-f]+ <[^>]*> 5834 a910 	dadd	s5,s4,at
	\.\.\.