two_byte_opcodes.isa (6608:6d1f74b21533) two_byte_opcodes.isa (6610:dbfe22c711d5)
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

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

902 }
903 0x7: WarnUnimpl::vmptrst_Mq();
904 default: UD2();
905 }
906 default: decode LEGACY_DECODEVAL {
907 // no prefix
908 0x0: decode OPCODE_OP_BOTTOM3 {
909 0x2: CMPPS(Vo,Wo,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

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

902 }
903 0x7: WarnUnimpl::vmptrst_Mq();
904 default: UD2();
905 }
906 default: decode LEGACY_DECODEVAL {
907 // no prefix
908 0x0: decode OPCODE_OP_BOTTOM3 {
909 0x2: CMPPS(Vo,Wo,Ib);
910 0x3: WarnUnimpl::movnti_Mdq_Gdq();
910 0x3: MOVNTI(Mdp,Gdp);
911 0x4: PINSRW(Pq,Ew,Ib);
912 0x5: PEXTRW(Gd,PRq,Ib);
913 0x6: SHUFPS(Vps,Wps,Ib);
914 }
915 // repe (0xF3)
916 0x4: decode OPCODE_OP_BOTTOM3 {
917 0x2: CMPSS(Vd,Wd,Ib);
918 default: UD2();

--- 204 unchanged lines hidden ---
911 0x4: PINSRW(Pq,Ew,Ib);
912 0x5: PEXTRW(Gd,PRq,Ib);
913 0x6: SHUFPS(Vps,Wps,Ib);
914 }
915 // repe (0xF3)
916 0x4: decode OPCODE_OP_BOTTOM3 {
917 0x2: CMPSS(Vd,Wd,Ib);
918 default: UD2();

--- 204 unchanged lines hidden ---