pub fn enc_move_wide(
op: MoveWideOp,
rd: Writable<Reg>,
imm: MoveWideConst,
size: OperandSize,
) -> u32
Available on crate feature
arm64
only.Expand description
Encode a move-wide instruction.
pub fn enc_move_wide(
op: MoveWideOp,
rd: Writable<Reg>,
imm: MoveWideConst,
size: OperandSize,
) -> u32
arm64
only.Encode a move-wide instruction.