main.isa (4158:a3fb9e29c6ce) | main.isa (4276:f0030662ee2a) |
---|---|
1// -*- mode:c++ -*- 2 3// Copyright (c) 2007 The Hewlett-Packard Development Company 4// All rights reserved. 5// 6// Redistribution and use of this software in source and binary forms, 7// with or without modification, are permitted provided that the 8// following conditions are met: --- 65 unchanged lines hidden (view full) --- 74 75//Include the bitfield definitions 76##include "bitfields.isa" 77 78//Include the operand_types and operand definitions 79##include "operands.isa" 80 81//Include the base class for x86 instructions, and some support code | 1// -*- mode:c++ -*- 2 3// Copyright (c) 2007 The Hewlett-Packard Development Company 4// All rights reserved. 5// 6// Redistribution and use of this software in source and binary forms, 7// with or without modification, are permitted provided that the 8// following conditions are met: --- 65 unchanged lines hidden (view full) --- 74 75//Include the bitfield definitions 76##include "bitfields.isa" 77 78//Include the operand_types and operand definitions 79##include "operands.isa" 80 81//Include the base class for x86 instructions, and some support code |
82//##include "base.isa" | 82##include "base.isa" |
83 84//Include the definitions for the instruction formats 85##include "formats/formats.isa" 86 87//Include the decoder definition | 83 84//Include the definitions for the instruction formats 85##include "formats/formats.isa" 86 87//Include the decoder definition |
88##include "decoder.isa" | 88##include "decoder/decoder.isa" |