]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/d30v/opt.d
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / d30v / opt.d
1 #objdump: -ldr
2 #name: D30V optimization test
3 #as:
4
5 .*: +file format elf32-d30v
6
7 Disassembly of section .text:
8
9 00000000 <.text>:
10 0: 08801080 08803100 abs r1, r2 || abs r3, r4
11 8: 02900100 02901080 notfg f0, s || notfg f1, f2
12 10: 08801080 02901080 abs r1, r2 || notfg f1, f2
13 18: 08001083 82907000 add r1, r2, r3 -> notfg c, f0
14 20: 08001083 829001c0 add r1, r2, r3 -> notfg f0, c
15 28: 00080000 08801080 bra 28 || abs r1, r2
16 30: 00080000 08801080 bra 30 || abs r1, r2
17 38: 00280000 00f00000 bsr 38 || nop
18 40: 08801080 88801080 abs r1, r2 -> abs r1, r2
19 48: 00280000 08801080 bsr 48 || abs r1, r2
20 50: 04001083 85007209 ldb r1, \@\(r2, r3\) -> stb r7, \@\(r8, r9\)
21 58: 05007209 84001083 stb r7, \@\(r8, r9\) -> ldb r1, \@\(r2, r3\)
22 60: 04007209 84001083 ldb r7, \@\(r8, r9\) -> ldb r1, \@\(r2, r3\)
23 68: 05007209 85001083 stb r7, \@\(r8, r9\) -> stb r1, \@\(r2, r3\)