branch.hh (7720:65d338a8dba4) branch.hh (7811:a8fc35183c10)
1/* Copyright (c) 2007-2008 The Florida State University
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;

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

231 {
232 }
233
234 PowerISA::PCState branchTarget(ThreadContext *tc) const;
235
236 std::string generateDisassembly(Addr pc, const SymbolTable *symtab) const;
237};
238
1/* Copyright (c) 2007-2008 The Florida State University
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;

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

231 {
232 }
233
234 PowerISA::PCState branchTarget(ThreadContext *tc) const;
235
236 std::string generateDisassembly(Addr pc, const SymbolTable *symtab) const;
237};
238
239} // PowerISA namespace
239} // namespace PowerISA
240
241#endif //__ARCH_POWER_INSTS_BRANCH_HH__
240
241#endif //__ARCH_POWER_INSTS_BRANCH_HH__