Add support for .extCondCode, .extCoreRegister and .extAuxRegister.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / textcondcode.d
1 #objdump: -dr
2
3 .*: +file format .*arc.*
4
5
6 Disassembly of section .text:
7
8 [0-9a-f]+ <.text>:
9 0: 23c0 00ed add.hi r3,r3,0x3
10 4: 24c0 012e add.ls r4,r4,0x4
11 8: 25c0 016f add.pnz r5,r5,0x5
12 c: 26c0 01b2 add.cctst r6,r6,0x6
13 10: 27c0 01f3 add.cstst r7,r7,0x7
This page took 0.030276 seconds and 4 git commands to generate.