Home
last modified time | relevance | path

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

/third_party/musl/arch/i386/bits/
H A Dio.h51 static __inline void outsl(unsigned short __port, const void *__buf, unsigned long __n) in outsl() function
53 __asm__ volatile ("cld; rep; outsl" in outsl()
/third_party/musl/arch/x86_64/bits/
H A Dio.h51 static __inline void outsl(unsigned short __port, const void *__buf, unsigned long __n) in outsl() function
53 __asm__ volatile ("cld; rep; outsl" in outsl()
/third_party/musl/arch/x32/bits/
H A Dio.h51 static __inline void outsl(unsigned short __port, const void *__buf, unsigned long __n) in outsl() function
53 __asm__ volatile ("cld; rep; outsl" in outsl()
/third_party/backends/sanei/
H A Dsanei_directio.c127 outsl (port, addr, count); in sanei_outsl()
183 /* oddly, 32 bit I/O are done with outsw instead of the expected outsl */ in sanei_outsl()
309 __asm__ __volatile__ ("rep ; outsl":"=S" (addr), "=c" (count):"d" (port), in sanei_outsl()
/third_party/mesa3d/src/mesa/x86/
H A Dassyntax.h564 #define OUTS_L CHOICE(outsl, outsl, _LTOG outs)

Completed in 7 milliseconds