macro_rules! alu64_reg {
($op:ident, $dst:ident, $src:ident) => { ... };
}Expand description
Helper macro for assembling ALU operations with Register sources.
macro_rules! alu64_reg {
($op:ident, $dst:ident, $src:ident) => { ... };
}Helper macro for assembling ALU operations with Register sources.