Deleted Added
sdiff udiff text old ( 3835:97b3b03865fb ) new ( 3852:b91ce3d7d236 )
full compact
1// Copyright (c) 2006 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

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

1121 //ASI_REAL
1122 0x14: FailUnimpl::lddfa_real();
1123 //ASI_REAL_LITTLE
1124 0x1C: FailUnimpl::lddfa_real_l();
1125 //ASI_REAL_IO
1126 0x15: FailUnimpl::lddfa_real_io();
1127 //ASI_REAL_IO_LITTLE
1128 0x1D: FailUnimpl::lddfa_real_io_l();
1129 //ASI_PRIMARY
1130 0x80: FailUnimpl::lddfa_p();
1131 //ASI_PRIMARY_LITTLE
1132 0x88: FailUnimpl::lddfa_pl();
1133 //ASI_SECONDARY
1134 0x81: FailUnimpl::lddfa_s();
1135 //ASI_SECONDARY_LITTLE
1136 0x89: FailUnimpl::lddfa_sl();

--- 152 unchanged lines hidden ---