two_byte_opcodes.isa (5359:8c6ff200e4c1) two_byte_opcodes.isa (5409:0343cd06df4f)
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

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

312 0x4: Inst::CVTTSD2SI(Gdp,Wdp);
313 0x5: cvtsd2si_Gd_Wq();
314 default: Inst::UD2();
315 }
316 default: Inst::UD2();
317 }
318 0x06: decode OPCODE_OP_BOTTOM3 {
319 0x0: Inst::WRMSR();
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

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

312 0x4: Inst::CVTTSD2SI(Gdp,Wdp);
313 0x5: cvtsd2si_Gd_Wq();
314 default: Inst::UD2();
315 }
316 default: Inst::UD2();
317 }
318 0x06: decode OPCODE_OP_BOTTOM3 {
319 0x0: Inst::WRMSR();
320 0x1: rdtsc();
320 0x1: Inst::RDTSC();
321 0x2: Inst::RDMSR();
322 0x3: rdpmc();
323 0x4: sysenter();
324 0x5: sysexit();
325 0x6: Inst::UD2();
326 0x7: getsec();
327 }
328 0x07: decode OPCODE_OP_BOTTOM3 {

--- 679 unchanged lines hidden ---
321 0x2: Inst::RDMSR();
322 0x3: rdpmc();
323 0x4: sysenter();
324 0x5: sysexit();
325 0x6: Inst::UD2();
326 0x7: getsec();
327 }
328 0x07: decode OPCODE_OP_BOTTOM3 {

--- 679 unchanged lines hidden ---