condition.hh (6691:cd68b6ecd68d) condition.hh (7811:a8fc35183c10)
1/*
2 * Copyright (c) 2009 The University of Edinburgh
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

76 bf(machInst.bf),
77 bfa(machInst.bfa)
78 {
79 }
80
81 std::string generateDisassembly(Addr pc, const SymbolTable *symtab) const;
82};
83
1/*
2 * Copyright (c) 2009 The University of Edinburgh
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

76 bf(machInst.bf),
77 bfa(machInst.bfa)
78 {
79 }
80
81 std::string generateDisassembly(Addr pc, const SymbolTable *symtab) const;
82};
83
84} // PowerISA namespace
84} // namespace PowerISA
85
86#endif //__ARCH_POWER_INSTS_CONDITION_HH__
85
86#endif //__ARCH_POWER_INSTS_CONDITION_HH__