bfd/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / trap20.s
1 # Source file used to test the 20-bit trap instructions
2 foo:
3 teq $0,$3
4 teq $0,$3,1
5 tge $0,$3
6 tge $0,$3,3
7 tgeu $0,$3
8 tgeu $0,$3,7
9 tlt $0,$3
10 tlt $0,$3,31
11 tltu $0,$3
12 tltu $0,$3,255
13 tne $0,$3
14 tne $0,$3,1023
15
16 # force some padding, to make objdump consistently report that there's some
17 # here...
18 .space 8
This page took 0.02872 seconds and 4 git commands to generate.