Lines Matching refs:inv
83 movzbl (%eax,%edx), %eax C inv 8 bits
85 movzbl binvert_limb_table(%eax), %eax C inv 8 bits
88 leal (%eax,%eax), %edx C 2*inv
91 imull %eax, %eax C inv*inv
96 imull %ebx, %eax C inv*inv*d
98 subl %eax, %edx C inv = 2*inv - inv*inv*d
99 leal (%edx,%edx), %eax C 2*inv
101 imull %edx, %edx C inv*inv
107 imull %ebx, %edx C inv*inv*d
109 subl %edx, %eax C inv = 2*inv - inv*inv*d
111 ASSERT(e,` C expect d*inv == 1 mod 2^GMP_LIMB_BITS