From b71ce923b78c1535dd3b1512bb9edad28a9808ce Mon Sep 17 00:00:00 2001 From: iximeow Date: Mon, 3 Aug 2020 01:55:36 -0700 Subject: vpminsw --- src/long_mode/vex.rs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/long_mode/vex.rs') diff --git a/src/long_mode/vex.rs b/src/long_mode/vex.rs index 8325e3f..bab8167 100644 --- a/src/long_mode/vex.rs +++ b/src/long_mode/vex.rs @@ -1364,6 +1364,11 @@ fn read_vex_instruction>(opcode_map: VEXOpcodeMap, bytes: & } else { VEXOperandCode::G_V_E_xmm }), + 0xEA => (Opcode::VPMINSW, if L { + VEXOperandCode::G_V_E_ymm + } else { + VEXOperandCode::G_V_E_xmm + }), 0xEB => (Opcode::VPOR, if L { VEXOperandCode::G_V_E_ymm } else { -- cgit v1.1