isa.hh (6719:260676453f66) isa.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;

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

58 intRegMap = IntRegFiqMap;
59 break;
60 case MODE_IRQ:
61 intRegMap = IntRegIrqMap;
62 break;
63 case MODE_SVC:
64 intRegMap = IntRegSvcMap;
65 break;
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;

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

58 intRegMap = IntRegFiqMap;
59 break;
60 case MODE_IRQ:
61 intRegMap = IntRegIrqMap;
62 break;
63 case MODE_SVC:
64 intRegMap = IntRegSvcMap;
65 break;
66 case MODE_MON:
67 intRegMap = IntRegMonMap;
68 break;
66 case MODE_ABORT:
67 intRegMap = IntRegAbtMap;
68 break;
69 case MODE_UNDEFINED:
70 intRegMap = IntRegUndMap;
71 break;
72 default:
73 panic("Unrecognized mode setting in CPSR.\n");

--- 77 unchanged lines hidden ---
69 case MODE_ABORT:
70 intRegMap = IntRegAbtMap;
71 break;
72 case MODE_UNDEFINED:
73 intRegMap = IntRegUndMap;
74 break;
75 default:
76 panic("Unrecognized mode setting in CPSR.\n");

--- 77 unchanged lines hidden ---