Add support for Andes NDS32:
[deliverable/binutils-gdb.git] / gas / testsuite / gas / cris / scc.s
CommitLineData
a471a06b
HPN
1; sCC
2
3 .text
0465aa2f 4 .syntax no_register_prefix
a471a06b
HPN
5start:
6 scc r1
7 shs r0 ; same as scc
8 scs r5
9 slo r13 ; same as scs
10 sne r7
11 seq r9
12 svc r10
13 svs r11
14 spl r3
15 smi r4
16 sls r8
17 shi r12
18 sge r2
19 slt r4
20 sgt r12
21 sle r8
22 sa r1
23 sext r11
24 swf r8
25; Add new condition names here, not above.
26end:
This page took 0.574058 seconds and 4 git commands to generate.