Searched refs:insl (Results 1 - 5 of 5) sorted by relevance
/third_party/backends/sanei/ |
H A D | sanei_directio.c | 113 insl (port, addr, count); in sanei_insl() 169 insl (port, addr, count); in sanei_insl() 295 __asm__ __volatile__ ("rep ; insl":"=D" (addr), "=c" (count):"d" (port), in sanei_insl()
|
/third_party/musl/arch/i386/bits/ |
H A D | io.h | 72 static __inline void insl(unsigned short __port, void *__buf, unsigned long __n) in insl() function 74 __asm__ volatile ("cld; rep; insl" in insl()
|
/third_party/musl/arch/x86_64/bits/ |
H A D | io.h | 72 static __inline void insl(unsigned short __port, void *__buf, unsigned long __n) in insl() function 74 __asm__ volatile ("cld; rep; insl" in insl()
|
/third_party/musl/arch/x32/bits/ |
H A D | io.h | 72 static __inline void insl(unsigned short __port, void *__buf, unsigned long __n) in insl() function 74 __asm__ volatile ("cld; rep; insl" in insl()
|
/third_party/mesa3d/src/mesa/x86/ |
H A D | assyntax.h | 460 #define INS_L CHOICE(insl, insl, _LTOG ins)
|
Completed in 7 milliseconds