HomeSort by relevance Sort by last modified time
    Searched defs:inw (Results 1 - 13 of 13) sorted by null

  /external/syslinux/com32/include/sys/
io.h 13 static inline uint16_t inw(uint16_t p) function
16 asm volatile ("inw %1,%0":"=a" (v):"Nd"(p));
  /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));
  /device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/
Driver.c 657 inw ( function
882 Data = inw (Private, VBE_DISPI_IOPORT_DATA);
  /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)
  /device/linaro/bootloader/edk2/OptionRomPkg/CirrusLogic5430Dxe/
CirrusLogic5430.c 697 inw ( function
  /external/llvm/test/MC/X86/
x86-32.s 617 // CHECK: inw %dx, %ax
618 inw (%dx), %ax label
619 // CHECK: inw %dx, %ax
intel-syntax.s 435 // CHECK: inw %dx, %ax
441 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
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/
io.h 309 uint16_t inw ( volatile uint16_t *io_addr );
310 #define inw( io_addr ) IOAPI_READ ( inw, uint16_t, io_addr, "IO", 4 ) macro
452 #define inw_p( io_addr ) INX_P ( inw, uint16_t, io_addr )
  /external/swiftshader/third_party/LLVM/test/MC/X86/
x86-64.s 241 // CHECK: inw %dx
246 inw %dx label
269 // CHECK: inw %dx
270 // CHECK: inw %dx
277 inw (%dx), %ax label

Completed in 2953 milliseconds