Home
last modified time | relevance | path

Searched refs:insw (Results 1 - 4 of 4) sorted by relevance

/third_party/musl/arch/i386/bits/
H A Dio.h65 static __inline void insw(unsigned short __port, void *__buf, unsigned long __n) in insw() function
67 __asm__ volatile ("cld; rep; insw" in insw()
/third_party/musl/arch/x86_64/bits/
H A Dio.h65 static __inline void insw(unsigned short __port, void *__buf, unsigned long __n) in insw() function
67 __asm__ volatile ("cld; rep; insw" in insw()
/third_party/musl/arch/x32/bits/
H A Dio.h65 static __inline void insw(unsigned short __port, void *__buf, unsigned long __n) in insw() function
67 __asm__ volatile ("cld; rep; insw" in insw()
/third_party/mesa3d/src/mesa/x86/
H A Dassyntax.h461 #define INS_W CHOICE(insw, insw, _WTOG ins)

Completed in 7 milliseconds