MIPS: Add Global INValidate ASE support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / micromips@add.d
CommitLineData
df58fc94
RS
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
10Disassembly 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
7361da2c 22 \.\.\.
This page took 0.608138 seconds and 4 git commands to generate.