Trait iced_x86::code_asm::asm_traits::CodeAsmCvtps2pi
source · [−]pub trait CodeAsmCvtps2pi<T, U> {
fn cvtps2pi(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
}
pub trait CodeAsmCvtps2pi<T, U> {
fn cvtps2pi(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
}