[][src]Module wasmer_runtime_core::state::x64_decl

X64-specific structures and methods that do not depend on an x64 machine to run.

Structs

ArgumentRegisterAllocator

An allocator that allocates registers for function arguments according to the System V ABI.

Enums

GPR

General-purpose registers.

X64Register

A machine register under the x86-64 architecture.

XMM

XMM registers.