Lines Matching refs:idx
40 # int idx); # 0 to 2^5-1, "index" in $bp holding
42 # in such manner that b[0] is $bp[idx],
43 # b[1] is [2^5+idx], etc.
832 my ($inp,$num,$tbl,$idx)=$win64?("%rcx","%rdx","%r8", "%r9") : # Win64 order
845 lea ($tbl,$idx,8),$tbl
870 mov $idx,%r11
871 shr \$`log($N/8)/log(2)`,$idx
873 not $idx
875 and \$`2**5/($N/8)-1`,$idx # 5 is "window size"
877 movq 0(%rax,$idx,8),%xmm4 # set of masks denoting which
878 movq 8(%rax,$idx,8),%xmm5 # cache line contains element
879 movq 16(%rax,$idx,8),%xmm6 # denoted by 7th argument
880 movq 24(%rax,$idx,8),%xmm7