Home
last modified time | relevance | path

Searched refs:outb (Results 1 – 11 of 11) sorted by relevance

/external/llvm/test/MC/X86/
Dx86_errors.s48 outb al, 4 label
Dx86-64.s215 outb %al, $161 label
250 outb $0x7f label
264 outb %al, (%dx) label
Dintel-syntax.s441 outb DX define
/external/libxml2/
Dencoding.c570 UTF8ToUTF16LE(unsigned char* outb, int *outlen, in UTF8ToUTF16LE() argument
573 unsigned short* out = (unsigned short*) outb; in UTF8ToUTF16LE()
679 UTF8ToUTF16(unsigned char* outb, int *outlen, in UTF8ToUTF16() argument
687 outb[0] = 0xFF; in UTF8ToUTF16()
688 outb[1] = 0xFE; in UTF8ToUTF16()
701 return (UTF8ToUTF16LE(outb, outlen, in, inlen)); in UTF8ToUTF16()
812 UTF8ToUTF16BE(unsigned char* outb, int *outlen, in UTF8ToUTF16BE() argument
815 unsigned short* out = (unsigned short*) outb; in UTF8ToUTF16BE()
827 if ((outb == NULL) || (outlen == NULL) || (inlen == NULL)) return(-1); in UTF8ToUTF16BE()
/external/ipsec-tools/src/racoon/
Dcrypto_openssl.c2639 char *outb; in base64_decode()
2642 outb = malloc(inlen * 2); in base64_decode()
2643 if (outb == NULL) in base64_decode()
2650 outlen = BIO_read(bio, outb, inlen * 2); in base64_decode()
2660 memcpy(res->v, outb, outlen); in base64_decode()
2663 if (outb) in base64_decode()
2664 free(outb); in base64_decode()
/external/mesa3d/src/mesa/x86/
Dassyntax.h557 #define OUT_B CHOICE(outb (DX), outb ARG2(AL,DX), outb DX)
563 #define OUT1_B(a) CHOICE(outb (a), outb ARG2(AL,a), outb a)
/external/valgrind/perf/
Dtinycc.c3260 ALT(DEF_ASM_OP2(outb, 0xe6, 0, OPC_BWL, OPT_EAX, OPT_IM8))
3261 ALT(DEF_ASM_OP1(outb, 0xe6, 0, OPC_BWL, OPT_IM8))
3262 ALT(DEF_ASM_OP2(outb, 0xee, 0, OPC_BWL, OPT_EAX, OPT_DX))
3263 ALT(DEF_ASM_OP1(outb, 0xee, 0, OPC_BWL, OPT_DX))
3717 ALT(DEF_ASM_OP2(outb, 0xe6, 0, OPC_BWL, OPT_EAX, OPT_IM8))
3718 ALT(DEF_ASM_OP1(outb, 0xe6, 0, OPC_BWL, OPT_IM8))
3719 ALT(DEF_ASM_OP2(outb, 0xee, 0, OPC_BWL, OPT_EAX, OPT_DX))
3720 ALT(DEF_ASM_OP1(outb, 0xee, 0, OPC_BWL, OPT_DX))
4592 ALT(DEF_ASM_OP2(outb, 0xe6, 0, OPC_BWL, OPT_EAX, OPT_IM8))
4593 ALT(DEF_ASM_OP1(outb, 0xe6, 0, OPC_BWL, OPT_IM8))
[all …]
/external/llvm/test/CodeGen/X86/
Dcrash.ll142 …call void asm sideeffect "outb $0, ${1:w}", "{ax},N{dx},~{dirflag},~{fpsr},~{flags}"(i8 %conv4.i, …
/external/valgrind/docs/internals/
D3_2_BUGSTATUS.txt118 152357 vx1799 inb and outb not recognized in 64-bit mode
/external/llvm/lib/Target/X86/
DX86InstrInfo.td2850 // outb %dx -> outb %al, %dx
2851 def : InstAlias<"outb\t{%dx|dx}", (OUT8rr), 0>;
2854 def : InstAlias<"outb\t$port", (OUT8ir i8imm:$port), 0>;
/external/valgrind/
DNEWS.old266 152357 inb and outb not recognized in 64-bit mode