Tighten the constraints for warning about NOPs for the MSP 430 ISA, so NOPs are only...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / msp430 / nop-eint-430x-silent.d
1 #name: Silent EINT NOP Insertions (MSP430X CPU)
2 #source: nop-eint.s
3 #as: -mY -mn -mcpu=430x
4 #objdump: -d --prefix-addresses --show-raw-insn
5
6 .*: +file format .*msp.*
7
8
9 Disassembly of section .text:
10 0x0+0000 03 43[ ]+nop[ ]+
11 0x0+0002 32 d2[ ]+eint[ ]+
12 0x0+0004 03 43[ ]+nop[ ]+
13 0x0+0006 1a 42 00 00[ ]+mov &0x0000,r10 ;0x0000
14 0x0+000a 03 43[ ]+nop[ ]+
15 0x0+000c 32 d2[ ]+eint[ ]+
16 0x0+000e 03 43[ ]+nop[ ]+
17 0x0+0010 1a 42 00 00[ ]+mov &0x0000,r10 ;0x0000
18 0x0+0014 03 43[ ]+nop[ ]+
19 0x0+0016 32 d2[ ]+eint[ ]+
20 0x0+0018 03 43[ ]+nop[ ]+
21 0x0+001a 1a 42 00 00[ ]+mov &0x0000,r10 ;0x0000
22 0x0+001e 03 43[ ]+nop[ ]+
23 0x0+0020 32 42[ ]+mov #8, r2 ;r2 As==11
24 0x0+0022 03 43[ ]+nop[ ]+
25 0x0+0024 1a 42 00 00[ ]+mov &0x0000,r10 ;0x0000
26 0x0+0028 03 43[ ]+nop[ ]+
27 0x0+002a 32 40 0f 00[ ]+mov #15, r2 ;#0x000f
28 0x0+002e 03 43[ ]+nop[ ]+
29 0x0+0030 1a 42 00 00[ ]+mov &0x0000,r10 ;0x0000
30 0x0+0034 03 43[ ]+nop[ ]+
31 0x0+0036 32 43[ ]+mov #-1, r2 ;r3 As==11
32 0x0+0038 03 43[ ]+nop[ ]+
33 0x0+003a 1a 42 00 00[ ]+mov &0x0000,r10 ;0x0000
34 0x0+003e 03 43[ ]+nop[ ]+
35 0x0+0040 32 d2[ ]+eint[ ]+
36 0x0+0042 03 43[ ]+nop[ ]+
37 0x0+0044 32 c2[ ]+dint[ ]+
38 0x0+0046 03 43[ ]+nop[ ]+
39 0x0+0048 1a 42 00 00[ ]+mov &0x0000,r10 ;0x0000
40 0x0+004c 32 c2[ ]+dint[ ]+
41 0x0+004e 03 43[ ]+nop[ ]+
42 0x0+0050 32 d2[ ]+eint[ ]+
43 0x0+0052 03 43[ ]+nop[ ]+
44 0x0+0054 1a 42 00 00[ ]+mov &0x0000,r10 ;0x0000
45 0x0+0058 03 43[ ]+nop[ ]+
46 0x0+005a 32 d2[ ]+eint[ ]+
47 0x0+005c 03 43[ ]+nop[ ]+
This page took 0.031623 seconds and 4 git commands to generate.