From 1be3c8e7db701f7fabb23d7b771eedb5bb4f3b68 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 1 Dec 2019 04:47:40 -0800 Subject: more cvt variants --- src/display.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/display.rs') diff --git a/src/display.rs b/src/display.rs index 029eed3..156998a 100644 --- a/src/display.rs +++ b/src/display.rs @@ -428,6 +428,7 @@ impl fmt::Display for Opcode { &Opcode::COMISS => write!(f, "{}", "comiss"), &Opcode::CVTDQ2PS => write!(f, "{}", "cvtdq2ps"), &Opcode::CVTPI2PS => write!(f, "{}", "cvtpi2ps"), + &Opcode::CVTPI2PD => write!(f, "{}", "cvtpi2pd"), &Opcode::CVTPS2PD => write!(f, "{}", "cvtps2pd"), &Opcode::CVTPS2PI => write!(f, "{}", "cvtps2pi"), &Opcode::CVTTPS2PI => write!(f, "{}", "cvttps2pi"), @@ -689,6 +690,7 @@ impl Colorize for Opcode { Opcode::CVTDQ2PS | Opcode::CVTPD2DQ | Opcode::CVTPI2PS | + Opcode::CVTPI2PD | Opcode::CVTPS2PD | Opcode::CVTPS2PI | Opcode::CVTSD2SI | -- cgit v1.1