* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git] / gas / testsuite / gas / cr16 / jcc_test.d
blobe192c9db0ac316bb4204724477d767a197fc8f9c
1 #as:
2 #objdump: -dr
3 #name: jcc_test
5 .*: +file format .*
7 Disassembly of section .text:
9 00000000 <main>:
10 0: 00 0a jeq \(r1,r0\)
11 2: 11 0a jne \(r2,r1\)
12 4: 32 0a jcc \(r3,r2\)
13 6: 33 0a jcc \(r4,r3\)
14 8: 44 0a jhi \(r5,r4\)
15 a: c5 0a jlt \(r6,r5\)
16 c: 66 0a jgt \(r7,r6\)
17 e: 87 0a jfs \(r8,r7\)
18 10: 98 0a jfc \(r9,r8\)
19 12: a9 0a jlo \(r10,r9\)
20 14: 4a 0a jhi \(r11,r10\)
21 16: c0 0a jlt \(r1,r0\)
22 18: d2 0a jge \(r3,r2\)
23 1a: e5 0a jump \(r6,r5\)
24 1c: f5 0a jusr \(r6,r5\)