pub trait CodeAsmVmovntps<T, U> { // Required method fn vmovntps(&mut self, op0: T, op1: U) -> Result<(), IcedError>; }