pub const unsafe fn encode_rm16_imm16(
rm16: GPROrMemory,
imm16: Immediate16,
) -> EncodedX86_64InstructionExpand description
Subtract 16-bit immediate from 16-bit register or memory.
§Safety
It is the caller’s responsibility to ensure that the operands are valid. Otherwise the behavior is undefined.