19990502 sourceware import
[deliverable/binutils-gdb.git] / gas / testsuite / gas / v850 / compare.s
1
2 .text
3 .global compare
4 compare:
5 cmp r5,r6
6 cmp 5,r6
7 setf v,r5
8 setf nv,r5
9 setf c,r5
10 setf l,r5
11 setf nc,r5
12 setf nl,r5
13 setf z,r5
14 setf nz,r5
15 setf nh,r5
16 setf h,r5
17 setf s,r5
18 setf n,r5
19 setf ns,r5
20 setf p,r5
21 setf t,r5
22 setf sa,r5
23 setf lt,r5
24 setf ge,r5
25 setf le,r5
26 setf gt,r5
27 tst r5,r6
28
This page took 0.030915 seconds and 5 git commands to generate.