drm/atomic-helper: document drm_atomic_helper_check() restrictions
[drm/drm-misc.git] / tools / testing / selftests / arm64 / fp / rdvl.S
blob20dc29996dc69e962e6f1fde7b4098eeb94ccce3
1 // SPDX-License-Identifier: GPL-2.0-only
2 // Copyright (C) 2021 ARM Limited.
4 #include "sme-inst.h"
6 .arch_extension sve
8 .globl rdvl_sve
9 rdvl_sve:
10         hint    34                      // BTI C
11         rdvl    x0, #1
12         ret
14 .globl rdvl_sme
15 rdvl_sme:
16         hint    34                      // BTI C
18         rdsvl   0, 1
20         ret