Function encode_push_reg64

Source
pub const unsafe fn encode_push_reg64(reg64: GPR) -> EncodedX86_64Instruction
Expand description

Push 64-bit register onto the stack.

ยงSafety

The caller has to ensure that the operands are valid, in particular the function does not check register sizes.