decoder.isa (10924:d02e9c239892) decoder.isa (12045:31d9a81ba286)
1// Copyright (c) 2007 The Hewlett-Packard Development Company
2// All rights reserved.
3//
4// The license below extends only to copyright in the software and shall
5// not be construed as granting a license to any other intellectual
6// property including but not limited to intellectual property relating
7// to a hardware implementation of the functionality of the software
8// licensed hereunder. You may use the software subject to the license

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

44{
45 //No lock prefix
46 0x0: decode OPCODE_TYPE default Unknown::unknown()
47 {
48 ##include "one_byte_opcodes.isa"
49 ##include "two_byte_opcodes.isa"
50 ##include "three_byte_0f38_opcodes.isa"
51 ##include "three_byte_0f3a_opcodes.isa"
1// Copyright (c) 2007 The Hewlett-Packard Development Company
2// All rights reserved.
3//
4// The license below extends only to copyright in the software and shall
5// not be construed as granting a license to any other intellectual
6// property including but not limited to intellectual property relating
7// to a hardware implementation of the functionality of the software
8// licensed hereunder. You may use the software subject to the license

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

44{
45 //No lock prefix
46 0x0: decode OPCODE_TYPE default Unknown::unknown()
47 {
48 ##include "one_byte_opcodes.isa"
49 ##include "two_byte_opcodes.isa"
50 ##include "three_byte_0f38_opcodes.isa"
51 ##include "three_byte_0f3a_opcodes.isa"
52 ##include "vex_opcodes.isa"
53 }
54 //Lock prefix
55 ##include "locked_opcodes.isa"
56}
52 }
53 //Lock prefix
54 ##include "locked_opcodes.isa"
55}