two_byte_opcodes.isa (5059:33478a26f73e) two_byte_opcodes.isa (5149:356e00996637)
1// Copyright (c) 2007 The Hewlett-Packard Development Company
2// All rights reserved.
3//
4// Redistribution and use of this software in source and binary forms,
5// with or without modification, are permitted provided that the
6// following conditions are met:
7//
8// The software must be used only for Non-Commercial Use which means any

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

206 // The size of the W operand should be q, not dp
207 0x4: Inst::CVTTSD2SI(Gdp,Wdp);
208 0x5: cvtsd2si_Gd_Wq();
209 default: Inst::UD2();
210 }
211 default: Inst::UD2();
212 }
213 0x06: decode OPCODE_OP_BOTTOM3 {
1// Copyright (c) 2007 The Hewlett-Packard Development Company
2// All rights reserved.
3//
4// Redistribution and use of this software in source and binary forms,
5// with or without modification, are permitted provided that the
6// following conditions are met:
7//
8// The software must be used only for Non-Commercial Use which means any

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

206 // The size of the W operand should be q, not dp
207 0x4: Inst::CVTTSD2SI(Gdp,Wdp);
208 0x5: cvtsd2si_Gd_Wq();
209 default: Inst::UD2();
210 }
211 default: Inst::UD2();
212 }
213 0x06: decode OPCODE_OP_BOTTOM3 {
214 0x0: wrmsr();
214 0x0: Inst::WRMSR();
215 0x1: rdtsc();
215 0x1: rdtsc();
216 0x2: rdmsr();
216 0x2: Inst::RDMSR();
217 0x3: rdpmc();
218 0x4: sysenter();
219 0x5: sysexit();
220 0x6: Inst::UD2();
221 0x7: getsec();
222 }
223 0x07: decode OPCODE_OP_BOTTOM3 {
224 0x0: three_byte_opcode();

--- 544 unchanged lines hidden ---
217 0x3: rdpmc();
218 0x4: sysenter();
219 0x5: sysexit();
220 0x6: Inst::UD2();
221 0x7: getsec();
222 }
223 0x07: decode OPCODE_OP_BOTTOM3 {
224 0x0: three_byte_opcode();

--- 544 unchanged lines hidden ---