func_unit.cc (10807:dac26eb4cb64) func_unit.cc (10936:93890720a932)
1/*
2 * Copyright (c) 2002-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;

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

37
38
39////////////////////////////////////////////////////////////////////////////
40//
41// The funciton unit
42//
43FuncUnit::FuncUnit()
44{
1/*
2 * Copyright (c) 2002-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;

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

37
38
39////////////////////////////////////////////////////////////////////////////
40//
41// The funciton unit
42//
43FuncUnit::FuncUnit()
44{
45 opLatencies.fill(0);
46 pipelined.fill(false);
45 capabilityList.reset();
46}
47
48
49// Copy constructor
50FuncUnit::FuncUnit(const FuncUnit &fu)
51{
52

--- 79 unchanged lines hidden ---
47 capabilityList.reset();
48}
49
50
51// Copy constructor
52FuncUnit::FuncUnit(const FuncUnit &fu)
53{
54

--- 79 unchanged lines hidden ---