two_byte_opcodes.isa (6522:c256e28ad056) two_byte_opcodes.isa (6523:da0f91a2d60b)
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

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

735 }
736 default: Inst::UD2();
737 }
738 0x0F: decode LEGACY_DECODEVAL {
739 // no prefix
740 0x0: decode OPCODE_OP_BOTTOM3 {
741 0x0: vmread_Ed_or_Eq_Gd_or_Gq();
742 0x1: vmwrite_Gd_or_Gq_Ed_or_Eq();
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

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

735 }
736 default: Inst::UD2();
737 }
738 0x0F: decode LEGACY_DECODEVAL {
739 // no prefix
740 0x0: decode OPCODE_OP_BOTTOM3 {
741 0x0: vmread_Ed_or_Eq_Gd_or_Gq();
742 0x1: vmwrite_Gd_or_Gq_Ed_or_Eq();
743 0x6: mov_Ed_Pd();
743 0x6: Inst::MOVD(Edp,Pdp);
744 0x7: mov_Qq_Pq();
745 default: Inst::UD2();
746 }
747 // repe (0xF3)
748 0x4: decode OPCODE_OP_BOTTOM3 {
749 0x6: movq_Vo_Mq_or_Vq_Vq();
750 0x7: movdqu_Wo_Vo();
751 default: Inst::UD2();

--- 380 unchanged lines hidden ---
744 0x7: mov_Qq_Pq();
745 default: Inst::UD2();
746 }
747 // repe (0xF3)
748 0x4: decode OPCODE_OP_BOTTOM3 {
749 0x6: movq_Vo_Mq_or_Vq_Vq();
750 0x7: movdqu_Wo_Vo();
751 default: Inst::UD2();

--- 380 unchanged lines hidden ---