2013-02-06 Sandra Loosemore <sandra@codesourcery.com>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / nios2 / cmp.s
1 # Source file used to test the compare instructions
2 foo:
3 cmpeq r11,r2,r3
4 cmpge r11,r2,r3
5 cmpgeu r11,r2,r3
6 cmplt r11,r2,r3
7 cmpltu r11,r2,r3
8 cmpne r11,r2,r3
9 # test that cmp generates relocations correctly
10 cmpgei r11,r2,value
11 cmpgeui r11,r2,value+0x200
12 cmplti r11,r2,value
13 cmpltui r11,r2,value+0x200
14
15 cmpgei r11,r2,0x7fff
16 cmpgeui r11,r2,0x8000
17 cmplti r11,r2,-0x8000
18 cmpltui r11,r2,0xFFFF
19 .global value
20
21
22
This page took 0.029749 seconds and 4 git commands to generate.