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

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/
gas-inout.asm 2 inw $10, %ax label
5 inw $10 label
  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
e_xcbc_d.c 78 DES_cblock inw; member in struct:__anon15558
110 memcpy(&data(ctx)->inw[0],&key[8],8);
123 &data(ctx)->inw,
133 &data(ctx)->inw,
  /external/openssl/crypto/evp/
e_xcbc_d.c 78 DES_cblock inw; member in struct:__anon26004
110 memcpy(&data(ctx)->inw[0],&key[8],8);
123 &data(ctx)->inw,
133 &data(ctx)->inw,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-4.6/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.7-4.6/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));
  /external/llvm/test/MC/X86/
intel-syntax.s 425 // CHECK: inw %dx, %ax
431 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
  /external/grub/netboot/
linux-asm-io.h 6 * inb/inw/inl/outb/outw/outl and the "string versions" of the same
152 #define inw(port) \ macro
  /external/kernel-headers/original/asm-arm/
io.h 118 #define inw(p) ({ __u16 __v = le16_to_cpu((__force __le16) \ macro
136 #define inw_p(port) inw((port))
  /external/qemu-pc-bios/vgabios/
vgabios.c 65 static Bit16u inw();
3701 inw(port) function
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios32.c 108 static inline uint16_t inw(int addr) function
111 asm volatile ("inw %w1, %w0" : "=a" (val) : "d" (addr));
745 return inw(0xcfc + (addr & 2));
    [all...]
rombios.c 856 static Bit16u inw();
1144 inw(port) function
    [all...]

Completed in 557 milliseconds