Updated ARC assembler from arccores.com
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / bl.s
1 # bl test
2
3 text_label:
4
5 bl text_label
6 blal text_label
7 blra text_label
8 bleq text_label
9 blz text_label
10 blne text_label
11 blnz text_label
12 blpl text_label
13 blp text_label
14 blmi text_label
15 bln text_label
16 blcs text_label
17 blc text_label
18 bllo text_label
19 blcc text_label
20 blnc text_label
21 blhs text_label
22 blvs text_label
23 blv text_label
24 blvc text_label
25 blnv text_label
26 blgt text_label
27 blge text_label
28 bllt text_label
29 blle text_label
30 blhi text_label
31 blls text_label
32 blpnz text_label
33
34 bl.d text_label
35 bl.nd text_label
36 bl.jd text_label
37
38 bleq.d text_label
39 blne.nd text_label
40 blcc.jd text_label
This page took 0.031885 seconds and 5 git commands to generate.