x86: adjust {,E}VEX.W handling outside of 64-bit mode
[deliverable/binutils-gdb.git] / gas / testsuite / gas / avr / rmw.d
CommitLineData
af910977
DC
1#name: AVR RMW instructions
2#as: -mmcu=avrxmega2 -mrmw
3#objdump: -dr --show-raw-insn
4#target: avr-*-*
5
6.*: +file format elf32-avr
7
8Disassembly of section .text:
9
1000000000 <main>:
11 0: cf 93 push r28
12 2: df 93 push r29
13 4: cd b7 in r28, 0x3d ; 61
14 6: de b7 in r29, 0x3e ; 62
15 8: c4 92 xch Z, r12
16 a: c5 92 las Z, r12
17 c: c6 92 lac Z, r12
18 e: c7 92 lat Z, r12
19 10: 80 e0 ldi r24, 0x00 ; 0
20 12: 90 e0 ldi r25, 0x00 ; 0
21 14: df 91 pop r29
22 16: cf 91 pop r28
23 18: 08 95 ret
This page took 0.229684 seconds and 4 git commands to generate.