bfd/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / micromips@and.d
1 #objdump: -dr --prefix-addresses --show-raw-insn
2 #name: MIPS and
3 #source: and.s
4 #as: -32
5
6 # Test the and macro (microMIPS).
7
8 .*: +file format .*mips.*
9
10 Disassembly of section \.text:
11 [0-9a-f]+ <[^>]*> d084 0000 andi a0,a0,0x0
12 [0-9a-f]+ <[^>]*> d084 0001 andi a0,a0,0x1
13 [0-9a-f]+ <[^>]*> d084 8000 andi a0,a0,0x8000
14 [0-9a-f]+ <[^>]*> 3020 8000 li at,-32768
15 [0-9a-f]+ <[^>]*> 0024 2250 and a0,a0,at
16 [0-9a-f]+ <[^>]*> 41a1 0001 lui at,0x1
17 [0-9a-f]+ <[^>]*> 0024 2250 and a0,a0,at
18 [0-9a-f]+ <[^>]*> 41a1 0001 lui at,0x1
19 [0-9a-f]+ <[^>]*> 5021 a5a5 ori at,at,0xa5a5
20 [0-9a-f]+ <[^>]*> 0024 2250 and a0,a0,at
21 [0-9a-f]+ <[^>]*> 5085 0000 ori a0,a1,0x0
22 [0-9a-f]+ <[^>]*> 0004 22d0 not a0,a0
23 [0-9a-f]+ <[^>]*> 5085 0001 ori a0,a1,0x1
24 [0-9a-f]+ <[^>]*> 0004 22d0 not a0,a0
25 [0-9a-f]+ <[^>]*> 5085 8000 ori a0,a1,0x8000
26 [0-9a-f]+ <[^>]*> 0004 22d0 not a0,a0
27 [0-9a-f]+ <[^>]*> 3020 8000 li at,-32768
28 [0-9a-f]+ <[^>]*> 0025 22d0 nor a0,a1,at
29 [0-9a-f]+ <[^>]*> 41a1 0001 lui at,0x1
30 [0-9a-f]+ <[^>]*> 0025 22d0 nor a0,a1,at
31 [0-9a-f]+ <[^>]*> 41a1 0001 lui at,0x1
32 [0-9a-f]+ <[^>]*> 5021 a5a5 ori at,at,0xa5a5
33 [0-9a-f]+ <[^>]*> 0025 22d0 nor a0,a1,at
34 [0-9a-f]+ <[^>]*> 5085 0000 ori a0,a1,0x0
35 [0-9a-f]+ <[^>]*> 7085 0000 xori a0,a1,0x0
36 \.\.\.
This page took 0.030428 seconds and 4 git commands to generate.