two_byte_opcodes.isa (5332:0e25e0b6982c) two_byte_opcodes.isa (5359:8c6ff200e4c1)
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

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

152 // 16 bit operand sizes are special, but only
153 // in legacy and compatability modes.
154 0x2: Inst::LIDT_16(M);
155 default: Inst::LIDT(M);
156 }
157 }
158 0x4: smsw_Mw();
159 0x6: lmsw_Mw();
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

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

152 // 16 bit operand sizes are special, but only
153 // in legacy and compatability modes.
154 0x2: Inst::LIDT_16(M);
155 default: Inst::LIDT(M);
156 }
157 }
158 0x4: smsw_Mw();
159 0x6: lmsw_Mw();
160 0x7: invlpg_M();
160 0x7: Inst::INVLPG(M);
161 default: Inst::UD2();
162 }
163 }
164 0x02: lar_Gv_Ew();
165 0x03: lsl_Gv_Ew();
166 //sandpile.org doesn't seem to know what this is... ?
167 0x04: loadall_or_reset_or_hang();
168#if FULL_SYSTEM

--- 839 unchanged lines hidden ---
161 default: Inst::UD2();
162 }
163 }
164 0x02: lar_Gv_Ew();
165 0x03: lsl_Gv_Ew();
166 //sandpile.org doesn't seem to know what this is... ?
167 0x04: loadall_or_reset_or_hang();
168#if FULL_SYSTEM

--- 839 unchanged lines hidden ---