Searched refs:L_mask (Results 1 – 1 of 1) sorted by relevance
/external/zlib/src/contrib/inflate86/ |
D | inffast.S | 101 .L_mask: /* mask[N] = ( 1 << N ) - 1 */ label 957 andl .L_mask(,%eax,4), %ecx 998 andl .L_mask(,%eax,4), %ecx /* ecx = hold & mask[op] */ 1057 andl .L_mask(,%eax,4), %ecx 1070 andl .L_mask(,%eax,4), %ecx
|