gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / ulh2.s
1 # Source file used to test the ulh and ulhu macros (harder).
2
3 .set noat
4
5 .text
6 text_label:
7
8 ulh $4,0($5) # warns
9 ulh $4,1($5) # warns
10
11 ulh $5,0($5) # warns
12 ulh $5,1($5) # warns
13
14 ulhu $4,0($5) # warns
15 ulhu $4,1($5) # warns
16
17 ulhu $5,0($5) # warns
18 ulhu $5,1($5) # warns
19
20 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
21 .space 8
This page took 0.029287 seconds and 4 git commands to generate.