commit | 9dd3e7c0d59105d7e428b8d545282a87d6df7272 | [log] [tgz] |
---|---|---|
author | Arzhan Kinzhalin <arzhan.i.kinzhalin@intel.com> | Tue Jul 01 21:39:11 2025 +0000 |
committer | Arzhan Kinzhalin <arzhan.i.kinzhalin@intel.com> | Tue Jul 01 21:41:32 2025 +0000 |
tree | 8ebc08ff2b26450c9b0dcd3b2987455e2ee588b6 | |
parent | a0f8f76b351056a4d1e9dae36f85632ff11c26db [diff] |
Allow m512 in ldtilecfg/sttilecfg. In version 7.26 it is required to use sibmem. However, ldtilecfg/sttilecfg can take any m512 location. This patch allows any addressing for these two instructions. Signed-off-by: Arzhan Kinzhalin <arzhan.i.kinzhalin@intel.com>
A JIT assembler for x86/x64 architectures supporting advanced instruction sets up to AVX10.2
Xbyak is a C++ header-only library that enables dynamic assembly of x86/x64 instructions using mnemonics.
The pronunciation of Xbyak is /kʌɪbjæk/
(kai-byak).
The name is derived from the Japanese word 開闢 (kaibyaku), which means “the beginning of the world” or “creation”.
Note: Use and_()
, or_()
, ... instead of and()
, or()
. If you want to use them, then specify -fno-operator-names
option to gcc/clang.
ptr[(void*)0xffffffff]
causes an error.XBYAK_OLD_DISP_CHECK
if you need an old check, but the option will be remoevd.jmp(mem, T_FAR)
, call(mem, T_FAR)
retf()
for far absolute indirect jump.push(byte, imm)
(resp. push(word, imm)
) forces to cast imm
to 8(resp. 16) bit.#include <winsock2.h>
has been removed from xbyak.h, so add it explicitly if you need it.XBYAK_USE_MMAP_ALLOCATOR
will be defined on Linux/macOS unless XBYAK_DONT_USE_MMAP_ALLOCATOR
is defined.Almost C++03 or later compilers for x86/x64 such as Visual Studio, g++, clang++, Intel C++ compiler and g++ on mingw/cygwin.
GitHub | Website (Japanese) | herumi@nifty.com