pub const unsafe fn encode_xor_reg8_rm8(
reg8: GPR,
rm8: GPROrMemory,
) -> EncodedX86_64Instruction
Expand description
Bitwise XOR 8-bit register or memory with 8-bit register.
ยงSafety
The caller has to ensure that the operands are valid, in particular the function does not check register sizes.