Searched refs:inw (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/
H A Dgas-inout.asm2 inw $10, %ax label
5 inw $10 label
/external/openssl/crypto/evp/
H A De_xcbc_d.c78 DES_cblock inw; member in struct:__anon28304
110 memcpy(&data(ctx)->inw[0],&key[8],8);
123 &data(ctx)->inw,
133 &data(ctx)->inw,
/external/qemu-pc-bios/bochs/bios/
H A Drombios32start.S101 inw %dx, %ax
113 inw %dx, %ax
H A Drombios32.c108 static inline uint16_t inw(int addr) function
111 asm volatile ("inw %w1, %w0" : "=a" (val) : "d" (addr));
745 return inw(0xcfc + (addr & 2));
H A Drombios.c856 static Bit16u inw();
1144 inw(port) function
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
H A Dresample_by_2_mips.c58 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/openssl/crypto/des/
H A Ddes_old.c111 _ossl_old_des_cblock *inw,_ossl_old_des_cblock *outw,int enc)
114 length, (DES_key_schedule *)schedule, ivec, inw, outw, enc);
109 _ossl_old_des_xcbc_encrypt(_ossl_old_des_cblock *input,_ossl_old_des_cblock *output,long length, des_key_schedule schedule,_ossl_old_des_cblock *ivec, _ossl_old_des_cblock *inw,_ossl_old_des_cblock *outw,int enc) argument
H A Dxcbc_enc.c114 DES_cblock *ivec, const_DES_cblock *inw,
125 in2 = &(*inw)[0];
112 DES_xcbc_encrypt(const unsigned char *in, unsigned char *out, long length, DES_key_schedule *schedule, DES_cblock *ivec, const_DES_cblock *inw, const_DES_cblock *outw, int enc) argument
H A Ddes_old.h156 #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);
H A Ddes.h146 const_DES_cblock *inw,const_DES_cblock *outw,int enc);
/external/openssl/include/openssl/
H A Ddes_old.h156 #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);
H A Ddes.h146 const_DES_cblock *inw,const_DES_cblock *outw,int enc);
/external/llvm/test/MC/X86/
H A Dx86-64.s244 // CHECK: inw %dx, %ax
249 inw %dx label
272 // CHECK: inw %dx, %ax
273 // CHECK: inw %dx, %ax
280 inw (%dx), %ax label
H A Dintel-syntax.s433 // CHECK: inw %dx, %ax
439 inw DX define
/external/qemu-pc-bios/vgabios/
H A Dvbe.c836 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));
H A Dvgabios.c65 static Bit16u inw();
3701 inw(port) function
/external/qemu/target-i386/
H A Dhelper.h93 DEF_HELPER_1(inw, tl, i32)
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
H A Dassyntax.h443 #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)
/external/mesa3d/src/mesa/x86/
H A Dassyntax.h443 #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)
/external/chromium_org/third_party/yasm/source/patched-yasm/
H A Dx86insn_gas.gperf590 inw, in_insn, 12, SUF_W, 0, 0, 0, 0, 0, 0, 0

Completed in 411 milliseconds