Skip to main content

Module x86_64

Module x86_64 

Source
Expand description

x86_64 codegen utilities

This module provides register allocation, ABI handling, and frame management utilities for x86_64 code generation.

Re-exports§

pub use abi::X86ABI;
pub use frame::X86Frame;
pub use regalloc::X64RegAlloc;

Modules§

abi
x86_64 ABI utilities for different platforms.
constants
x86_64 platform-specific constants.
frame
x86_64 stack frame management utilities.
regalloc
x86_64 register allocator with platform-aware register selection.
util
Utility functions for x86_64 code generation.