Skip to main content

VaesefVsEmitter

Trait VaesefVsEmitter 

Source
pub trait VaesefVsEmitter<T0, T1> {
    // Required method
    fn vaesef_vs(&mut self, vd: T0, vs2: T1);
}
Expand description

RISC-V vaesef.vs instruction.

§Forms

Assembly: vaesef.vs vs2, vd Rust: vaesef_vs(vd, vs2)

§Arguments

  • vd — Vector register operand.
  • vs2 — Vector register operand.

Required Methods§

Source

fn vaesef_vs(&mut self, vd: T0, vs2: T1)

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§