miscregs.hh (6261:5fdf0fc147bd) miscregs.hh (6403:c3372644e033)
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;

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

57 MISCREG_CPSR = 0,
58 MISCREG_SPSR,
59 MISCREG_SPSR_FIQ,
60 MISCREG_SPSR_IRQ,
61 MISCREG_SPSR_SVC,
62 MISCREG_SPSR_UND,
63 MISCREG_SPSR_ABT,
64 MISCREG_FPSR,
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;

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

57 MISCREG_CPSR = 0,
58 MISCREG_SPSR,
59 MISCREG_SPSR_FIQ,
60 MISCREG_SPSR_IRQ,
61 MISCREG_SPSR_SVC,
62 MISCREG_SPSR_UND,
63 MISCREG_SPSR_ABT,
64 MISCREG_FPSR,
65 MISCREG_FPSID,
66 MISCREG_FPSCR,
67 MISCREG_FPEXC,
65 NUM_MISCREGS
66 };
67
68 const char * const miscRegName[NUM_MISCREGS] = {
69 "cpsr",
70 "spsr", "spsr_fiq", "spsr_irq", "spsr_svc", "spsr_und", "spsr_abt",
71 "fpsr"
72 };

--- 19 unchanged lines hidden ---
68 NUM_MISCREGS
69 };
70
71 const char * const miscRegName[NUM_MISCREGS] = {
72 "cpsr",
73 "spsr", "spsr_fiq", "spsr_irq", "spsr_svc", "spsr_und", "spsr_abt",
74 "fpsr"
75 };

--- 19 unchanged lines hidden ---