main.isa (4309:47807357f0d7) main.isa (4336:bd6ab22f8e11)
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:

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

79##include "bitfields.isa"
80
81//Include the operand_types and operand definitions
82##include "operands.isa"
83
84//Include the base class for x86 instructions, and some support code
85##include "base.isa"
86
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:

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

79##include "bitfields.isa"
80
81//Include the operand_types and operand definitions
82##include "operands.isa"
83
84//Include the base class for x86 instructions, and some support code
85##include "base.isa"
86
87//Include the instruction definitions
88##include "insts/insts.isa"
89
87//Include the definitions for the instruction formats
88##include "formats/formats.isa"
89
90//Include the definitions of the micro ops
91##include "microops/microops.isa"
92
93//Include the decoder definition
94##include "decoder/decoder.isa"
90//Include the definitions for the instruction formats
91##include "formats/formats.isa"
92
93//Include the definitions of the micro ops
94##include "microops/microops.isa"
95
96//Include the decoder definition
97##include "decoder/decoder.isa"