MIPS/GAS/testsuite: Correct whitespace issues with Loongson tests
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / r5900@isa-override-1.s
1 .text
2 .globl foo
3 .ent foo
4 foo:
5 ld $2, 0($4)
6 or $2, 0x89ab0000
7 .set push
8 .set mips3
9 ld $2, 0($4)
10 or $2, 0x89ab0000
11 dli $2, 0x9000000080000000
12 .set mips0
13 ld $2, 0($4)
14 or $2, 0x89ab0000
15 .set mips3
16 .set pop
17 ld $2, 0($4)
18 or $2, 0x89ab0000
19 .end foo
20
21 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
22 .align 4, 0
23 .space 16
This page took 0.030981 seconds and 4 git commands to generate.