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

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

143 else if (a > b) { c = 0x4; }
144 else { c = 0x2; }
145 return c;
146 }
147
148 std::string generateDisassembly(Addr pc, const SymbolTable *symtab) const;
149};
150
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;

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

143 else if (a > b) { c = 0x4; }
144 else { c = 0x2; }
145 return c;
146 }
147
148 std::string generateDisassembly(Addr pc, const SymbolTable *symtab) const;
149};
150
151} // PowerISA namespace
151} // namespace PowerISA
152
153#endif //__ARCH_POWER_INSTS_FLOATING_HH__
152
153#endif //__ARCH_POWER_INSTS_FLOATING_HH__