Skip to main content

Pmull2Emitter

Trait Pmull2Emitter 

Source
pub trait Pmull2Emitter<T0, T1, T2> {
    // Required method
    fn pmull2(&mut self, rd: T0, rn: T1, rm: T2);
}
Expand description

Emits the PMULL2 instruction. Assembly forms: PMULL2 VD.8H, VN.16B, VM.16B; PMULL2 VD.1Q, VN.2D, VM.2D. Operands: rd, rn, rm.

Required Methods§

Source

fn pmull2(&mut self, rd: T0, rn: T1, rm: T2)

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§