On 02/02/18 15:17, Jan Beulich wrote:
On 02.02.18 at 13:03, wrote:
>> On 07/12/17 14:04, Jan Beulich wrote:
>>> @@ -8027,6 +8060,13 @@ x86_emulate(
>>> generate_exception_if(vex.w, EXC_UD);
>>> goto simd_0f_imm8_avx;
>>>
>>> +case X86EMUL_OPC_VEX_66(0x0f3a, 0x48): /* v
>>> On 02.02.18 at 13:03, wrote:
> On 07/12/17 14:04, Jan Beulich wrote:
>> @@ -8027,6 +8060,13 @@ x86_emulate(
>> generate_exception_if(vex.w, EXC_UD);
>> goto simd_0f_imm8_avx;
>>
>> +case X86EMUL_OPC_VEX_66(0x0f3a, 0x48): /* vpermil2ps
>> $imm,{x,y}mm/mem,{x,y}mm,{x,y}m
On 07/12/17 14:04, Jan Beulich wrote:
> @@ -8027,6 +8060,13 @@ x86_emulate(
> generate_exception_if(vex.w, EXC_UD);
> goto simd_0f_imm8_avx;
>
> +case X86EMUL_OPC_VEX_66(0x0f3a, 0x48): /* vpermil2ps
> $imm,{x,y}mm/mem,{x,y}mm,{x,y}mm,{x,y}mm */
> +
Signed-off-by: Jan Beulich
--- a/.gitignore
+++ b/.gitignore
@@ -230,6 +230,7 @@
tools/tests/x86_emulator/sse*.[ch]
tools/tests/x86_emulator/test_x86_emulator
tools/tests/x86_emulator/x86_emulate
+tools/tests/x86_emulator/xop*.[ch]
tools/tests/xen-access/xen-access
tools/tests/xenstore/xs-te