Skip to main content

encode_rm32_reg32

Function encode_rm32_reg32 

Source
pub const unsafe fn encode_rm32_reg32(
    rm32: GPROrMemory,
    reg32: GPR,
) -> EncodedX86_64Instruction
Expand description

Compare 32-bit register with 32-bit register or memory.

§Safety

It is the caller’s responsibility to ensure that the operands are valid. Otherwise the behavior is undefined.