isa.cc (11793:ef606668d247) isa.cc (12544:6a4c3acc4289)
1/*
2 * Copyright (c) 2009 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

649 SERIALIZE_SCALAR(tick_cmpr);
650 SERIALIZE_SCALAR(stick);
651 SERIALIZE_SCALAR(stick_cmpr);
652 SERIALIZE_ARRAY(tpc,MaxTL);
653 SERIALIZE_ARRAY(tnpc,MaxTL);
654 SERIALIZE_ARRAY(tstate,MaxTL);
655 SERIALIZE_ARRAY(tt,MaxTL);
656 SERIALIZE_SCALAR(tba);
1/*
2 * Copyright (c) 2009 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

649 SERIALIZE_SCALAR(tick_cmpr);
650 SERIALIZE_SCALAR(stick);
651 SERIALIZE_SCALAR(stick_cmpr);
652 SERIALIZE_ARRAY(tpc,MaxTL);
653 SERIALIZE_ARRAY(tnpc,MaxTL);
654 SERIALIZE_ARRAY(tstate,MaxTL);
655 SERIALIZE_ARRAY(tt,MaxTL);
656 SERIALIZE_SCALAR(tba);
657 SERIALIZE_SCALAR((uint16_t)pstate);
657 SERIALIZE_SCALAR(pstate);
658 SERIALIZE_SCALAR(tl);
659 SERIALIZE_SCALAR(pil);
660 SERIALIZE_SCALAR(cwp);
661 SERIALIZE_SCALAR(gl);
658 SERIALIZE_SCALAR(tl);
659 SERIALIZE_SCALAR(pil);
660 SERIALIZE_SCALAR(cwp);
661 SERIALIZE_SCALAR(gl);
662 SERIALIZE_SCALAR((uint64_t)hpstate);
662 SERIALIZE_SCALAR(hpstate);
663 SERIALIZE_ARRAY(htstate,MaxTL);
664 SERIALIZE_SCALAR(hintp);
665 SERIALIZE_SCALAR(htba);
666 SERIALIZE_SCALAR(hstick_cmpr);
667 SERIALIZE_SCALAR(strandStatusReg);
668 SERIALIZE_SCALAR(fsr);
669 SERIALIZE_SCALAR(priContext);
670 SERIALIZE_SCALAR(secContext);

--- 136 unchanged lines hidden ---
663 SERIALIZE_ARRAY(htstate,MaxTL);
664 SERIALIZE_SCALAR(hintp);
665 SERIALIZE_SCALAR(htba);
666 SERIALIZE_SCALAR(hstick_cmpr);
667 SERIALIZE_SCALAR(strandStatusReg);
668 SERIALIZE_SCALAR(fsr);
669 SERIALIZE_SCALAR(priContext);
670 SERIALIZE_SCALAR(secContext);

--- 136 unchanged lines hidden ---