Add support for the Infineon XC16X.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-xc16x / pcreloc.s
1 .global _start
2 _start:
3 mov r5,#0xf
4 mov r6,#0xf
5 mov r7,#0xf
6 mov r8,#0xf
7 mov r9,#0xf
8 mov r10,#0xf
9 mov r11,#0xf
10 mov r12,#0xf
11 .12:
12 jmpr cc_Z,.13
13 jmpr cc_NZ,.12
14 jmpr cc_C,.12
15 jmpr cc_C,0x45
16 jmpr cc_NC,.end
17 jmpr cc_UC,.end
18 jmpr cc_EQ,.end
19 jmpr cc_NE,.end
20 .13:
21 jmpr cc_ULE,.end
22 jmpr cc_SGE,.end
23 jmpr cc_SLE,.end
24 .end:
25 jmpr cc_NET,.12
26 callr .end
27 callr .end
This page took 0.0311 seconds and 4 git commands to generate.