Upload Tizen:Base source
[external/binutils.git] / gas / testsuite / gas / mips / aent.s
1         .text
2
3         .globl  foo
4         .ent    foo
5 foo:
6         sllv    $2, $4, $6
7         srav    $8, $10, $12
8
9         .globl  bar
10         .aent   bar
11 bar:
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