Deleted Added
sdiff udiff text old ( 3982:c3517459caed ) new ( 3992:d08b4ae09876 )
full compact
1// Copyright (c) 2006-2007 The Regents of The University of Michigan
2// All rights reserved.
3//
4// Redistribution and use in source and binary forms, with or without
5// modification, are permitted provided that the following conditions are
6// met: redistributions of source code must retain the above copyright
7// notice, this list of conditions and the following disclaimer;
8// redistributions in binary form must reproduce the above copyright

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

729 }});
730 0xD2: fdtoi({{
731 Frds.sf = (float)static_cast<int32_t>(Frs2.df);
732 }});
733 0xD3: Trap::fqtoi({{fault = new FpExceptionOther;}}); // unimp fpop
734 default: FailUnimpl::fpop1();
735 }
736 }
737 0x35: Trap::fpop2({{fault = new FpDisabled;}});
738 //This used to be just impdep1, but now it's a whole bunch
739 //of instructions
740 0x36: decode OPF{
741 0x00: FailUnimpl::edge8();
742 0x01: FailUnimpl::edge8n();
743 0x02: FailUnimpl::edge8l();
744 0x03: FailUnimpl::edge8ln();
745 0x04: FailUnimpl::edge16();

--- 551 unchanged lines hidden ---