Lines Matching refs:w1
2367 __asm__ __volatile__("movl $0,%%eax; inl %w1,%0"
2371 __asm__ __volatile__("movl $0,%%eax; inw %w1,%w0"
2375 __asm__ __volatile__("movl $0,%%eax; inb %w1,%b0"
2397 __asm__ __volatile__("outl %0, %w1"
2401 __asm__ __volatile__("outw %w0, %w1"
2405 __asm__ __volatile__("outb %b0, %w1"
2449 static inline ULong mk32x2 ( UInt w1, UInt w0 ) {
2450 return (((ULong)w1) << 32) | ((ULong)w0);