pseudo_inst.cc (9659:403a4d20799a) | pseudo_inst.cc (9681:4597012dfa97) |
---|---|
1/* 2 * Copyright (c) 2010-2012 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 --- 115 unchanged lines hidden (view full) --- 124 case 0x09: // wakecpu_func 125 wakeCPU(tc, args[0]); 126 break; 127 128 case 0x21: // exit_func 129 m5exit(tc, args[0]); 130 break; 131 | 1/* 2 * Copyright (c) 2010-2012 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 --- 115 unchanged lines hidden (view full) --- 124 case 0x09: // wakecpu_func 125 wakeCPU(tc, args[0]); 126 break; 127 128 case 0x21: // exit_func 129 m5exit(tc, args[0]); 130 break; 131 |
132 case 0x22: 133 m5fail(tc, args[0], args[1]); 134 break; 135 |
|
132 case 0x30: // initparam_func 133 return initParam(tc); 134 135 case 0x31: // loadsymbol_func 136 loadsymbol(tc); 137 break; 138 139 case 0x40: // resetstats_func --- 535 unchanged lines hidden --- | 136 case 0x30: // initparam_func 137 return initParam(tc); 138 139 case 0x31: // loadsymbol_func 140 loadsymbol(tc); 141 break; 142 143 case 0x40: // resetstats_func --- 535 unchanged lines hidden --- |