File: micromips%40and.d

package info (click to toggle)
binutils 2.31.1-12
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 307,644 kB
  • sloc: ansic: 1,161,122; asm: 638,494; cpp: 128,815; exp: 68,557; makefile: 55,828; sh: 22,360; yacc: 14,238; lisp: 13,272; perl: 2,111; ada: 1,681; lex: 1,652; pascal: 1,446; cs: 879; sed: 195; python: 154; xml: 95; awk: 25
file content (36 lines) | stat: -rw-r--r-- 1,250 bytes parent folder | download | duplicates (30)
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
#objdump: -dr --prefix-addresses --show-raw-insn
#name: MIPS and
#source: and.s
#as: -32

# Test the and macro (microMIPS).

.*: +file format .*mips.*

Disassembly of section \.text:
[0-9a-f]+ <[^>]*> d084 0000 	andi	a0,a0,0x0
[0-9a-f]+ <[^>]*> d084 0001 	andi	a0,a0,0x1
[0-9a-f]+ <[^>]*> d084 8000 	andi	a0,a0,0x8000
[0-9a-f]+ <[^>]*> 3020 8000 	li	at,-32768
[0-9a-f]+ <[^>]*> 0024 2250 	and	a0,a0,at
[0-9a-f]+ <[^>]*> 41a1 0001 	lui	at,0x1
[0-9a-f]+ <[^>]*> 0024 2250 	and	a0,a0,at
[0-9a-f]+ <[^>]*> 41a1 0001 	lui	at,0x1
[0-9a-f]+ <[^>]*> 5021 a5a5 	ori	at,at,0xa5a5
[0-9a-f]+ <[^>]*> 0024 2250 	and	a0,a0,at
[0-9a-f]+ <[^>]*> 5085 0000 	ori	a0,a1,0x0
[0-9a-f]+ <[^>]*> 0004 22d0 	not	a0,a0
[0-9a-f]+ <[^>]*> 5085 0001 	ori	a0,a1,0x1
[0-9a-f]+ <[^>]*> 0004 22d0 	not	a0,a0
[0-9a-f]+ <[^>]*> 5085 8000 	ori	a0,a1,0x8000
[0-9a-f]+ <[^>]*> 0004 22d0 	not	a0,a0
[0-9a-f]+ <[^>]*> 3020 8000 	li	at,-32768
[0-9a-f]+ <[^>]*> 0025 22d0 	nor	a0,a1,at
[0-9a-f]+ <[^>]*> 41a1 0001 	lui	at,0x1
[0-9a-f]+ <[^>]*> 0025 22d0 	nor	a0,a1,at
[0-9a-f]+ <[^>]*> 41a1 0001 	lui	at,0x1
[0-9a-f]+ <[^>]*> 5021 a5a5 	ori	at,at,0xa5a5
[0-9a-f]+ <[^>]*> 0025 22d0 	nor	a0,a1,at
[0-9a-f]+ <[^>]*> 5085 0000 	ori	a0,a1,0x0
[0-9a-f]+ <[^>]*> 7085 0000 	xori	a0,a1,0x0
	\.\.\.