isa.hh (7259:200840489735) isa.hh (7270:fab664da32cf)
1/*
2 * Copyright (c) 2010 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

99 updateRegMap(cpsr);
100
101 SCTLR sctlr = 0;
102 sctlr.nmfi = 1;
103 sctlr.rao1 = 1;
104 sctlr.rao2 = 1;
105 sctlr.rao3 = 1;
106 sctlr.rao4 = 1;
1/*
2 * Copyright (c) 2010 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

99 updateRegMap(cpsr);
100
101 SCTLR sctlr = 0;
102 sctlr.nmfi = 1;
103 sctlr.rao1 = 1;
104 sctlr.rao2 = 1;
105 sctlr.rao3 = 1;
106 sctlr.rao4 = 1;
107 miscRegs[MISCREG_SCTLR] = sctlr;
107
108 //XXX We need to initialize the rest of the state.
109 }
110
111 MiscReg
112 readMiscRegNoEffect(int misc_reg)
113 {
114 assert(misc_reg < NumMiscRegs);

--- 141 unchanged lines hidden ---
108
109 //XXX We need to initialize the rest of the state.
110 }
111
112 MiscReg
113 readMiscRegNoEffect(int misc_reg)
114 {
115 assert(misc_reg < NumMiscRegs);

--- 141 unchanged lines hidden ---