Function encode_lea_reg64_m

Source
pub const unsafe fn encode_lea_reg64_m(
    reg64: GPR,
    m: Memory,
) -> EncodedX86_64Instruction
Expand description

Load effective address from memory into 64-bit register.

ยงSafety

The caller has to ensure that the operands are valid, in particular the function does not check register sizes.