pub const unsafe fn encode_lea_reg16_m(
reg16: GPR,
m: Memory,
) -> EncodedX86_64Instruction
Expand description
Load effective address from memory into 16-bit register.
ยงSafety
The caller has to ensure that the operands are valid, in particular the function does not check register sizes.