Deleted Added
sdiff udiff text old ( 12234:78ece221f9f5 ) new ( 12616:4b463b4dc098 )
full compact
1// -*- mode:c++ -*-
2
3// Copyright (c) 2003-2005 The Regents of The University of Michigan
4// All rights reserved.
5//
6// Redistribution and use in source and binary forms, with or without
7// modification, are permitted provided that the following conditions are
8// met: redistributions of source code must retain the above copyright

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

121 warnedOnTrapping(false)
122 {
123 }
124
125 int getC99RoundingMode(uint64_t fpcr_val) const;
126
127 // This differs from the AlphaStaticInst version only in
128 // printing suffixes for non-default rounding & trapping modes.
129 std::string generateDisassembly(
130 Addr pc, const SymbolTable *symtab) const override;
131 };
132
133}};
134
135
136output decoder {{
137 int
138 AlphaFP::getC99RoundingMode(uint64_t fpcr_val) const

--- 170 unchanged lines hidden ---