x86-64/Intel: fix CALL/JMP with dword operand
[deliverable/binutils-gdb.git] / gas / testsuite / gas / lm32 / csr.d
1 #as:
2 #objdump: -d
3 #name: csr
4
5 .*: file format elf32-lm32.*
6
7 Disassembly of section .text:
8
9 00000000 <.text>:
10 0: d0 00 00 00 wcsr IE,r0
11 4: d0 1f 00 00 wcsr IE,ba
12 8: d0 20 00 00 wcsr IM,r0
13 c: d0 3f 00 00 wcsr IM,ba
14 10: d0 60 00 00 wcsr ICC,r0
15 14: d0 7f 00 00 wcsr ICC,ba
16 18: d0 80 00 00 wcsr DCC,r0
17 1c: d0 9f 00 00 wcsr DCC,ba
18 20: 90 00 00 00 rcsr r0,IE
19 24: 90 00 f8 00 rcsr ba,IE
20 28: 90 20 00 00 rcsr r0,IM
21 2c: 90 20 f8 00 rcsr ba,IM
22 30: 90 40 00 00 rcsr r0,IP
23 34: 90 40 f8 00 rcsr ba,IP
24 38: 90 a0 00 00 rcsr r0,CC
25 3c: 90 a0 f8 00 rcsr ba,CC
26 40: 90 c0 00 00 rcsr r0,CFG
27 44: 90 c0 f8 00 rcsr ba,CFG
This page took 0.035286 seconds and 4 git commands to generate.