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

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

946 0x3: PSRLQ(Pq,Qq);
947 0x4: PADDQ(Pq,Qq);
948 0x5: PMULLW(Pq,Qq);
949 0x7: PMOVMSKB(Gd,PRq);
950 default: UD2();
951 }
952 // repe (0xF3)
953 0x4: 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

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

946 0x3: PSRLQ(Pq,Qq);
947 0x4: PADDQ(Pq,Qq);
948 0x5: PMULLW(Pq,Qq);
949 0x7: PMOVMSKB(Gd,PRq);
950 default: UD2();
951 }
952 // repe (0xF3)
953 0x4: decode OPCODE_OP_BOTTOM3 {
954 0x6: WarnUnimpl::movq2dq_Vo_PRq();
954 0x6: MOVQ2DQ(Vo,PRq);
955 default: UD2();
956 }
957 // operand size (0x66)
958 0x1: decode OPCODE_OP_BOTTOM3 {
959 0x0: WarnUnimpl::addsubpd_Vo_Wo();
960 0x1: PSRLW(Vo,Wo);
961 0x2: PSRLD(Vo,Wo);
962 0x3: PSRLQ(Vo,Wo);

--- 160 unchanged lines hidden ---
955 default: UD2();
956 }
957 // operand size (0x66)
958 0x1: decode OPCODE_OP_BOTTOM3 {
959 0x0: WarnUnimpl::addsubpd_Vo_Wo();
960 0x1: PSRLW(Vo,Wo);
961 0x2: PSRLD(Vo,Wo);
962 0x3: PSRLQ(Vo,Wo);

--- 160 unchanged lines hidden ---