mem.hh (6691:cd68b6ecd68d) mem.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;

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

81 : MemOp(mnem, _machInst, __opClass, _eaCompPtr, _memAccPtr),
82 disp(machInst.d)
83 {
84 }
85
86 std::string generateDisassembly(Addr pc, const SymbolTable *symtab) const;
87};
88
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;

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

81 : MemOp(mnem, _machInst, __opClass, _eaCompPtr, _memAccPtr),
82 disp(machInst.d)
83 {
84 }
85
86 std::string generateDisassembly(Addr pc, const SymbolTable *symtab) const;
87};
88
89} // PowerISA namespace
89} // namespace PowerISA
90
91#endif //__ARCH_POWER_INSTS_MEM_HH__
90
91#endif //__ARCH_POWER_INSTS_MEM_HH__