xref: /openbmc/linux/tools/testing/selftests/arm64/fp/rdvl.S (revision c83eeec79ff64f777cbd59a8bd15d0a3fe1f92c0)
1// SPDX-License-Identifier: GPL-2.0-only
2// Copyright (C) 2021 ARM Limited.
3
4.arch_extension sve
5
6.globl rdvl_sve
7rdvl_sve:
8	hint	34			// BTI C
9	rdvl	x0, #1
10	ret
11