Re-exports§
pub use crate::location::Multiplier;
pub use crate::machine::Label;
pub use crate::machine::Offset;
pub use crate::x64_decl::GPR;
pub use crate::x64_decl::XMM;
Macros§
- avx_fn 🔒
- dynasm 🔒Force
dynasm!
to use the correct arch (x64) when cross-compiling.dynasm!
proc-macro tries to auto-detect it by default by looking at thetarget_arch
, but it sees thetarget_arch
of the proc-macro itself, which is always equal to host, even when cross-compiling. - jmp_op 🔒
- sse_fn 🔒
- unop_
gpr 🔒 - unop_
mem 🔒
Enums§
Traits§
Functions§
- Move a single or double precision XMM value to another if src and destination are not the same.