Home
last modified time | relevance | path

Searched refs:outsb (Results 1 – 9 of 9) sorted by relevance

/external/grub/netboot/
Dni5010.c259 outsb(IE_XBUF, d, ETH_ALEN); /* Put dst in buffer */ in ni5010_transmit()
260 outsb(IE_XBUF, nic->node_addr, ETH_ALEN);/* Put src in buffer */ in ni5010_transmit()
263 outsb(IE_XBUF, p, s); /* Put data in buffer */ in ni5010_transmit()
/external/llvm/test/MC/X86/
Dx86-32.s851 outsb
852 outsb %ds:(%esi), %dx
853 outsb (%esi), %dx
Dx86-64.s108 rep;outsb
1008 outsb
1009 outsb %ds:(%rsi), %dx
1010 outsb (%rsi), %dx
/external/kernel-headers/original/asm-arm/
Dio.h123 #define outsb(p,d,l) __raw_writesb(__io(p),d,l) macro
139 #define outsb_p(port,from,len) outsb(port,from,len)
/external/valgrind/main/perf/
Dtinycc.c3164 ALT(DEF_ASM_OP0L(outsb, 0x6e, 0, OPC_BWL))
3621 ALT(DEF_ASM_OP0L(outsb, 0x6e, 0, OPC_BWL))
4496 ALT(DEF_ASM_OP0L(outsb, 0x6e, 0, OPC_BWL))
4953 ALT(DEF_ASM_OP0L(outsb, 0x6e, 0, OPC_BWL))
15203 ALT(DEF_ASM_OP0L(outsb, 0x6e, 0, OPC_BWL))
15665 ALT(DEF_ASM_OP0L(outsb, 0x6e, 0, OPC_BWL))
/external/llvm/lib/Target/X86/
DX86InstrInfo.td1467 def OUTSB : I<0x6E, RawFrm, (outs), (ins), "outsb", [], IIC_OUTS>;
/external/elfutils/tests/
Dtestfile44.expect.bz21testfile44.o: elf32-elf_i386 2 3Disassembly of section .text: 4 5 0 ...
Dtestfile45.expect.bz21testfile45.o: elf64-elf_x86_64 2 3Disassembly of section .text: 4 5 0 ...
/external/grub/
DChangeLog6882 with `b', with `w' and with `l' to define outsb, outw and outl,