[ARM] Support ARMv8.2 FP16 simd instructions
[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 nop_s
36 bl.nd text_label
37 nop_s
38
39 bleq.d text_label
40 nop_s
41 blne.nd text_label
42 nop_s
43 blcc.d text_label
44 nop_s
This page took 0.031606 seconds and 4 git commands to generate.