faults.hh (12032:d218c2fe9440) faults.hh (12110:c24ee249b8ba)
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
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;

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

117
118class PrivilegedOpcode : public SparcFault<PrivilegedOpcode> {};
119
120// class UnimplementedLDD : public SparcFault<UnimplementedLDD> {};
121
122// class UnimplementedSTD : public SparcFault<UnimplementedSTD> {};
123
124class FpDisabled : public SparcFault<FpDisabled> {};
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
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;

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

117
118class PrivilegedOpcode : public SparcFault<PrivilegedOpcode> {};
119
120// class UnimplementedLDD : public SparcFault<UnimplementedLDD> {};
121
122// class UnimplementedSTD : public SparcFault<UnimplementedSTD> {};
123
124class FpDisabled : public SparcFault<FpDisabled> {};
125class VecDisabled : public SparcFault<VecDisabled> {};
125
126class FpExceptionIEEE754 : public SparcFault<FpExceptionIEEE754> {};
127
128class FpExceptionOther : public SparcFault<FpExceptionOther> {};
129
130class TagOverflow : public SparcFault<TagOverflow> {};
131
132class CleanWindow : public SparcFault<CleanWindow> {};

--- 226 unchanged lines hidden ---
126
127class FpExceptionIEEE754 : public SparcFault<FpExceptionIEEE754> {};
128
129class FpExceptionOther : public SparcFault<FpExceptionOther> {};
130
131class TagOverflow : public SparcFault<TagOverflow> {};
132
133class CleanWindow : public SparcFault<CleanWindow> {};

--- 226 unchanged lines hidden ---