mem.isa (3953:300d526414e6) mem.isa (4055:3b00870359aa)
1// -*- mode:c++ -*-
2
3// Copyright (c) 2006 The Regents of The University of Michigan
4// All rights reserved.
5//
6// Redistribution and use in source and binary forms, with or without
7// modification, are permitted provided that the following conditions are
8// met: redistributions of source code must retain the above copyright

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

444 %(CPU_exec_context)s *xc,
445 Trace::InstRecord *traceData) const
446 {
447 Fault fault = NoFault;
448
449 %(fp_enable_check)s;
450 %(op_dest_decl)s;
451
1// -*- mode:c++ -*-
2
3// Copyright (c) 2006 The Regents of The University of Michigan
4// All rights reserved.
5//
6// Redistribution and use in source and binary forms, with or without
7// modification, are permitted provided that the following conditions are
8// met: redistributions of source code must retain the above copyright

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

444 %(CPU_exec_context)s *xc,
445 Trace::InstRecord *traceData) const
446 {
447 Fault fault = NoFault;
448
449 %(fp_enable_check)s;
450 %(op_dest_decl)s;
451
452 uint64_t write_result = pkt->req->getScResult();
452 uint64_t write_result = pkt->req->getExtraData();
453
454 if (fault == NoFault) {
455 %(postacc_code)s;
456 }
457
458 if (fault == NoFault) {
459 %(op_wb)s;
460 }

--- 150 unchanged lines hidden ---
453
454 if (fault == NoFault) {
455 %(postacc_code)s;
456 }
457
458 if (fault == NoFault) {
459 %(op_wb)s;
460 }

--- 150 unchanged lines hidden ---