two_byte_opcodes.isa (9457:a4739b6f799d) two_byte_opcodes.isa (9471:4193ed60eed7)
1// Copyright (c) 2007-2008 The Hewlett-Packard Development Company
2// All rights reserved.
3//
4// The license below extends only to copyright in the software and shall
5// not be construed as granting a license to any other intellectual
6// property including but not limited to intellectual property relating
7// to a hardware implementation of the functionality of the software
8// licensed hereunder. You may use the software subject to the license

--- 590 unchanged lines hidden (view full) ---

599 0x3: decode MODRM_REG {
600 0x2: PSRLQ(PRq,Ib);
601 0x6: PSLLQ(PRq,Ib);
602 default: Inst::UD2();
603 }
604 0x4: Inst::PCMPEQB(Pq,Qq);
605 0x5: Inst::PCMPEQW(Pq,Qq);
606 0x6: Inst::PCMPEQD(Pq,Qq);
1// Copyright (c) 2007-2008 The Hewlett-Packard Development Company
2// All rights reserved.
3//
4// The license below extends only to copyright in the software and shall
5// not be construed as granting a license to any other intellectual
6// property including but not limited to intellectual property relating
7// to a hardware implementation of the functionality of the software
8// licensed hereunder. You may use the software subject to the license

--- 590 unchanged lines hidden (view full) ---

599 0x3: decode MODRM_REG {
600 0x2: PSRLQ(PRq,Ib);
601 0x6: PSLLQ(PRq,Ib);
602 default: Inst::UD2();
603 }
604 0x4: Inst::PCMPEQB(Pq,Qq);
605 0x5: Inst::PCMPEQW(Pq,Qq);
606 0x6: Inst::PCMPEQD(Pq,Qq);
607 0x7: WarnUnimpl::emms();
607 0x7: Inst::EMMS();
608 }
609 // repe (0xF3)
610 0x4: decode OPCODE_OP_BOTTOM3 {
611 0x0: PSHUFHW(Vo,Wo,Ib);
612 default: UD2();
613 }
614 // operand size (0x66)
615 0x1: decode OPCODE_OP_BOTTOM3 {

--- 435 unchanged lines hidden ---
608 }
609 // repe (0xF3)
610 0x4: decode OPCODE_OP_BOTTOM3 {
611 0x0: PSHUFHW(Vo,Wo,Ib);
612 default: UD2();
613 }
614 // operand size (0x66)
615 0x1: decode OPCODE_OP_BOTTOM3 {

--- 435 unchanged lines hidden ---