#include <stdint.h>#include <limits.h>#include <stdarg.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <algorithm>#include <new>| #define _ASMJIT_BUILD_H |
| #define ASMJIT_API |
| #define ASMJIT_ARCH_64BIT (ASMJIT_ARCH_X64 || ASMJIT_ARCH_ARM64) |
| #define ASMJIT_ARCH_ARM32 0 |
| #define ASMJIT_ARCH_ARM64 0 |
| #define ASMJIT_ARCH_BE (!(ASMJIT_ARCH_LE)) |
| #define ASMJIT_ARCH_LE |
| #define ASMJIT_ARCH_UNALIGNED_16 (ASMJIT_ARCH_X86 || ASMJIT_ARCH_X64) |
| #define ASMJIT_ARCH_UNALIGNED_32 (ASMJIT_ARCH_X86 || ASMJIT_ARCH_X64) |
| #define ASMJIT_ARCH_UNALIGNED_64 (ASMJIT_ARCH_X86 || ASMJIT_ARCH_X64) |
| #define ASMJIT_ARCH_X64 0 |
| #define ASMJIT_ARCH_X86 0 |
| #define ASMJIT_ARRAY_SIZE | ( | x | ) |
| #define ASMJIT_ASSUME | ( | exp | ) |
| #define ASMJIT_ASSUME_ALIGNED | ( | p, | |
| alignment ) |
| #define ASMJIT_BUILD_HOST |
| #define ASMJIT_CC_CLANG 0 |
| #define ASMJIT_CC_CLANG_EQ | ( | x, | |
| y, | |||
| z ) |
| #define ASMJIT_CC_CLANG_GE | ( | x, | |
| y, | |||
| z ) |
| #define ASMJIT_CC_CODEGEAR 0 |
| #define ASMJIT_CC_CODEGEAR_EQ | ( | x, | |
| y ) |
| #define ASMJIT_CC_CODEGEAR_GE | ( | x, | |
| y ) |
| #define ASMJIT_CC_CXX_VERSION __cplusplus |
| #define ASMJIT_CC_GCC 0 |
| #define ASMJIT_CC_GCC_EQ | ( | x, | |
| y, | |||
| z ) |
| #define ASMJIT_CC_GCC_GE | ( | x, | |
| y, | |||
| z ) |
| #define ASMJIT_CC_HAS_ASSUME (0) |
| #define ASMJIT_CC_HAS_ASSUME_ALIGNED (0) |
| #define ASMJIT_CC_HAS_ATTRIBUTE (0) |
| #define ASMJIT_CC_HAS_ATTRIBUTE_ALIGNED (0) |
| #define ASMJIT_CC_HAS_ATTRIBUTE_ALWAYS_INLINE (0) |
| #define ASMJIT_CC_HAS_ATTRIBUTE_NOINLINE (0) |
| #define ASMJIT_CC_HAS_ATTRIBUTE_NORETURN (0) |
| #define ASMJIT_CC_HAS_ATTRIBUTE_OPTIMIZE (0) |
| #define ASMJIT_CC_HAS_BUILTIN_ASSUME (0) |
| #define ASMJIT_CC_HAS_BUILTIN_ASSUME_ALIGNED (0) |
| #define ASMJIT_CC_HAS_BUILTIN_EXPECT (0) |
| #define ASMJIT_CC_HAS_BUILTIN_UNREACHABLE (0) |
| #define ASMJIT_CC_HAS_DECLSPEC_ALIGN (0) |
| #define ASMJIT_CC_HAS_DECLSPEC_FORCEINLINE (0) |
| #define ASMJIT_CC_HAS_DECLSPEC_NOINLINE (0) |
| #define ASMJIT_CC_HAS_DECLSPEC_NORETURN (0) |
| #define ASMJIT_CC_INTEL 0 |
| #define ASMJIT_CC_INTEL_COMPAT_MODE 0 |
| #define ASMJIT_CC_INTEL_EQ | ( | x, | |
| y ) |
| #define ASMJIT_CC_INTEL_GE | ( | x, | |
| y ) |
| #define ASMJIT_CC_MINGW 0 |
| #define ASMJIT_CC_MSC 0 |
| #define ASMJIT_CC_MSC_EQ | ( | x, | |
| y, | |||
| z ) |
| #define ASMJIT_CC_MSC_GE | ( | x, | |
| y, | |||
| z ) |
| #define ASMJIT_CDECL |
| #define ASMJIT_DEBUG |
| #define ASMJIT_FALLTHROUGH (void)0 |
| #define ASMJIT_FASTCALL |
| #define ASMJIT_INLINE inline |
| #define ASMJIT_LIKELY | ( | exp | ) |
| #define ASMJIT_NOEXCEPT |
| #define ASMJIT_NOINLINE |
| #define ASMJIT_NOP ((void)0) |
| #define ASMJIT_NORETURN |
| #define ASMJIT_OFFSET_OF | ( | x, | |
| y ) |
| #define ASMJIT_OS_ANDROID (0) |
| #define ASMJIT_OS_BSD |
| #define ASMJIT_OS_CYGWIN (0) |
| #define ASMJIT_OS_DRAGONFLYBSD (0) |
| #define ASMJIT_OS_FREEBSD (0) |
| #define ASMJIT_OS_IOS (0) |
| #define ASMJIT_OS_LINUX (0) |
| #define ASMJIT_OS_MAC (0) |
| #define ASMJIT_OS_NETBSD (0) |
| #define ASMJIT_OS_OPENBSD (0) |
| #define ASMJIT_OS_POSIX (!ASMJIT_OS_WINDOWS) |
| #define ASMJIT_OS_QNX (0) |
| #define ASMJIT_OS_SOLARIS (0) |
| #define ASMJIT_OS_WINDOWS (0) |
| #define ASMJIT_PACK32_4x8 | ( | A, | |
| B, | |||
| C, | |||
| D ) |
| #define ASMJIT_REGPARM | ( | n | ) |
| #define ASMJIT_STATIC |
| #define ASMJIT_STDCALL |
| #define ASMJIT_UINT64_C | ( | x | ) |
| #define ASMJIT_UNLIKELY | ( | exp | ) |
| #define ASMJIT_UNUSED | ( | x | ) |
| #define ASMJIT_VARAPI extern ASMJIT_API |
| #define ASMJIT_VERSION_MAJOR 1 |
| #define ASMJIT_VERSION_MINOR 0 |
| #define ASMJIT_VERSION_PATCH 0 |
| #define ASMJIT_VERSION_STRING "1.0.0" |
| #define ASMJIT_VIRTAPI |
Hosted by GitHub
|
1.17.0
|