decoder.isa (3835:97b3b03865fb) decoder.isa (3852:b91ce3d7d236)
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();
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_LDTX_REAL
1130 0x26: TwinLoad::ldtx_real(
1131 {{RdTwin.udw = Mem.udw}}, {{EXT_ASI}});
1132 //ASI_LDTX_N
1133 0x27: TwinLoad::ldtx_n(
1134 {{RdTwin.udw = Mem.udw}}, {{EXT_ASI}});
1135 //ASI_LDTX_REAL_L
1136 0x2E: TwinLoad::ldtx_real_l(
1137 {{RdTwin.udw = Mem.udw}}, {{EXT_ASI}});
1138 //ASI_LDTX_N_L
1139 0x2F: TwinLoad::ldtx_n_l(
1140 {{RdTwin.udw = Mem.udw}}, {{EXT_ASI}});
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 ---
1141 //ASI_PRIMARY
1142 0x80: FailUnimpl::lddfa_p();
1143 //ASI_PRIMARY_LITTLE
1144 0x88: FailUnimpl::lddfa_pl();
1145 //ASI_SECONDARY
1146 0x81: FailUnimpl::lddfa_s();
1147 //ASI_SECONDARY_LITTLE
1148 0x89: FailUnimpl::lddfa_sl();

--- 152 unchanged lines hidden ---