[GAS][ARM][3/3]Add armv8.2 fp16 scalar instruction support. Based on SE_H instruction...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / nios2 / align_fill.s
CommitLineData
36591ba1
SL
1 .file "a.c"
2 .section .text
3 .align 3
4 .global x
5 .type x, @function
6x:
7 addi sp, sp, -8
8 stw fp, 4(sp)
9 mov fp, sp
10 mov r3, zero
11 .align 5
12.L6:
13 addi r3, r3, 1
14 cmplti r2, r3, 100
15 bne r2, zero, .L6
16 ldw fp, 4(sp)
17 addi sp, sp, 8
18 ret
19 .size x, .-x
20 .ident "GCC: (GNU) 3.3.3 (Altera Nios II 1.0 b302)"
This page took 0.147321 seconds and 4 git commands to generate.