lsq_unit.hh (8481:818aea9960f5) | lsq_unit.hh (8506:5a9c6f49f882) |
---|---|
1/* 2 * Copyright (c) 2004-2006 The Regents of The University of Michigan 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions are 7 * met: redistributions of source code must retain the above copyright 8 * notice, this list of conditions and the following disclaimer; --- 24 unchanged lines hidden (view full) --- 33#define __CPU_O3_LSQ_UNIT_HH__ 34 35#include <algorithm> 36#include <cstring> 37#include <map> 38#include <queue> 39 40#include "arch/faults.hh" | 1/* 2 * Copyright (c) 2004-2006 The Regents of The University of Michigan 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions are 7 * met: redistributions of source code must retain the above copyright 8 * notice, this list of conditions and the following disclaimer; --- 24 unchanged lines hidden (view full) --- 33#define __CPU_O3_LSQ_UNIT_HH__ 34 35#include <algorithm> 36#include <cstring> 37#include <map> 38#include <queue> 39 40#include "arch/faults.hh" |
41#include "arch/isa_traits.hh" |
|
41#include "arch/locked_mem.hh" 42#include "arch/mmapped_ipr.hh" 43#include "base/fast_alloc.hh" 44#include "base/hashmap.hh" 45#include "config/full_system.hh" 46#include "config/the_isa.hh" 47#include "cpu/inst_seq.hh" 48#include "cpu/timebuf.hh" --- 852 unchanged lines hidden --- | 42#include "arch/locked_mem.hh" 43#include "arch/mmapped_ipr.hh" 44#include "base/fast_alloc.hh" 45#include "base/hashmap.hh" 46#include "config/full_system.hh" 47#include "config/the_isa.hh" 48#include "cpu/inst_seq.hh" 49#include "cpu/timebuf.hh" --- 852 unchanged lines hidden --- |