x86-64: fix handling of PUSH/POP of segment register
[deliverable/binutils-gdb.git] / gas / testsuite / gas / cr16 / jcc_test.s
1 .text
2 .global main
3 main:
4 ##########
5 # JCond regp
6 ##########
7 jeq (r1,r0)
8 jne (r2,r1)
9 jcc (r3,r2)
10 jcc (r4,r3)
11 jhi (r5,r4)
12 jlt (r6,r5)
13 jgt (r7,r6)
14 jfs (r8,r7)
15 jfc (r9,r8)
16 jlo (r10,r9)
17 jhi (r11,r10)
18 jlt (r1,r0)
19 jge (r3,r2)
20 jump (r6,r5)
21 jusr (r6,r5)
This page took 0.033294 seconds and 4 git commands to generate.