two_byte_opcodes.isa (5292:a26311673ef0) two_byte_opcodes.isa (5296:5caa774215cd)
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

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

211 0x4: group17();
212 0x5: group17();
213 0x6: group17();
214 0x7: group17();
215 }
216 0x04: decode LEGACY_DECODEVAL {
217 // no prefix
218 0x0: 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

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

211 0x4: group17();
212 0x5: group17();
213 0x6: group17();
214 0x7: group17();
215 }
216 0x04: decode LEGACY_DECODEVAL {
217 // no prefix
218 0x0: decode OPCODE_OP_BOTTOM3 {
219 0x0: mov_Rd_Cd();
219 0x0: Inst::MOV(Rd,Cd);
220 0x1: mov_Rd_Dd();
221 0x2: Inst::MOV(Cd,Rd);
222 0x3: mov_Dd_Rd();
223 0x4: mov_Rd_Td();
224 0x6: mov_Td_Rd();
225 default: Inst::UD2();
226 }
227 // lock prefix (0xF0)

--- 745 unchanged lines hidden ---
220 0x1: mov_Rd_Dd();
221 0x2: Inst::MOV(Cd,Rd);
222 0x3: mov_Dd_Rd();
223 0x4: mov_Rd_Td();
224 0x6: mov_Td_Rd();
225 default: Inst::UD2();
226 }
227 // lock prefix (0xF0)

--- 745 unchanged lines hidden ---