/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/ |
io.h | 62 inw (unsigned short int __port) function 66 __asm__ __volatile__ ("inw %w1,%0":"=a" (_v):"Nd" (__port)); 75 __asm__ __volatile__ ("inw %w1,%0\noutb %%al,$0x80":"=a" (_v):"Nd" (__port));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/ |
io.h | 62 inw (unsigned short int __port) function 66 __asm__ __volatile__ ("inw %w1,%0":"=a" (_v):"Nd" (__port)); 75 __asm__ __volatile__ ("inw %w1,%0\noutb %%al,$0x80":"=a" (_v):"Nd" (__port));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/ |
io.h | 62 inw (unsigned short int __port) function 66 __asm__ __volatile__ ("inw %w1,%0":"=a" (_v):"Nd" (__port)); 75 __asm__ __volatile__ ("inw %w1,%0\noutb %%al,$0x80":"=a" (_v):"Nd" (__port));
|
/hardware/intel/img/psb_video/src/ |
tng_enc_trace.h | 38 #define inw(...) 0 macro 78 return inw(0xCFC + (where&2));
|
/external/webrtc/webrtc/common_audio/signal_processing/ |
resample_by_2_mips.c | 58 const int32_t* inw = (int32_t*)in; local 64 "lh %[in321], 0(%[inw]) \n\t" 65 "lh %[in322], 2(%[inw]) \n\t" 70 "addiu %[inw], %[inw], 4 \n\t" 76 [diff1] "=&r" (diff1), [diff2] "=r" (diff2), [inw] "+r" (inw)
|
/external/llvm/test/MC/X86/ |
intel-syntax.s | 433 // CHECK: inw %dx, %ax 439 inw DX define
|
x86-64.s | 244 // CHECK: inw %dx, %ax 249 inw %dx label 272 // CHECK: inw %dx, %ax 273 // CHECK: inw %dx, %ax 280 inw (%dx), %ax label
|