xref: /linux/tools/testing/selftests/arm64/fp/rdvl.S (revision defec178df76e0caadd4e8ef68f3d655a2088198)
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