![]() |
|
|||
0001 // SPDX-License-Identifier: GPL-2.0-only 0002 // Copyright (C) 2021 ARM Limited. 0003 0004 #include "sme-inst.h" 0005 0006 .arch_extension sve 0007 0008 .globl rdvl_sve 0009 rdvl_sve: 0010 hint 34 // BTI C 0011 rdvl x0, #1 0012 ret 0013 0014 .globl rdvl_sme 0015 rdvl_sme: 0016 hint 34 // BTI C 0017 0018 rdsvl 0, 1 0019 0020 ret
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |