/external/grub/netboot/ |
D | ni5010.c | 259 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/ |
D | x86-32.s | 851 outsb 852 outsb %ds:(%esi), %dx 853 outsb (%esi), %dx
|
D | x86-64.s | 108 rep;outsb 1008 outsb 1009 outsb %ds:(%rsi), %dx 1010 outsb (%rsi), %dx
|
/external/kernel-headers/original/asm-arm/ |
D | io.h | 123 #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/ |
D | tinycc.c | 3164 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/ |
D | X86InstrInfo.td | 1467 def OUTSB : I<0x6E, RawFrm, (outs), (ins), "outsb", [], IIC_OUTS>;
|
/external/elfutils/tests/ |
D | testfile44.expect.bz2 | 1testfile44.o: elf32-elf_i386
2
3Disassembly of section .text:
4
5 0 ... |
D | testfile45.expect.bz2 | 1testfile45.o: elf64-elf_x86_64
2
3Disassembly of section .text:
4
5 0 ... |
/external/grub/ |
D | ChangeLog | 6882 with `b', with `w' and with `l' to define outsb, outw and outl,
|