Home | History | Annotate | Download | only in k6

Lines Matching refs:inv

89 Zdisp(	movzbl,	0,(%ecx,%edi), %edi)		C inv 8 bits
91 movzbl binvert_limb_table(%ecx), %edi C inv 8 bits
93 leal (%edi,%edi), %ecx C 2*inv
95 imull %edi, %edi C inv*inv
100 imull %esi, %edi C inv*inv*d
105 subl %edi, %ecx C inv = 2*inv - inv*inv*d
106 leal (%ecx,%ecx), %edi C 2*inv
108 imull %ecx, %ecx C inv*inv
113 imull %esi, %ecx C inv*inv*d
115 subl %ecx, %edi C inv = 2*inv - inv*inv*d
117 ASSERT(e,` C d*inv == 1 mod 2^GMP_LIMB_BITS