Home | History | Annotate | Download | only in k7

Lines Matching refs:inv

91 	movzbl	(%eax,%edx), %eax		C inv 8 bits
93 movzbl binvert_limb_table(%eax), %eax C inv 8 bits
96 leal (%eax,%eax), %edx C 2*inv
99 imull %eax, %eax C inv*inv
104 imull %ebx, %eax C inv*inv*d
106 subl %eax, %edx C inv = 2*inv - inv*inv*d
107 leal (%edx,%edx), %eax C 2*inv
109 imull %edx, %edx C inv*inv
115 imull %ebx, %edx C inv*inv*d
117 subl %edx, %eax C inv = 2*inv - inv*inv*d
119 ASSERT(e,` C expect d*inv == 1 mod 2^GMP_LIMB_BITS