Lines Matching defs:tag

61     int idx, tag, data, size, line, assoc, banks;
144 tag = virtual_address_width + int(ceil(log2(core_params.num_hthreads)))
152 interface_ip.specific_tag = tag > 0;
153 interface_ip.tag_w = tag;
291 int tag;
302 tag = int(log2(core_params.num_hthreads) + EXTRA_TAG_BITS);
303 interface_ip.specific_tag = tag > 0;
304 interface_ip.tag_w = tag;
512 int tag;
525 //This tag width is the normal thread state bits based on
527 tag = int(log2(core_params.num_hthreads) * core_params.perThreadState);
543 interface_ip.specific_tag = tag > 0;
544 interface_ip.tag_w = tag;
609 tag = core_params.phy_ireg_width;
618 tag = core_params.phy_ireg_width;
636 interface_ip.specific_tag = tag > 0;
637 interface_ip.tag_w = tag;
664 tag = NUM_SOURCE_OPERANDS * core_params.phy_freg_width;
671 tag = NUM_SOURCE_OPERANDS * core_params.phy_ireg_width;
688 interface_ip.specific_tag = tag > 0;
689 interface_ip.tag_w = tag;
802 int tag;
835 tag = ldst_opcode + virtual_address_width +
845 interface_ip.specific_tag = tag > 0;
846 interface_ip.tag_w = tag;
869 tag = ldst_opcode + virtual_address_width +
879 interface_ip.specific_tag = tag > 0;
880 interface_ip.tag_w = tag;
915 int tag;
929 tag = virtual_address_width - int(floor(log2(virtual_memory_page_size))) +
939 interface_ip.specific_tag = tag > 0;
940 interface_ip.tag_w = tag;
958 tag = virtual_address_width - int(floor(log2(virtual_memory_page_size))) +
968 interface_ip.specific_tag = tag > 0;
969 interface_ip.tag_w = tag;
1358 * while tag broadcast interconnects also cover across ROB
1431 * In RS based processor both data and tag are broadcast together,
1546 int tag;
1650 tag = core_params.arch_ireg_width;
1663 interface_ip.specific_tag = tag > 0;
1664 interface_ip.tag_w = tag;
1689 tag = core_params.arch_freg_width;
1702 interface_ip.specific_tag = tag > 0;
1703 interface_ip.tag_w = tag;
1866 tag = core_params.phy_ireg_width;
1905 tag = core_params.phy_freg_width;
1946 tag = core_params.arch_ireg_width;
1959 interface_ip.specific_tag = tag > 0;
1960 interface_ip.tag_w = tag;
1985 tag = core_params.arch_freg_width;
1998 interface_ip.specific_tag = tag > 0;
1999 interface_ip.tag_w = tag;
3125 //FA spent most power in tag, so use total access not hits
3131 //FA spent most power in tag, so use total access not hits
3150 //FA spent most power in tag, so use total access not hits
3156 //FA spent most power in tag, so use total access not hits