decoder.isa (3900:e233f57b5afe) decoder.isa (3901:64319816e403)
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

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

1074 0x2C: TwinLoad::ldtx_l(
1075 {{RdTwin.udw = Mem.udw}}, {{EXT_ASI}});
1076 //ASI_LDTX_REAL_L
1077 0x2E: TwinLoad::ldtx_real_l(
1078 {{RdTwin.udw = Mem.udw}}, {{EXT_ASI}});
1079 //ASI_LDTX_N_L
1080 0x2F: TwinLoad::ldtx_n_l(
1081 {{RdTwin.udw = Mem.udw}}, {{EXT_ASI}});
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

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

1074 0x2C: TwinLoad::ldtx_l(
1075 {{RdTwin.udw = Mem.udw}}, {{EXT_ASI}});
1076 //ASI_LDTX_REAL_L
1077 0x2E: TwinLoad::ldtx_real_l(
1078 {{RdTwin.udw = Mem.udw}}, {{EXT_ASI}});
1079 //ASI_LDTX_N_L
1080 0x2F: TwinLoad::ldtx_n_l(
1081 {{RdTwin.udw = Mem.udw}}, {{EXT_ASI}});
1082 //ASI_LDTX_P
1083 0xE2: TwinLoad::ldtx_p(
1084 {{RdTwin.udw = Mem.udw}}, {{EXT_ASI}});
1082 default: ldtwa({{
1083 uint64_t val = Mem.udw;
1084 RdLow = val<31:0>;
1085 RdHigh = val<63:32>;
1086 }}, {{EXT_ASI}});
1087 }
1088 }
1089 format StoreAlt {

--- 219 unchanged lines hidden ---
1085 default: ldtwa({{
1086 uint64_t val = Mem.udw;
1087 RdLow = val<31:0>;
1088 RdHigh = val<63:32>;
1089 }}, {{EXT_ASI}});
1090 }
1091 }
1092 format StoreAlt {

--- 219 unchanged lines hidden ---