Lines Matching refs:idx
93 #define do_col(table, a1,a2,a3,a4, idx, tmp) \ argument
94 movzx %l(idx),%tmp; \
96 movzx %h(idx),%tmp; \
97 shr $16,%idx; \
99 movzx %l(idx),%tmp; \
100 movzx %h(idx),%idx; \
102 xor table+3*tlen(,%idx,4),%a4;
107 #define do_fcol(table, a1,a2,a3,a4, idx, tmp, sched) \ argument
109 movzx %l(idx),%tmp; \
113 movzx %h(idx),%tmp; \
114 shr $16,%idx; \
116 movzx %l(idx),%tmp; \
117 movzx %h(idx),%idx; \
118 xor table+3*tlen(,%idx,4),%a4; \
119 mov %a3,%idx; \
126 #define do_icol(table, a1,a2,a3,a4, idx, tmp, sched) \ argument
128 movzx %l(idx),%tmp; \
132 movzx %h(idx),%tmp; \
133 shr $16,%idx; \
135 movzx %l(idx),%tmp; \
136 movzx %h(idx),%idx; \
137 xor table+3*tlen(,%idx,4),%a4; \
138 mov %a3,%idx; \