Searched refs:insb (Results 1 – 7 of 7) sorted by relevance
/third_party/elfio/tests/elf_examples/ |
D | write_exe_i386_32_work_dump.txt | 43 80490a2: 6c insb (%dx),%es:(%edi) 44 80490a3: 6c insb (%dx),%es:(%edi)
|
/third_party/musl/arch/i386/bits/ |
D | io.h | 58 static __inline void insb(unsigned short __port, void *__buf, unsigned long __n) in insb() function
|
/third_party/musl/arch/x86_64/bits/ |
D | io.h | 58 static __inline void insb(unsigned short __port, void *__buf, unsigned long __n) in insb() function
|
/third_party/musl/arch/x32/bits/ |
D | io.h | 58 static __inline void insb(unsigned short __port, void *__buf, unsigned long __n) in insb() function
|
/third_party/mesa3d/src/mesa/x86/ |
D | assyntax.h | 462 #define INS_B CHOICE(insb, insb, insb)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 2215 "insb\t{%dx, $dst|$dst, dx}", []>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenAsmMatcher.inc | 8896 { 3218 /* insb */, X86::INSB, Convert__DstIdx81_1, AMFBS_None, { MCK_DX, MCK_DstIdx8 }, }, 23473 { 3218 /* insb */, X86::INSB, Convert__DstIdx81_0, AMFBS_None, { MCK_DstIdx8, MCK_DX }, },
|