Searched refs:ALU (Results 1 - 6 of 6) sorted by relevance

/gem5/src/arch/hsail/insts/
H A Ddecl.hh128 setFlag(ALU);
245 setFlag(ALU);
424 setFlag(ALU);
894 setFlag(ALU);
1222 setFlag(ALU);
H A Dmem.hh102 setFlag(ALU);
/gem5/ext/mcpat/
H A Dbasic_components.h51 ALU, enumerator in enum:FU_type
H A Dlogic.cc531 // base_energy = coredynp.core_ty==Inorder? 0: 89e-3*3; //W The base energy of ALU average numbers from Intel 4G and 773Mhz (Wattch)
537 } else if (fu_type == ALU) {
539 area_t = 280*260*g_tp.scaling_factor.logic_scaling_co_eff;//this is um^2 ALU + MUl
542 // base_energy = coredynp.core_ty==Inorder? 0:89e-3; //W The base energy of ALU average numbers from Intel 4G and 773Mhz (Wattch)
546 FU_height=(6222*num_fu)*interface_ip.F_sz_um;//integer ALU
550 area_t = 280*260*3*g_tp.scaling_factor.logic_scaling_co_eff;//this is um^2 ALU + MUl
553 // base_energy = coredynp.core_ty==Inorder? 0:89e-3*2; //W The base energy of ALU average numbers from Intel 4G and 773Mhz (Wattch)
574 //W The base energy of ALU average numbers from Intel 4G and
581 } else if (fu_type == ALU) {
582 name = "Integer ALU(
[all...]
H A Dcore.cc1243 core_stats, ALU);
/gem5/src/gpu-compute/
H A Dgpu_static_inst.hh95 bool isALU() const { return _flags[ALU]; }

Completed in 35 milliseconds