Add support for MIPS R6.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / micromips@add.d
1 #objdump: -dr --prefix-addresses --show-raw-insn
2 #name: MIPS add
3 #source: add.s
4 #as: -32
5
6 # Test the add macro (microMIPS).
7
8 .*: +file format .*mips.*
9
10 Disassembly of section \.text:
11 [0-9a-f]+ <[^>]*> 1084 0000 addi a0,a0,0
12 [0-9a-f]+ <[^>]*> 1084 0001 addi a0,a0,1
13 [0-9a-f]+ <[^>]*> 5020 8000 li at,0x8000
14 [0-9a-f]+ <[^>]*> 0024 2110 add a0,a0,at
15 [0-9a-f]+ <[^>]*> 1084 8000 addi a0,a0,-32768
16 [0-9a-f]+ <[^>]*> 41a1 0001 lui at,0x1
17 [0-9a-f]+ <[^>]*> 0024 2110 add 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 2110 add a0,a0,at
21 [0-9a-f]+ <[^>]*> 3084 0001 addiu a0,a0,1
22 \.\.\.
This page took 0.029549 seconds and 4 git commands to generate.