mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2026-02-04 17:11:04 +00:00
Initial Commit
This commit is contained in:
30
thirdparty/capstone/suite/synctools/tablegen/include/llvm/IR/IntrinsicsBPF.h
vendored
Normal file
30
thirdparty/capstone/suite/synctools/tablegen/include/llvm/IR/IntrinsicsBPF.h
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
/*===- TableGen'erated file -------------------------------------*- C++ -*-===*\
|
||||
|* *|
|
||||
|* Intrinsic Function Source Fragment *|
|
||||
|* *|
|
||||
|* Automatically generated file, do not edit! *|
|
||||
|* *|
|
||||
\*===----------------------------------------------------------------------===*/
|
||||
|
||||
#ifndef LLVM_IR_INTRINSIC_BPF_ENUMS_H
|
||||
#define LLVM_IR_INTRINSIC_BPF_ENUMS_H
|
||||
|
||||
namespace llvm {
|
||||
namespace Intrinsic {
|
||||
enum BPFIntrinsics : unsigned {
|
||||
// Enum values for intrinsics
|
||||
bpf_btf_type_id = 2463, // llvm.bpf.btf.type.id
|
||||
bpf_compare, // llvm.bpf.compare
|
||||
bpf_load_byte, // llvm.bpf.load.byte
|
||||
bpf_load_half, // llvm.bpf.load.half
|
||||
bpf_load_word, // llvm.bpf.load.word
|
||||
bpf_passthrough, // llvm.bpf.passthrough
|
||||
bpf_preserve_enum_value, // llvm.bpf.preserve.enum.value
|
||||
bpf_preserve_field_info, // llvm.bpf.preserve.field.info
|
||||
bpf_preserve_type_info, // llvm.bpf.preserve.type.info
|
||||
bpf_pseudo, // llvm.bpf.pseudo
|
||||
}; // enum
|
||||
} // namespace Intrinsic
|
||||
} // namespace llvm
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user