mem.cc (7312:03016344f54e) mem.cc (7313:b0262368daa0)
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

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

105 printMnemonic(ss, "ib");
106 break;
107 }
108 printReg(ss, INTREG_SP);
109 if (wb) {
110 ss << "!";
111 }
112 ss << ", #";
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

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

105 printMnemonic(ss, "ib");
106 break;
107 }
108 printReg(ss, INTREG_SP);
109 if (wb) {
110 ss << "!";
111 }
112 ss << ", #";
113 switch (mode) {
113 switch (regMode) {
114 case MODE_USER:
115 ss << "user";
116 break;
117 case MODE_FIQ:
118 ss << "fiq";
119 break;
120 case MODE_IRQ:
121 ss << "irq";

--- 45 unchanged lines hidden ---
114 case MODE_USER:
115 ss << "user";
116 break;
117 case MODE_FIQ:
118 ss << "fiq";
119 break;
120 case MODE_IRQ:
121 ss << "irq";

--- 45 unchanged lines hidden ---