two_byte_opcodes.isa (6606:03fd282998d0) two_byte_opcodes.isa (6607:dba8e329e783)
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

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

963 0x4: PADDQ(Vo,Wo);
964 0x5: PMULLW(Vo,Wo);
965 0x6: MOVQ(Wq,Vq);
966 0x7: PMOVMSKB(Gd,VRo);
967 }
968 // repne (0xF2)
969 0x8: decode OPCODE_OP_BOTTOM3 {
970 0x0: WarnUnimpl::addsubps_Vo_Wo();
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

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

963 0x4: PADDQ(Vo,Wo);
964 0x5: PMULLW(Vo,Wo);
965 0x6: MOVQ(Wq,Vq);
966 0x7: PMOVMSKB(Gd,VRo);
967 }
968 // repne (0xF2)
969 0x8: decode OPCODE_OP_BOTTOM3 {
970 0x0: WarnUnimpl::addsubps_Vo_Wo();
971 0x6: WarnUnimpl::movdq2q_Pq_VRq();
971 0x6: MOVDQ2Q(Pq,VRq);
972 default: UD2();
973 }
974 default: UD2();
975 }
976 0x1B: decode LEGACY_DECODEVAL {
977 // no prefix
978 0x0: decode OPCODE_OP_BOTTOM3 {
979 0x0: PSUBUSB(Pq,Qq);

--- 143 unchanged lines hidden ---
972 default: UD2();
973 }
974 default: UD2();
975 }
976 0x1B: decode LEGACY_DECODEVAL {
977 // no prefix
978 0x0: decode OPCODE_OP_BOTTOM3 {
979 0x0: PSUBUSB(Pq,Qq);

--- 143 unchanged lines hidden ---