Searched defs:pipelined (Results 1 - 4 of 4) sorted by relevance

/gem5/src/cpu/
H A Dfunc_unit.hh56 bool pipelined; member in class:OpDesc
89 std::array<bool, Num_OpClasses> pipelined; member in class:FuncUnit
H A DFuncUnit.py67 pipelined = Param.Bool(True, "set to true when the functional unit for" variable in class:OpDesc
/gem5/src/cpu/o3/
H A Dfu_pool.hh77 std::array<bool, Num_OpClasses> pipelined; member in class:FUPool
H A Dinst_queue_impl.hh869 bool pipelined = fuPool->isPipelined(op_class); local

Completed in 11 milliseconds