pub const unsafe fn encode_rm64_imm8(
rm64: GPROrMemory,
imm8: Immediate8,
) -> EncodedX86_64InstructionExpand description
Bitwise XOR 8-bit immediate (sign-extended) with 64-bit register or memory.
§Safety
It is the caller’s responsibility to ensure that the operands are valid. Otherwise the behavior is undefined.