ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
include
jit
clang_stdlib
clwbintrin.h
Go to the documentation of this file.
1
/*===---- clwbintrin.h - CLWB intrinsic ------------------------------------===
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 __IMMINTRIN_H
11
#error "Never use <clwbintrin.h> directly; include <immintrin.h> instead."
12
#endif
13
14
#ifndef __CLWBINTRIN_H
15
#define __CLWBINTRIN_H
16
17
/* Define the default attributes for the functions in this file. */
18
#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("clwb"
)))
19
31
static
__inline__
void
__DEFAULT_FN_ATTRS
32
_mm_clwb
(
void
const
*
__p
) {
33
__builtin_ia32_clwb(
__p
);
34
}
35
36
#undef __DEFAULT_FN_ATTRS
37
38
#endif
__p
static __inline unsigned char unsigned int unsigned int unsigned int * __p
Definition:
adxintrin.h:24
_mm_clwb
static __inline__ void __DEFAULT_FN_ATTRS _mm_clwb(void const *__p)
Writes back to memory the cache line (if modified) that contains the linear address specified in __p ...
Definition:
clwbintrin.h:32
__DEFAULT_FN_ATTRS
#define __DEFAULT_FN_ATTRS
Definition:
clwbintrin.h:18
Generated on Thu Oct 24 2024 09:40:09 for ETISS 0.8.0 by
1.9.1