New ARC implementation.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / xor.s
1 # xor test
2
3 xor r0,r1,r2
4 xor r26,fp,sp
5 xor ilink1,ilink2,blink
6
7 xor r0,r1,0
8 xor r0,0,r2
9 xor 0,r1,r2
10 xor r0,r1,-1
11 xor r0,-1,r2
12 xor r0,r1,255
13 xor r0,255,r2
14 xor r0,r1,-256
15 xor r0,-256,r2
16
17 xor r0,r1,256
18 xor r0,-257,r2
19
20 xor r0,256,256
21
22 xor r0,r1,foo
23
24 xor.al r0,r0,r2
25 xor.ra r3,r3,r5
26 xor.eq r6,r6,r8
27 xor.z r9,r9,r11
28 xor.ne r12,r12,r14
29 xor.nz r15,r15,r17
30 xor.pl r18,r18,r20
31 xor.p r21,r21,r23
32 xor.mi r24,r24,r26
33 xor.n r27,r27,r29
34 xor.cs r30,r30,r31
35 xor.c r3,r3,r3
36 xor.lo r3,r3,r8
37 xor.cc r3,r3,r4
38 xor.nc r4,r4,r4
39 xor.hs r4,r4,r7
40 xor.vs r4,r4,r5
41 xor.v r5,r5,r5
42 xor.vc r5,r5,r5
43 xor.nv r5,r5,r5
44 xor.gt r6,r6,r0
45 xor.ge r0,r0,0
46 xor.lt r1,r1,1
47 xor.hi r3,r3,3
48 xor.ls r4,r4,4
49 xor.pnz r5,r5,5
50
51 xor.f r0,r1,r2
52 xor.f r0,r1,1
53 xor.f r0,1,r2
54 xor.f 0,r1,r2
55 xor.f r0,r1,512
56 xor.f r0,512,r2
57
58 xor.eq.f r1,r1,r2
59 xor.ne.f r0,r0,0
60 xor.lt.f r2,r2,r2
61 xor.gt.f 0,1,2
62 xor.le.f 0,512,512
63 xor.ge.f 0,512,2
This page took 0.036399 seconds and 4 git commands to generate.