two_byte_opcodes.isa (6706:ea20065f6614) two_byte_opcodes.isa (6707:0e5037cecaf7)
1// Copyright (c) 2008 The Regents of The University of Michigan
2// All rights reserved.
3//
4// Redistribution and use in source and binary forms, with or without
5// modification, are permitted provided that the following conditions are
6// met: redistributions of source code must retain the above copyright
7// notice, this list of conditions and the following disclaimer;
8// redistributions in binary form must reproduce the above copyright

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

668 0x2: PSRLD(VRo,Ib);
669 0x4: PSRAD(VRo,Ib);
670 0x6: PSLLD(VRo,Ib);
671 default: UD2();
672 }
673 //0x3: group14_pshimq();
674 0x3: decode MODRM_REG {
675 0x2: PSRLQ(VRo,Ib);
1// Copyright (c) 2008 The Regents of The University of Michigan
2// All rights reserved.
3//
4// Redistribution and use in source and binary forms, with or without
5// modification, are permitted provided that the following conditions are
6// met: redistributions of source code must retain the above copyright
7// notice, this list of conditions and the following disclaimer;
8// redistributions in binary form must reproduce the above copyright

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

668 0x2: PSRLD(VRo,Ib);
669 0x4: PSRAD(VRo,Ib);
670 0x6: PSLLD(VRo,Ib);
671 default: UD2();
672 }
673 //0x3: group14_pshimq();
674 0x3: decode MODRM_REG {
675 0x2: PSRLQ(VRo,Ib);
676 0x3: WarnUnimpl::psrldq_VRo_Ib();
676 0x3: PSRLDQ(VRo,Ib);
677 0x6: PSLLQ(VRo,Ib);
677 0x6: PSLLQ(VRo,Ib);
678 0x7: WarnUnimpl::pslldq_VRo_Ib();
678 0x7: PSLLDQ(VRo,Ib);
679 default: UD2();
680 }
681 0x4: PCMPEQB(Vo,Wo);
682 0x5: PCMPEQW(Vo,Wo);
683 0x6: PCMPEQD(Vo,Wo);
684 default: UD2();
685 }
686 // repne (0xF2)

--- 399 unchanged lines hidden ---
679 default: UD2();
680 }
681 0x4: PCMPEQB(Vo,Wo);
682 0x5: PCMPEQW(Vo,Wo);
683 0x6: PCMPEQD(Vo,Wo);
684 default: UD2();
685 }
686 // repne (0xF2)

--- 399 unchanged lines hidden ---