two_byte_opcodes.isa (6477:f3c9335ec2cd) two_byte_opcodes.isa (6480:ed9d773de88f)
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

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

815 CpuidResult result;
816 success = doCpuid(xc->tcBase(), bits(Rax, 31, 0), result);
817 Rax = result.rax;
818 Rbx = result.rbx;
819 Rcx = result.rcx;
820 Rdx = result.rdx;
821 }});
822 0x3: Inst::BT(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

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

815 CpuidResult result;
816 success = doCpuid(xc->tcBase(), bits(Rax, 31, 0), result);
817 Rax = result.rax;
818 Rbx = result.rbx;
819 Rcx = result.rcx;
820 Rdx = result.rdx;
821 }});
822 0x3: Inst::BT(Ev,Gv);
823 0x4: shld_Ev_Gv_Ib();
824 0x5: shld_Ev_Gv_rCl();
823 0x4: Inst::SHLD(Ev,Gv,Ib);
824 0x5: Inst::SHLD(Ev,Gv);
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);

--- 298 unchanged lines hidden ---
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);

--- 298 unchanged lines hidden ---