pub trait Sm3tt2aEmitter<T0, T1, T2> {
// Required method
fn sm3tt2a(&mut self, operand_1: T0, rn: T1, rm: T2);
}Expand description
Emits the SM3TT2A instruction.
Assembly forms: SM3TT2A VX.4S, VN.4S, VM.4[#IDX].
Operands: operand_1, rn, rm.
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".