Searched refs:hweight (Results 1 – 5 of 5) sorted by relevance
158 volatile float hweight = Hint[hint] += weight; in calculateSpillWeightAndHint() local160 if (hweight > bestPhys && mri.isAllocatable(hint)) in calculateSpillWeightAndHint()161 bestPhys = hweight, hintPhys = hint; in calculateSpillWeightAndHint()163 if (hweight > bestVirt) in calculateSpillWeightAndHint()164 bestVirt = hweight, hintVirt = hint; in calculateSpillWeightAndHint()
13 util/hweight.c
34 lib_src_files := lib/rbtree.c lib/flist_sort.c lib/getrusage.c lib/hweight.c lib/ieee754.c lib/lfsr…
117 util/hweight.c \
227 LIB_H += util/include/asm/hweight.h316 LIB_OBJS += $(OUTPUT)util/hweight.o