Skip to main content

InvpcidEmitter

Trait InvpcidEmitter 

Source
pub trait InvpcidEmitter<T0, T1> {
    // Required method
    fn invpcid(&mut self, lhs: T0, rhs: T1);
}
Expand description

Emits INVPCID.

Assembly forms: invpcid r32, m128, invpcid r64, m128.

Required Methods§

Source

fn invpcid(&mut self, lhs: T0, rhs: T1)

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§