Function encode_lea_reg32_m

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

Load effective address from memory into 32-bit register.

ยงSafety

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