clang  20.0.0git
riscv_ntlh.h
Go to the documentation of this file.
1 /*===---- riscv_ntlh.h - RISC-V NTLH intrinsics ----------------------------===
2  *
3  * Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4  * See https://llvm.org/LICENSE.txt for license information.
5  * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6  *
7  *===-----------------------------------------------------------------------===
8  */
9 
10 #ifndef __RISCV_NTLH_H
11 #define __RISCV_NTLH_H
12 
13 #ifndef __riscv_zihintntl
14 #error "NTLH intrinsics require the NTLH extension."
15 #endif
16 
17 enum {
22 };
23 
24 #define __riscv_ntl_load __builtin_riscv_ntl_load
25 #define __riscv_ntl_store __builtin_riscv_ntl_store
26 #endif
@ __RISCV_NTLH_ALL
Definition: riscv_ntlh.h:21
@ __RISCV_NTLH_INNERMOST_SHARED
Definition: riscv_ntlh.h:20
@ __RISCV_NTLH_INNERMOST_PRIVATE
Definition: riscv_ntlh.h:18
@ __RISCV_NTLH_ALL_PRIVATE
Definition: riscv_ntlh.h:19