specop.isa (4590:5c3813b700a3) | specop.isa (4679:0b39fa8f5eb8) |
---|---|
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 --- 46 unchanged lines hidden (view full) --- 55 56////////////////////////////////////////////////////////////////////////// 57// 58// Fault Microop 59// 60////////////////////////////////////////////////////////////////////////// 61 62output header {{ | 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 --- 46 unchanged lines hidden (view full) --- 55 56////////////////////////////////////////////////////////////////////////// 57// 58// Fault Microop 59// 60////////////////////////////////////////////////////////////////////////// 61 62output header {{ |
63 class MicroFault : public X86MicroopBase | 63 class MicroFault : public X86ISA::X86MicroopBase |
64 { 65 protected: 66 Fault fault; 67 void buildMe(); 68 69 public: 70 MicroFault(ExtMachInst _machInst, const char * instMnem, 71 bool isMicro, bool isDelayed, bool isFirst, bool isLast, --- 50 unchanged lines hidden --- | 64 { 65 protected: 66 Fault fault; 67 void buildMe(); 68 69 public: 70 MicroFault(ExtMachInst _machInst, const char * instMnem, 71 bool isMicro, bool isDelayed, bool isFirst, bool isLast, --- 50 unchanged lines hidden --- |