Home
last modified time | relevance | path

Searched refs:insb (Results 1 - 5 of 5) sorted by relevance

/third_party/backends/sanei/
H A Dsanei_directio.c107 insb (port, addr, count); in sanei_insb()
163 insb (port, addr, count); in sanei_insb()
288 __asm__ __volatile__ ("rep ; insb":"=D" (addr), "=c" (count):"d" (port), in sanei_insb()
/third_party/musl/arch/i386/bits/
H A Dio.h58 static __inline void insb(unsigned short __port, void *__buf, unsigned long __n) in insb() function
60 __asm__ volatile ("cld; rep; insb" in insb()
/third_party/musl/arch/x86_64/bits/
H A Dio.h58 static __inline void insb(unsigned short __port, void *__buf, unsigned long __n) in insb() function
60 __asm__ volatile ("cld; rep; insb" in insb()
/third_party/musl/arch/x32/bits/
H A Dio.h58 static __inline void insb(unsigned short __port, void *__buf, unsigned long __n) in insb() function
60 __asm__ volatile ("cld; rep; insb" in insb()
/third_party/mesa3d/src/mesa/x86/
H A Dassyntax.h462 #define INS_B CHOICE(insb, insb, insb)

Completed in 7 milliseconds