4dfc57e1f4e94d7643dec2114149771f5806c2c4
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / and.s
1 # Source file used to test the and macro.
2
3 foo:
4 and $4,$4,0
5 and $4,$4,1
6 and $4,$4,0x8000
7 and $4,$4,-0x8000
8 and $4,$4,0x10000
9 and $4,$4,0x1a5a5
10
11 # nor, or, and xor are handled by the same code. There is a special
12 # case for nor, so we test all variants.
13
14 nor $4,$5,0
15 nor $4,$5,1
16 nor $4,$5,0x8000
17 nor $4,$5,-0x8000
18 nor $4,$5,0x10000
19 nor $4,$5,0x1a5a5
20
21 or $4,$5,0
22
23 xor $4,$5,0
24
25 # Round to a 16 byte boundary, for ease in testing multiple targets.
26 nop
27 nop
28 nop
This page took 0.030017 seconds and 3 git commands to generate.