/external/llvm/test/MC/X86/ |
index-operations.s | 138 outsw %fs:(%esi), %dx label 139 // 64: outsw %fs:(%esi), %dx # encoding: [0x66,0x64,0x67,0x6f] 140 // 32: outsw %fs:(%esi), %dx # encoding: [0x66,0x64,0x6f] 141 // 16: outsw %fs:(%esi), %dx # encoding: [0x64,0x67,0x6f]
|
intel-syntax.s | 695 outsw label 698 // CHECK: outsw (%rsi), %dx
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/ |
io.h | 165 outsw (unsigned short int __port, const void *addr, unsigned long int __count) function 167 __asm__ __volatile__ ("cld ; rep ; outsw":"=S" (addr), "=c" (__count)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/ |
io.h | 167 outsw (unsigned short int __port, const void *__addr, function 170 __asm__ __volatile__ ("cld ; rep ; outsw":"=S" (__addr), "=c" (__count)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/ |
io.h | 165 outsw (unsigned short int __port, const void *addr, unsigned long int __count) function 167 __asm__ __volatile__ ("cld ; rep ; outsw":"=S" (addr), "=c" (__count)
|