two_byte_opcodes.isa (5972:63611864864f) two_byte_opcodes.isa (5977:4fff54ab52ae)
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

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

825 0x6: xbts_and_cmpxchg();
826 0x7: ibts_and_cmpxchg();
827 }
828 0x15: decode OPCODE_OP_BOTTOM3 {
829 0x0: push_gs();
830 0x1: pop_gs();
831 0x2: rsm_smm();
832 0x3: Inst::BTS(Ev,Gv);
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

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

825 0x6: xbts_and_cmpxchg();
826 0x7: ibts_and_cmpxchg();
827 }
828 0x15: decode OPCODE_OP_BOTTOM3 {
829 0x0: push_gs();
830 0x1: pop_gs();
831 0x2: rsm_smm();
832 0x3: Inst::BTS(Ev,Gv);
833 0x4: shrd_Ev_Gv_Ib();
833 0x4: Inst::SHRD(Ev,Gv,Ib);
834 0x5: shrd_Ev_Gv_rCl();
835 //0x6: group16();
836 0x6: decode MODRM_REG {
837 0x0: fxsave();
838 0x1: fxrstor();
839 0x2: ldmxcsr();
840 0x3: stmxcsr();
841 0x4: Inst::UD2();

--- 289 unchanged lines hidden ---
834 0x5: shrd_Ev_Gv_rCl();
835 //0x6: group16();
836 0x6: decode MODRM_REG {
837 0x0: fxsave();
838 0x1: fxrstor();
839 0x2: ldmxcsr();
840 0x3: stmxcsr();
841 0x4: Inst::UD2();

--- 289 unchanged lines hidden ---