base_dyn_inst.hh (11294:a368064a2ab5) base_dyn_inst.hh (11302:bce9037689b0)
1/*
2 * Copyright (c) 2011,2013 ARM Limited
3 * Copyright (c) 2013 Advanced Micro Devices, Inc.
4 * All rights reserved.
5 *
6 * The license below extends only to copyright in the software and shall
7 * not be construed as granting a license to any other intellectual
8 * property including but not limited to intellectual property relating

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

905 instFlags[EffAddrValid] = true;
906
907 if (cpu->checker) {
908 if (reqToVerify != NULL) {
909 delete reqToVerify;
910 }
911 reqToVerify = new Request(*req);
912 }
1/*
2 * Copyright (c) 2011,2013 ARM Limited
3 * Copyright (c) 2013 Advanced Micro Devices, Inc.
4 * All rights reserved.
5 *
6 * The license below extends only to copyright in the software and shall
7 * not be construed as granting a license to any other intellectual
8 * property including but not limited to intellectual property relating

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

905 instFlags[EffAddrValid] = true;
906
907 if (cpu->checker) {
908 if (reqToVerify != NULL) {
909 delete reqToVerify;
910 }
911 reqToVerify = new Request(*req);
912 }
913 fault = cpu->read(req, sreqLow, sreqHigh, data, lqIdx);
913 fault = cpu->read(req, sreqLow, sreqHigh, lqIdx);
914 } else {
915 // Commit will have to clean up whatever happened. Set this
916 // instruction as executed.
917 this->setExecuted();
918 }
919
920 if (fault != NoFault) {
921 // Return a fixed value to keep simulation deterministic even

--- 168 unchanged lines hidden ---
914 } else {
915 // Commit will have to clean up whatever happened. Set this
916 // instruction as executed.
917 this->setExecuted();
918 }
919
920 if (fault != NoFault) {
921 // Return a fixed value to keep simulation deterministic even

--- 168 unchanged lines hidden ---