two_byte_opcodes.isa (6696:e533bec78924) two_byte_opcodes.isa (6705:3c810b64ee7d)
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

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

702 // repe (0xF3)
703 0x4: decode OPCODE_OP_BOTTOM3 {
704 0x6: MOVQ(Vq,Wq);
705 0x7: MOVDQU(Wo,Vo);
706 default: UD2();
707 }
708 // operand size (0x66)
709 0x1: decode OPCODE_OP_BOTTOM3 {
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

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

702 // repe (0xF3)
703 0x4: decode OPCODE_OP_BOTTOM3 {
704 0x6: MOVQ(Vq,Wq);
705 0x7: MOVDQU(Wo,Vo);
706 default: UD2();
707 }
708 // operand size (0x66)
709 0x1: decode OPCODE_OP_BOTTOM3 {
710 0x4: WarnUnimpl::haddpd_Vo_Wo();
710 0x4: HADDPD(Vo,Wo);
711 0x5: WarnUnimpl::hsubpd_Vo_Wo();
712 0x6: WarnUnimpl::movd_Ed_Vd();
713 0x7: MOVDQA(Wo,Vo);
714 default: UD2();
715 }
716 // repne (0xF2)
717 0x8: decode OPCODE_OP_BOTTOM3 {
718 0x4: WarnUnimpl::haddps_Vo_Wo();

--- 367 unchanged lines hidden ---
711 0x5: WarnUnimpl::hsubpd_Vo_Wo();
712 0x6: WarnUnimpl::movd_Ed_Vd();
713 0x7: MOVDQA(Wo,Vo);
714 default: UD2();
715 }
716 // repne (0xF2)
717 0x8: decode OPCODE_OP_BOTTOM3 {
718 0x4: WarnUnimpl::haddps_Vo_Wo();

--- 367 unchanged lines hidden ---