x86: allow suffix-less movzw and 64-bit movzb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / d10v / instruction_packing-005.d
CommitLineData
8c2784a5
TR
1#objdump: -D
2#source: instruction_packing-005.s
3#as: -O
4
5.*: file format elf32-d10v
6
7Disassembly of section .text:
8
900000000 <foo>:
10 0: 36 df de 00 st r13, @-sp || nop
11 4: f0 0e 00 00 ld r0, @\(0x0, r14\)
12 8: e4 80 00 02 bl.l 10 <func_a>
13 c: 70 df cc 1a ld r13, @sp\+ -> jmp r13
14
1500000010 <func_a>:
16 10: 20 20 40 61 mv r2, r0 || ldi.s r3, 0x0
17 14: c6 12 80 00 and3 r1, r2, -0x8000
18 18: 01 31 a2 43 addi r3, 0x1 || slli r2, 0x1
19 1c: c2 10 80 00 cmpeqi.l r1, -0x8000
20 20: 60 02 0a 1f mv r0, r2 -> bnoti r0, 0xf
21 24: 22 20 de 00 mvf0t r2, r0 || nop
22 28: e3 30 00 08 cmpui r3, 0x8
23 2c: 65 fd 40 04 brf0t.s 14 <func_a\+0x4> -> mv r0, r2
24 30: 26 0d 5e 00 jmp r13 || nop
25Disassembly of section .data:
26
2700000000 <in_data>:
ba7f26d2 28 0: Address 0x0+ is out of bounds.
8c2784a5 29
This page took 0.587919 seconds and 4 git commands to generate.