main.isa (4276:f0030662ee2a) | main.isa (4298:a92aab35e34e) |
---|---|
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 "operands.isa" 80 81//Include the base class for x86 instructions, and some support code 82##include "base.isa" 83 84//Include the definitions for the instruction formats 85##include "formats/formats.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 "operands.isa" 80 81//Include the base class for x86 instructions, and some support code 82##include "base.isa" 83 84//Include the definitions for the instruction formats 85##include "formats/formats.isa" 86 |
87//Include the definitions of the micro ops 88##include "microops/microops.isa" 89 |
|
87//Include the decoder definition 88##include "decoder/decoder.isa" | 90//Include the decoder definition 91##include "decoder/decoder.isa" |