[ARM] Support ARMv8.2 FP16 simd instructions
[deliverable/binutils-gdb.git] / gas / testsuite / gas / m32r / fslotx.s
CommitLineData
93c6c015
DE
1# Test the FILL-SLOT attribute.
2# The FILL-SLOT attribute ensures the next insn begins on a 32 byte boundary.
3# This is needed for example with bl because the subroutine will return
4# to a 32 bit boundary.
5
6 .text
7bcl:
8 bcl bcl
9 ldi r0,#8
10bcl_s:
11 bcl.s bcl_s
12 ldi r0,#8
13
14bncl:
15 bncl bncl
16 ldi r0,#8
17bncl_s:
18 bncl.s bncl_s
19 ldi r0,#8
This page took 0.679094 seconds and 4 git commands to generate.