HomeSort by relevance Sort by last modified time
    Searched refs:inw (Results 1 - 23 of 23) 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/openssl/crypto/evp/
e_xcbc_d.c 78 DES_cblock inw; member in struct:__anon32908
110 memcpy(&data(ctx)->inw[0],&key[8],8);
123 &data(ctx)->inw,
133 &data(ctx)->inw,
  /hardware/intel/img/psb_video/src/
tng_enc_trace.h 38 #define inw(...) 0 macro
78 return inw(0xCFC + (where&2));
  /external/qemu-pc-bios/bochs/bios/
rombios32start.S 101 inw %dx, %ax
113 inw %dx, %ax
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...]
  /external/chromium_org/third_party/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)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.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));
  /external/openssl/crypto/des/
des_old.c 111 _ossl_old_des_cblock *inw,_ossl_old_des_cblock *outw,int enc)
114 length, (DES_key_schedule *)schedule, ivec, inw, outw, enc);
xcbc_enc.c 114 DES_cblock *ivec, const_DES_cblock *inw,
125 in2 = &(*inw)[0];
des_old.h 156 #define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\
157 DES_xcbc_encrypt((i),(o),(l),&(k),(iv),(inw),(outw),(e))
259 #define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\
260 _ossl_old_des_xcbc_encrypt((i),(o),(l),(k),(iv),(inw),(outw),(e))
347 _ossl_old_des_cblock *inw,_ossl_old_des_cblock *outw,int enc);
des.h 146 const_DES_cblock *inw,const_DES_cblock *outw,int enc);
  /external/openssl/include/openssl/
des_old.h 156 #define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\
157 DES_xcbc_encrypt((i),(o),(l),&(k),(iv),(inw),(outw),(e))
259 #define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\
260 _ossl_old_des_xcbc_encrypt((i),(o),(l),(k),(iv),(inw),(outw),(e))
347 _ossl_old_des_cblock *inw,_ossl_old_des_cblock *outw,int enc);
des.h 146 const_DES_cblock *inw,const_DES_cblock *outw,int enc);
  /external/llvm/test/MC/X86/
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
intel-syntax.s 433 // CHECK: inw %dx, %ax
439 inw DX define
  /external/qemu-pc-bios/vgabios/
vbe.c 836 vbe_info_block.TotalMemory = inw(VBE_DISPI_IOPORT_DATA);
1090 enable = inw(VBE_DISPI_IOPORT_DATA);
1098 write_word(ES, BX, inw(VBE_DISPI_IOPORT_DATA));
    [all...]
vgabios.c 65 static Bit16u inw();
3701 inw(port) function
    [all...]
  /external/qemu/target-i386/
helper.h 93 DEF_HELPER_1(inw, tl, i32)
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h 443 #define IN_W CHOICE(inw (DX), inw ARG2(DX,AX), _WTOG in DX)
450 #define IN1_W(a) CHOICE(inw (a), inw ARG2(a,AX), _WTOG in a)
454 #define IN1_W(a) CHOICE(inw a, inw ARG2(a,AX), _WTOG in a)
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 443 #define IN_W CHOICE(inw (DX), inw ARG2(DX,AX), _WTOG in DX)
450 #define IN1_W(a) CHOICE(inw (a), inw ARG2(a,AX), _WTOG in a)
454 #define IN1_W(a) CHOICE(inw a, inw ARG2(a,AX), _WTOG in a)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/
x86insn_gas.gperf     [all...]

Completed in 1738 milliseconds