Crate llvmint [−] [src]
Bindings to (almost) all LLVM intrinsics.
Intrinsics are categorised into modules by the architecture on which they are supported (however, see Platform support for a caveat), with certain intrinsics available at the top level. These are raw bindings and absolutely zero error checking is performed.
Naming
The intrinsics are named entirely for their internal LLVM names,
with the llvm
prefix stripped, .
replaced by _
and, if it
exists, a platform prefix replaced by being placed in a module of
that name. For example, llvm.adjust.trampoline
becomes
::adjust_trampoline
and llvm.x86.addcarry.u32
becomes
::x86::addcarry_u32
.
Many of these intrinsics have corresponding intrinsics exposed by
GCC/Clang in C/C++, these names are listed in
gcc_names
.
Platform support
An intrinsic being available in a certain module (or at the top
level) does not guarantee that it is supported on all CPUs of that
architecture (resp. all CPUs), e.g. the x86::avx512_...
intrinsics are only supported on the very latest x86-64 CPUs, not
on older x86 processors.
Using an intrinsic in a configuration that is not supported will likely cause LLVM assertions or general badness along those lines.
Modules
AMDGPU |
LLVM intrinsics for the AMDGPU architecture. |
aarch64 |
LLVM intrinsics for the aarch64 architecture. |
arm |
LLVM intrinsics for the arm architecture. |
cuda |
LLVM intrinsics for the cuda architecture. |
gcc_names |
Listing of the corresponding name(s) of many GCC intrinsics, for reference/search purposes. |
hexagon |
LLVM intrinsics for the hexagon architecture. |
mips |
LLVM intrinsics for the mips architecture. |
nvvm |
LLVM intrinsics for the nvvm architecture. |
ppc |
LLVM intrinsics for the ppc architecture. |
ptx |
LLVM intrinsics for the ptx architecture. |
x86 |
LLVM intrinsics for the x86 architecture. |
xcore |
LLVM intrinsics for the xcore architecture. |
Functions
adjust_trampoline |
The |
annotation_i16 |
The |
annotation_i32 |
The |
annotation_i64 |
The |
annotation_i8 |
The |
annotation_v16i8 |
The |
annotation_v2i64 |
The |
annotation_v4i32 |
The |
annotation_v8i16 |
The |
assume |
The |
bswap_i16 |
The |
bswap_i32 |
The |
bswap_i64 |
The |
bswap_i8 |
The |
bswap_v16i8 |
The |
bswap_v2i64 |
The |
bswap_v4i32 |
The |
bswap_v8i16 |
The |
ceil_f32 |
The |
ceil_f64 |
The |
ceil_v2f64 |
The |
ceil_v4f32 |
The |
clear_cache |
The |
convert_from_fp16_f32 |
The |
convert_from_fp16_f64 |
The |
convert_from_fp16_v2f64 |
The |
convert_from_fp16_v4f32 |
The |
convert_to_fp16_f32 |
The |
convert_to_fp16_f64 |
The |
convert_to_fp16_v2f64 |
The |
convert_to_fp16_v4f32 |
The |
convertff_f32_f32 |
The |
convertff_f32_f64 |
The |
convertff_f32_v2f64 |
The |
convertff_f32_v4f32 |
The |
convertff_f64_f32 |
The |
convertff_f64_f64 |
The |
convertff_f64_v2f64 |
The |
convertff_f64_v4f32 |
The |
convertff_v2f64_f32 |
The |
convertff_v2f64_f64 |
The |
convertff_v2f64_v2f64 |
The |
convertff_v2f64_v4f32 |
The |
convertff_v4f32_f32 |
The |
convertff_v4f32_f64 |
The |
convertff_v4f32_v2f64 |
The |
convertff_v4f32_v4f32 |
The |
convertfsi_f32_i16 |
The |
convertfsi_f32_i32 |
The |
convertfsi_f32_i64 |
The |
convertfsi_f32_i8 |
The |
convertfsi_f32_v16i8 |
The |
convertfsi_f32_v2i64 |
The |
convertfsi_f32_v4i32 |
The |
convertfsi_f32_v8i16 |
The |
convertfsi_f64_i16 |
The |
convertfsi_f64_i32 |
The |
convertfsi_f64_i64 |
The |
convertfsi_f64_i8 |
The |
convertfsi_f64_v16i8 |
The |
convertfsi_f64_v2i64 |
The |
convertfsi_f64_v4i32 |
The |
convertfsi_f64_v8i16 |
The |
convertfsi_v2f64_i16 |
The |
convertfsi_v2f64_i32 |
The |
convertfsi_v2f64_i64 |
The |
convertfsi_v2f64_i8 |
The |
convertfsi_v2f64_v16i8 |
The |
convertfsi_v2f64_v2i64 |
The |
convertfsi_v2f64_v4i32 |
The |
convertfsi_v2f64_v8i16 |
The |
convertfsi_v4f32_i16 |
The |
convertfsi_v4f32_i32 |
The |
convertfsi_v4f32_i64 |
The |
convertfsi_v4f32_i8 |
The |
convertfsi_v4f32_v16i8 |
The |
convertfsi_v4f32_v2i64 |
The |
convertfsi_v4f32_v4i32 |
The |
convertfsi_v4f32_v8i16 |
The |
convertfui_f32_i16 |
The |
convertfui_f32_i32 |
The |
convertfui_f32_i64 |
The |
convertfui_f32_i8 |
The |
convertfui_f32_v16i8 |
The |
convertfui_f32_v2i64 |
The |
convertfui_f32_v4i32 |
The |
convertfui_f32_v8i16 |
The |
convertfui_f64_i16 |
The |
convertfui_f64_i32 |
The |
convertfui_f64_i64 |
The |
convertfui_f64_i8 |
The |
convertfui_f64_v16i8 |
The |
convertfui_f64_v2i64 |
The |
convertfui_f64_v4i32 |
The |
convertfui_f64_v8i16 |
The |
convertfui_v2f64_i16 |
The |
convertfui_v2f64_i32 |
The |
convertfui_v2f64_i64 |
The |
convertfui_v2f64_i8 |
The |
convertfui_v2f64_v16i8 |
The |
convertfui_v2f64_v2i64 |
The |
convertfui_v2f64_v4i32 |
The |
convertfui_v2f64_v8i16 |
The |
convertfui_v4f32_i16 |
The |
convertfui_v4f32_i32 |
The |
convertfui_v4f32_i64 |
The |
convertfui_v4f32_i8 |
The |
convertfui_v4f32_v16i8 |
The |
convertfui_v4f32_v2i64 |
The |
convertfui_v4f32_v4i32 |
The |
convertfui_v4f32_v8i16 |
The |
convertsif_i16_f32 |
The |
convertsif_i16_f64 |
The |
convertsif_i16_v2f64 |
The |
convertsif_i16_v4f32 |
The |
convertsif_i32_f32 |
The |
convertsif_i32_f64 |
The |
convertsif_i32_v2f64 |
The |
convertsif_i32_v4f32 |
The |
convertsif_i64_f32 |
The |
convertsif_i64_f64 |
The |
convertsif_i64_v2f64 |
The |
convertsif_i64_v4f32 |
The |
convertsif_i8_f32 |
The |
convertsif_i8_f64 |
The |
convertsif_i8_v2f64 |
The |
convertsif_i8_v4f32 |
The |
convertsif_v16i8_f32 |
The |
convertsif_v16i8_f64 |
The |
convertsif_v16i8_v2f64 |
The |
convertsif_v16i8_v4f32 |
The |
convertsif_v2i64_f32 |
The |
convertsif_v2i64_f64 |
The |
convertsif_v2i64_v2f64 |
The |
convertsif_v2i64_v4f32 |
The |
convertsif_v4i32_f32 |
The |
convertsif_v4i32_f64 |
The |
convertsif_v4i32_v2f64 |
The |
convertsif_v4i32_v4f32 |
The |
convertsif_v8i16_f32 |
The |
convertsif_v8i16_f64 |
The |
convertsif_v8i16_v2f64 |
The |
convertsif_v8i16_v4f32 |
The |
convertss_i16_i16 |
The |
convertss_i16_i32 |
The |
convertss_i16_i64 |
The |
convertss_i16_i8 |
The |
convertss_i16_v16i8 |
The |
convertss_i16_v2i64 |
The |
convertss_i16_v4i32 |
The |
convertss_i16_v8i16 |
The |
convertss_i32_i16 |
The |
convertss_i32_i32 |
The |
convertss_i32_i64 |
The |
convertss_i32_i8 |
The |
convertss_i32_v16i8 |
The |
convertss_i32_v2i64 |
The |
convertss_i32_v4i32 |
The |
convertss_i32_v8i16 |
The |
convertss_i64_i16 |
The |
convertss_i64_i32 |
The |
convertss_i64_i64 |
The |
convertss_i64_i8 |
The |
convertss_i64_v16i8 |
The |
convertss_i64_v2i64 |
The |
convertss_i64_v4i32 |
The |
convertss_i64_v8i16 |
The |
convertss_i8_i16 |
The |
convertss_i8_i32 |
The |
convertss_i8_i64 |
The |
convertss_i8_i8 |
The |
convertss_i8_v16i8 |
The |
convertss_i8_v2i64 |
The |
convertss_i8_v4i32 |
The |
convertss_i8_v8i16 |
The |
convertss_v16i8_i16 |
The |
convertss_v16i8_i32 |
The |
convertss_v16i8_i64 |
The |
convertss_v16i8_i8 |
The |
convertss_v16i8_v16i8 |
The |
convertss_v16i8_v2i64 |
The |
convertss_v16i8_v4i32 |
The |
convertss_v16i8_v8i16 |
The |
convertss_v2i64_i16 |
The |
convertss_v2i64_i32 |
The |
convertss_v2i64_i64 |
The |
convertss_v2i64_i8 |
The |
convertss_v2i64_v16i8 |
The |
convertss_v2i64_v2i64 |
The |
convertss_v2i64_v4i32 |
The |
convertss_v2i64_v8i16 |
The |
convertss_v4i32_i16 |
The |
convertss_v4i32_i32 |
The |
convertss_v4i32_i64 |
The |
convertss_v4i32_i8 |
The |
convertss_v4i32_v16i8 |
The |
convertss_v4i32_v2i64 |
The |
convertss_v4i32_v4i32 |
The |
convertss_v4i32_v8i16 |
The |
convertss_v8i16_i16 |
The |
convertss_v8i16_i32 |
The |
convertss_v8i16_i64 |
The |
convertss_v8i16_i8 |
The |
convertss_v8i16_v16i8 |
The |
convertss_v8i16_v2i64 |
The |
convertss_v8i16_v4i32 |
The |
convertss_v8i16_v8i16 |
The |
convertsu_i16_i16 |
The |
convertsu_i16_i32 |
The |
convertsu_i16_i64 |
The |
convertsu_i16_i8 |
The |
convertsu_i16_v16i8 |
The |
convertsu_i16_v2i64 |
The |
convertsu_i16_v4i32 |
The |
convertsu_i16_v8i16 |
The |
convertsu_i32_i16 |
The |
convertsu_i32_i32 |
The |
convertsu_i32_i64 |
The |
convertsu_i32_i8 |
The |
convertsu_i32_v16i8 |
The |
convertsu_i32_v2i64 |
The |
convertsu_i32_v4i32 |
The |
convertsu_i32_v8i16 |
The |
convertsu_i64_i16 |
The |
convertsu_i64_i32 |
The |
convertsu_i64_i64 |
The |
convertsu_i64_i8 |
The |
convertsu_i64_v16i8 |
The |
convertsu_i64_v2i64 |
The |
convertsu_i64_v4i32 |
The |
convertsu_i64_v8i16 |
The |
convertsu_i8_i16 |
The |
convertsu_i8_i32 |
The |
convertsu_i8_i64 |
The |
convertsu_i8_i8 |
The |
convertsu_i8_v16i8 |
The |
convertsu_i8_v2i64 |
The |
convertsu_i8_v4i32 |
The |
convertsu_i8_v8i16 |
The |
convertsu_v16i8_i16 |
The |
convertsu_v16i8_i32 |
The |
convertsu_v16i8_i64 |
The |
convertsu_v16i8_i8 |
The |
convertsu_v16i8_v16i8 |
The |
convertsu_v16i8_v2i64 |
The |
convertsu_v16i8_v4i32 |
The |
convertsu_v16i8_v8i16 |
The |
convertsu_v2i64_i16 |
The |
convertsu_v2i64_i32 |
The |
convertsu_v2i64_i64 |
The |
convertsu_v2i64_i8 |
The |
convertsu_v2i64_v16i8 |
The |
convertsu_v2i64_v2i64 |
The |
convertsu_v2i64_v4i32 |
The |
convertsu_v2i64_v8i16 |
The |
convertsu_v4i32_i16 |
The |
convertsu_v4i32_i32 |
The |
convertsu_v4i32_i64 |
The |
convertsu_v4i32_i8 |
The |
convertsu_v4i32_v16i8 |
The |
convertsu_v4i32_v2i64 |
The |
convertsu_v4i32_v4i32 |
The |
convertsu_v4i32_v8i16 |
The |
convertsu_v8i16_i16 |
The |
convertsu_v8i16_i32 |
The |
convertsu_v8i16_i64 |
The |
convertsu_v8i16_i8 |
The |
convertsu_v8i16_v16i8 |
The |
convertsu_v8i16_v2i64 |
The |
convertsu_v8i16_v4i32 |
The |
convertsu_v8i16_v8i16 |
The |
convertuif_i16_f32 |
The |
convertuif_i16_f64 |
The |
convertuif_i16_v2f64 |
The |
convertuif_i16_v4f32 |
The |
convertuif_i32_f32 |
The |
convertuif_i32_f64 |
The |
convertuif_i32_v2f64 |
The |
convertuif_i32_v4f32 |
The |
convertuif_i64_f32 |
The |
convertuif_i64_f64 |
The |
convertuif_i64_v2f64 |
The |
convertuif_i64_v4f32 |
The |
convertuif_i8_f32 |
The |
convertuif_i8_f64 |
The |
convertuif_i8_v2f64 |
The |
convertuif_i8_v4f32 |
The |
convertuif_v16i8_f32 |
The |
convertuif_v16i8_f64 |
The |
convertuif_v16i8_v2f64 |
The |
convertuif_v16i8_v4f32 |
The |
convertuif_v2i64_f32 |
The |
convertuif_v2i64_f64 |
The |
convertuif_v2i64_v2f64 |
The |
convertuif_v2i64_v4f32 |
The |
convertuif_v4i32_f32 |
The |
convertuif_v4i32_f64 |
The |
convertuif_v4i32_v2f64 |
The |
convertuif_v4i32_v4f32 |
The |
convertuif_v8i16_f32 |
The |
convertuif_v8i16_f64 |
The |
convertuif_v8i16_v2f64 |
The |
convertuif_v8i16_v4f32 |
The |
convertus_i16_i16 |
The |
convertus_i16_i32 |
The |
convertus_i16_i64 |
The |
convertus_i16_i8 |
The |
convertus_i16_v16i8 |
The |
convertus_i16_v2i64 |
The |
convertus_i16_v4i32 |
The |
convertus_i16_v8i16 |
The |
convertus_i32_i16 |
The |
convertus_i32_i32 |
The |
convertus_i32_i64 |
The |
convertus_i32_i8 |
The |
convertus_i32_v16i8 |
The |
convertus_i32_v2i64 |
The |
convertus_i32_v4i32 |
The |
convertus_i32_v8i16 |
The |
convertus_i64_i16 |
The |
convertus_i64_i32 |
The |
convertus_i64_i64 |
The |
convertus_i64_i8 |
The |
convertus_i64_v16i8 |
The |
convertus_i64_v2i64 |
The |
convertus_i64_v4i32 |
The |
convertus_i64_v8i16 |
The |
convertus_i8_i16 |
The |
convertus_i8_i32 |
The |
convertus_i8_i64 |
The |
convertus_i8_i8 |
The |
convertus_i8_v16i8 |
The |
convertus_i8_v2i64 |
The |
convertus_i8_v4i32 |
The |
convertus_i8_v8i16 |
The |
convertus_v16i8_i16 |
The |
convertus_v16i8_i32 |
The |
convertus_v16i8_i64 |
The |
convertus_v16i8_i8 |
The |
convertus_v16i8_v16i8 |
The |
convertus_v16i8_v2i64 |
The |
convertus_v16i8_v4i32 |
The |
convertus_v16i8_v8i16 |
The |
convertus_v2i64_i16 |
The |
convertus_v2i64_i32 |
The |
convertus_v2i64_i64 |
The |
convertus_v2i64_i8 |
The |
convertus_v2i64_v16i8 |
The |
convertus_v2i64_v2i64 |
The |
convertus_v2i64_v4i32 |
The |
convertus_v2i64_v8i16 |
The |
convertus_v4i32_i16 |
The |
convertus_v4i32_i32 |
The |
convertus_v4i32_i64 |
The |
convertus_v4i32_i8 |
The |
convertus_v4i32_v16i8 |
The |
convertus_v4i32_v2i64 |
The |
convertus_v4i32_v4i32 |
The |
convertus_v4i32_v8i16 |
The |
convertus_v8i16_i16 |
The |
convertus_v8i16_i32 |
The |
convertus_v8i16_i64 |
The |
convertus_v8i16_i8 |
The |
convertus_v8i16_v16i8 |
The |
convertus_v8i16_v2i64 |
The |
convertus_v8i16_v4i32 |
The |
convertus_v8i16_v8i16 |
The |
convertuu_i16_i16 |
The |
convertuu_i16_i32 |
The |
convertuu_i16_i64 |
The |
convertuu_i16_i8 |
The |
convertuu_i16_v16i8 |
The |
convertuu_i16_v2i64 |
The |
convertuu_i16_v4i32 |
The |
convertuu_i16_v8i16 |
The |
convertuu_i32_i16 |
The |
convertuu_i32_i32 |
The |
convertuu_i32_i64 |
The |
convertuu_i32_i8 |
The |
convertuu_i32_v16i8 |
The |
convertuu_i32_v2i64 |
The |
convertuu_i32_v4i32 |
The |
convertuu_i32_v8i16 |
The |
convertuu_i64_i16 |
The |
convertuu_i64_i32 |
The |
convertuu_i64_i64 |
The |
convertuu_i64_i8 |
The |
convertuu_i64_v16i8 |
The |
convertuu_i64_v2i64 |
The |
convertuu_i64_v4i32 |
The |
convertuu_i64_v8i16 |
The |
convertuu_i8_i16 |
The |
convertuu_i8_i32 |
The |
convertuu_i8_i64 |
The |
convertuu_i8_i8 |
The |
convertuu_i8_v16i8 |
The |
convertuu_i8_v2i64 |
The |
convertuu_i8_v4i32 |
The |
convertuu_i8_v8i16 |
The |
convertuu_v16i8_i16 |
The |
convertuu_v16i8_i32 |
The |
convertuu_v16i8_i64 |
The |
convertuu_v16i8_i8 |
The |
convertuu_v16i8_v16i8 |
The |
convertuu_v16i8_v2i64 |
The |
convertuu_v16i8_v4i32 |
The |
convertuu_v16i8_v8i16 |
The |
convertuu_v2i64_i16 |
The |
convertuu_v2i64_i32 |
The |
convertuu_v2i64_i64 |
The |
convertuu_v2i64_i8 |
The |
convertuu_v2i64_v16i8 |
The |
convertuu_v2i64_v2i64 |
The |
convertuu_v2i64_v4i32 |
The |
convertuu_v2i64_v8i16 |
The |
convertuu_v4i32_i16 |
The |
convertuu_v4i32_i32 |
The |
convertuu_v4i32_i64 |
The |
convertuu_v4i32_i8 |
The |
convertuu_v4i32_v16i8 |
The |
convertuu_v4i32_v2i64 |
The |
convertuu_v4i32_v4i32 |
The |
convertuu_v4i32_v8i16 |
The |
convertuu_v8i16_i16 |
The |
convertuu_v8i16_i32 |
The |
convertuu_v8i16_i64 |
The |
convertuu_v8i16_i8 |
The |
convertuu_v8i16_v16i8 |
The |
convertuu_v8i16_v2i64 |
The |
convertuu_v8i16_v4i32 |
The |
convertuu_v8i16_v8i16 |
The |
copysign_f32 |
The |
copysign_f64 |
The |
copysign_v2f64 |
The |
copysign_v4f32 |
The |
cos_f32 |
The |
cos_f64 |
The |
cos_v2f64 |
The |
cos_v4f32 |
The |
ctlz_i16 |
The |
ctlz_i32 |
The |
ctlz_i64 |
The |
ctlz_i8 |
The |
ctlz_v16i8 |
The |
ctlz_v2i64 |
The |
ctlz_v4i32 |
The |
ctlz_v8i16 |
The |
ctpop_i16 |
The |
ctpop_i32 |
The |
ctpop_i64 |
The |
ctpop_i8 |
The |
ctpop_v16i8 |
The |
ctpop_v2i64 |
The |
ctpop_v4i32 |
The |
ctpop_v8i16 |
The |
cttz_i16 |
The |
cttz_i32 |
The |
cttz_i64 |
The |
cttz_i8 |
The |
cttz_v16i8 |
The |
cttz_v2i64 |
The |
cttz_v4i32 |
The |
cttz_v8i16 |
The |
debugtrap |
The |
donothing |
The |
eh_dwarf_cfa |
The |
eh_return_i32 |
The |
eh_return_i64 |
The |
eh_sjlj_callsite |
The |
eh_sjlj_functioncontext |
The |
eh_sjlj_longjmp |
The |
eh_sjlj_lsda |
The |
eh_sjlj_setjmp |
The |
eh_typeid_for |
The |
eh_unwind_init |
The |
exp2_f32 |
The |
exp2_f64 |
The |
exp2_v2f64 |
The |
exp2_v4f32 |
The |
exp_f32 |
The |
exp_f64 |
The |
exp_v2f64 |
The |
exp_v4f32 |
The |
expect_i16 |
The |
expect_i32 |
The |
expect_i64 |
The |
expect_i8 |
The |
expect_v16i8 |
The |
expect_v2i64 |
The |
expect_v4i32 |
The |
expect_v8i16 |
The |
experimental_patchpoint_i64 |
The |
experimental_patchpoint_void |
The |
experimental_stackmap |
The |
fabs_f32 |
The |
fabs_f64 |
The |
fabs_v2f64 |
The |
fabs_v4f32 |
The |
floor_f32 |
The |
floor_f64 |
The |
floor_v2f64 |
The |
floor_v4f32 |
The |
flt_rounds |
The |
fma_f32 |
The |
fma_f64 |
The |
fma_v2f64 |
The |
fma_v4f32 |
The |
fmuladd_f32 |
The |
fmuladd_f64 |
The |
fmuladd_v2f64 |
The |
fmuladd_v4f32 |
The |
frameaddress |
The |
gcread |
The |
gcroot |
The |
gcwrite |
The |
init_trampoline |
The |
lifetime_end |
The |
lifetime_start |
The |
log10_f32 |
The |
log10_f64 |
The |
log10_v2f64 |
The |
log10_v4f32 |
The |
log2_f32 |
The |
log2_f64 |
The |
log2_v2f64 |
The |
log2_v4f32 |
The |
log_f32 |
The |
log_f64 |
The |
log_v2f64 |
The |
log_v4f32 |
The |
longjmp |
The |
memcpy_p0i8_p0i8_i16 |
The |
memcpy_p0i8_p0i8_i32 |
The |
memcpy_p0i8_p0i8_i64 |
The |
memcpy_p0i8_p0i8_i8 |
The |
memcpy_p0i8_p0i8_v16i8 |
The |
memcpy_p0i8_p0i8_v2i64 |
The |
memcpy_p0i8_p0i8_v4i32 |
The |
memcpy_p0i8_p0i8_v8i16 |
The |
memmove_p0i8_p0i8_i16 |
The |
memmove_p0i8_p0i8_i32 |
The |
memmove_p0i8_p0i8_i64 |
The |
memmove_p0i8_p0i8_i8 |
The |
memmove_p0i8_p0i8_v16i8 |
The |
memmove_p0i8_p0i8_v2i64 |
The |
memmove_p0i8_p0i8_v4i32 |
The |
memmove_p0i8_p0i8_v8i16 |
The |
memset_p0i8_i16 |
The |
memset_p0i8_i32 |
The |
memset_p0i8_i64 |
The |
memset_p0i8_i8 |
The |
memset_p0i8_v16i8 |
The |
memset_p0i8_v2i64 |
The |
memset_p0i8_v4i32 |
The |
memset_p0i8_v8i16 |
The |
nearbyint_f32 |
The |
nearbyint_f64 |
The |
nearbyint_v2f64 |
The |
nearbyint_v4f32 |
The |
objectsize_i16_p0i8 |
The |
objectsize_i32_p0i8 |
The |
objectsize_i64_p0i8 |
The |
objectsize_i8_p0i8 |
The |
objectsize_v16i8_p0i8 |
The |
objectsize_v2i64_p0i8 |
The |
objectsize_v4i32_p0i8 |
The |
objectsize_v8i16_p0i8 |
The |
pcmarker |
The |
pow_f32 |
The |
pow_f64 |
The |
pow_v2f64 |
The |
pow_v4f32 |
The |
powi_f32 |
The |
powi_f64 |
The |
powi_v2f64 |
The |
powi_v4f32 |
The |
prefetch |
The |
ptr_annotation_p0i16 |
The |
ptr_annotation_p0i32 |
The |
ptr_annotation_p0i64 |
The |
ptr_annotation_p0i8 |
The |
ptr_annotation_p0v16i8 |
The |
ptr_annotation_p0v2i64 |
The |
ptr_annotation_p0v4i32 |
The |
ptr_annotation_p0v8i16 |
The |
readcyclecounter |
The |
returnaddress |
The |
rint_f32 |
The |
rint_f64 |
The |
rint_v2f64 |
The |
rint_v4f32 |
The |
round_f32 |
The |
round_f64 |
The |
round_v2f64 |
The |
round_v4f32 |
The |
setjmp |
The |
siglongjmp |
The |
sigsetjmp |
The |
sin_f32 |
The |
sin_f64 |
The |
sin_v2f64 |
The |
sin_v4f32 |
The |
sqrt_f32 |
The |
sqrt_f64 |
The |
sqrt_v2f64 |
The |
sqrt_v4f32 |
The |
stackprotector |
The |
stackprotectorcheck |
The |
stackrestore |
The |
stacksave |
The |
trap |
The |
trunc_f32 |
The |
trunc_f64 |
The |
trunc_v2f64 |
The |
trunc_v4f32 |
The |
vacopy |
The |
vaend |
The |
var_annotation |
The |
vastart |
The |