Deleted Added
sdiff udiff text old ( 6691:cd68b6ecd68d ) new ( 7811:a8fc35183c10 )
full compact
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;

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

47 MiscOp(const char *mnem, MachInst _machInst, OpClass __opClass)
48 : PowerStaticInst(mnem, _machInst, __opClass)
49 {
50 }
51
52 std::string generateDisassembly(Addr pc, const SymbolTable *symtab) const;
53};
54
55} // PowerISA namespace
56
57#endif //__ARCH_POWER_INSTS_MISC_HH__