miscregs.hh (6403:c3372644e033) miscregs.hh (6723:ea7c71a3433a)
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;

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

54 };
55
56 enum MiscRegIndex {
57 MISCREG_CPSR = 0,
58 MISCREG_SPSR,
59 MISCREG_SPSR_FIQ,
60 MISCREG_SPSR_IRQ,
61 MISCREG_SPSR_SVC,
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;

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

54 };
55
56 enum MiscRegIndex {
57 MISCREG_CPSR = 0,
58 MISCREG_SPSR,
59 MISCREG_SPSR_FIQ,
60 MISCREG_SPSR_IRQ,
61 MISCREG_SPSR_SVC,
62 MISCREG_SPSR_MON,
62 MISCREG_SPSR_UND,
63 MISCREG_SPSR_ABT,
64 MISCREG_FPSR,
65 MISCREG_FPSID,
66 MISCREG_FPSCR,
67 MISCREG_FPEXC,
68 NUM_MISCREGS
69 };

--- 25 unchanged lines hidden ---
63 MISCREG_SPSR_UND,
64 MISCREG_SPSR_ABT,
65 MISCREG_FPSR,
66 MISCREG_FPSID,
67 MISCREG_FPSCR,
68 MISCREG_FPEXC,
69 NUM_MISCREGS
70 };

--- 25 unchanged lines hidden ---