gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / aent.s
CommitLineData
7c0fc524
MR
1 .text
2
3 .globl foo
4 .ent foo
5foo:
6 sllv $2, $4, $6
7 srav $8, $10, $12
8
9 .globl bar
10 .aent bar
11bar:
12 sllv $2, $4, $6
13 srav $8, $10, $12
14
15 .end foo
16 .size foo, . - foo
17
18# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
19 .space 8
This page took 0.185845 seconds and 4 git commands to generate.