ETISS 0.11.2
ExtendableTranslatingInstructionSetSimulator(version0.11.2)
Loading...
Searching...
No Matches
include
jit
clang_stdlib
serializeintrin.h
Go to the documentation of this file.
1
/*===--------------- serializeintrin.h - serialize 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 __IMMINTRIN_H
11
#error "Never use <serializeintrin.h> directly; include <immintrin.h> instead."
12
#endif
13
14
#ifndef __SERIALIZEINTRIN_H
15
#define __SERIALIZEINTRIN_H
16
23
static
__inline__
void
24
__attribute__
((__always_inline__, __nodebug__, __target__(
"serialize"
)))
25
_serialize (
void
)
26
{
27
__builtin_ia32_serialize ();
28
}
29
30
#endif
/* __SERIALIZEINTRIN_H */
__attribute__
_Float16 __2f16 __attribute__((ext_vector_type(2)))
Zeroes the upper 128 bits (bits 255:128) of all YMM registers.
Definition
__clang_hip_libdevice_declares.h:294
Generated on Sat Nov 15 2025 19:30:09 for ETISS 0.11.2 by
1.9.8