Home | History | Annotate | Download | only in priv

Lines Matching refs:w0

2371          __asm__ __volatile__("movl $0,%%eax; inw %w1,%w0" 
2401 __asm__ __volatile__("outw %w0, %w1"
2449 static inline ULong mk32x2 ( UInt w1, UInt w0 ) {
2450 return (((ULong)w1) << 32) | ((ULong)w0);