/external/syslinux/gpxe/src/include/gpxe/ |
D | io.h | 358 void insb ( volatile uint8_t *io_addr, uint8_t *data, unsigned int count ); 359 #define insb( io_addr, data, count ) \ macro 360 IOAPI_READS ( insb, uint8_t, io_addr, data, count, "IO", 2 )
|
/external/llvm/test/MC/X86/ |
D | x86-32.s | 638 insb (%dx), %es:(%edi) label 939 insb 940 insb %dx, %es:(%edi)
|
D | x86-64.s | 104 rep;insb 298 insb (%dx), %es:(%rdi) label 1162 insb 1163 insb %dx, %es:(%rdi)
|
D | x86-16.s | 814 insb 815 insb %dx, %es:(%di)
|
D | intel-syntax.s | 689 insb label
|
/external/syslinux/gpxe/src/arch/i386/core/ |
D | x86_io.c | 89 PROVIDE_IOAPI_INLINE ( x86, insb );
|
/external/swiftshader/third_party/LLVM/test/MC/X86/ |
D | x86-64.s | 101 rep;insb 1009 insb 1010 insb %dx, %es:(%rdi)
|
D | x86-32.s | 842 insb 843 insb %dx, %es:(%edi)
|
/external/syslinux/gpxe/src/interface/efi/ |
D | efi_io.c | 198 PROVIDE_IOAPI_INLINE ( efi, insb );
|
/external/syslinux/gpxe/src/include/gpxe/efi/ |
D | efi_io.h | 138 IOAPI_INLINE ( efi, insb ) ( volatile uint8_t *io_addr, uint8_t *data, in IOAPI_INLINE() argument
|
/external/syslinux/gpxe/src/drivers/net/ |
D | pnic.c | 81 insb ( pnic->ioaddr + PNIC_REG_DATA, output, _output_length ); in pnic_command_quiet()
|
/external/llvm/test/MC/Disassembler/X86/ |
D | x86-16.txt | 717 # CHECK: insb
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 462 #define INS_B CHOICE(insb, insb, insb)
|
/external/valgrind/perf/ |
D | tinycc.c | 3163 ALT(DEF_ASM_OP0L(insb, 0x6c, 0, OPC_BWL)) 3620 ALT(DEF_ASM_OP0L(insb, 0x6c, 0, OPC_BWL)) 4495 ALT(DEF_ASM_OP0L(insb, 0x6c, 0, OPC_BWL)) 4952 ALT(DEF_ASM_OP0L(insb, 0x6c, 0, OPC_BWL)) 15202 ALT(DEF_ASM_OP0L(insb, 0x6c, 0, OPC_BWL)) 15664 ALT(DEF_ASM_OP0L(insb, 0x6c, 0, OPC_BWL))
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 2002 "insb\t{%dx, $dst|$dst, dx}", [], IIC_INS>;
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86GenAsmWriter.inc | 3892 "\t%dx, %eax\000insb\000inb\t\000inb\t%dx, %al\000incw\t\000incl\t\000in"
|
D | X86GenAsmMatcher.inc | 3655 { X86::IN8, "insb", Convert, { }, 0},
|
/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 ... |