infix
A JIT-Powered FFI Library for C
|
Common register definitions for the x86-64 architecture. More...
#include <stdint.h>
Go to the source code of this file.
Enumerations | |
enum | x64_gpr { RAX_REG = 0 , RCX_REG = 1 , RDX_REG = 2 , RBX_REG = 3 , RSP_REG = 4 , RBP_REG = 5 , RSI_REG = 6 , RDI_REG = 7 , R8_REG = 8 , R9_REG , R10_REG , R11_REG , R12_REG , R13_REG , R14_REG , R15_REG } |
enum | x64_xmm { XMM0_REG , XMM1_REG , XMM2_REG , XMM3_REG , XMM4_REG , XMM5_REG , XMM6_REG , XMM7_REG , XMM8_REG , XMM9_REG , XMM10_REG , XMM11_REG , XMM12_REG , XMM13_REG , XMM14_REG , XMM15_REG } |
Common register definitions for the x86-64 architecture.
Copyright (c) 2025 Sanko Robinson
This source code is dual-licensed under the Artistic License 2.0 or the MIT License. You may choose to use this code under the terms of either license.
SPDX-License-Identifier: (Artistic-2.0 OR MIT)
The documentation blocks within this file are licensed under the Creative Commons Attribution 4.0 International License (CC BY 4.0).
SPDX-License-Identifier: CC-BY-4.0
enum x64_gpr |
enum x64_xmm |