decoder.isa (3823:1c8f87aa103e) decoder.isa (3825:9b5e6c4d3ecb)
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

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

999 if(Tl == 0)
1000 return new IllegalInstruction;
1001
1002 Cwp = Tstate<4:0>;
1003 Pstate = Tstate<20:8>;
1004 Asi = Tstate<31:24>;
1005 Ccr = Tstate<39:32>;
1006 Gl = Tstate<42:40>;
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

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

999 if(Tl == 0)
1000 return new IllegalInstruction;
1001
1002 Cwp = Tstate<4:0>;
1003 Pstate = Tstate<20:8>;
1004 Asi = Tstate<31:24>;
1005 Ccr = Tstate<39:32>;
1006 Gl = Tstate<42:40>;
1007 Hpstate = Htstate;
1007 NPC = Tnpc;
1008 NNPC = Tnpc + 4;
1009 Tl = Tl - 1;
1010 }});
1011 0x1: Priv::retry({{
1012 if(Tl == 0)
1013 return new IllegalInstruction;
1014 Cwp = Tstate<4:0>;

--- 272 unchanged lines hidden ---
1008 NPC = Tnpc;
1009 NNPC = Tnpc + 4;
1010 Tl = Tl - 1;
1011 }});
1012 0x1: Priv::retry({{
1013 if(Tl == 0)
1014 return new IllegalInstruction;
1015 Cwp = Tstate<4:0>;

--- 272 unchanged lines hidden ---