isa.cc (12544:6a4c3acc4289) isa.cc (12620:fe5cdc0293dd)
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;

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

475 case MISCREG_HPSTATE:
476 hpstate = val;
477 break;
478 case MISCREG_HTSTATE:
479 htstate[tl-1] = val;
480 break;
481 case MISCREG_HINTP:
482 hintp = val;
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;

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

475 case MISCREG_HPSTATE:
476 hpstate = val;
477 break;
478 case MISCREG_HTSTATE:
479 htstate[tl-1] = val;
480 break;
481 case MISCREG_HINTP:
482 hintp = val;
483 break;
483 case MISCREG_HTBA:
484 htba = val;
485 break;
486 case MISCREG_STRAND_STS_REG:
487 strandStatusReg = val;
488 break;
489 case MISCREG_HSTICK_CMPR:
490 hstick_cmpr = val;

--- 316 unchanged lines hidden ---
484 case MISCREG_HTBA:
485 htba = val;
486 break;
487 case MISCREG_STRAND_STS_REG:
488 strandStatusReg = val;
489 break;
490 case MISCREG_HSTICK_CMPR:
491 hstick_cmpr = val;

--- 316 unchanged lines hidden ---