Lines Matching refs:w0
81 ULong u0, v0, w0;
87 w0 = u0 * v0;
88 t = u1 * v0 + (w0 >> 32);
98 ULong u0, v0, w0;
104 w0 = u0 * v0;
105 t = u1 * v0 + (w0 >> 32);
2854 __asm__ __volatile__("movq $0,%%rax; inw %w1,%w0"
2884 __asm__ __volatile__("outw %w0, %w1"
2933 static inline ULong mk32x2 ( UInt w1, UInt w0 ) {
2934 return (((ULong)w1) << 32) | ((ULong)w0);