/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
x86-64-io.s | 14 rex64 outsw
|
rep.s | 13 rep outsw 37 addr16 rep outsw
|
x86-64-rep.s | 13 rep outsw 43 addr32 rep outsw
|
rep.d | 17 11: 66 f3 6f[ ]+rep outsw %ds:\(%esi\),\(%dx\) 38 4a: 67 66 f3 6f[ ]+rep outsw %ds:\(%si\),\(%dx\)
|
x86-64-rep.d | 17 11: 66 f3 6f[ ]+rep outsw %ds:\(%rsi\),\(%dx\) 43 59: 67 66 f3 6f[ ]+rep outsw %ds:\(%esi\),\(%dx\)
|
opcode.s | 469 outsw %ds:(%esi),(%dx)
|
opcode-suffix.d | 477 *[0-9a-f]+: 66 6f[ ]+outsw[ ]+%ds:\(%esi\),\(%dx\)
|
opcode.d | 476 7a4: 66 6f [ ]*outsw %ds:\(%esi\),\(%dx\)
|
intel.d | 479 [ ]*[a-f0-9]+: 66 6f [ ]*outsw %ds:\(%esi\),\(%dx\) [all...] |
/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]
|
x86-16.s | 799 // CHECK: outsw (%si), %dx # encoding: [0x6f] 800 // CHECK: outsw 801 // CHECK: outsw 802 outsw 803 outsw %ds:(%si), %dx 804 outsw (%si), %dx
|
x86-32.s | 875 // CHECK: outsw (%esi), %dx # encoding: [0x66,0x6f] 876 // CHECK: outsw 877 // CHECK: outsw 878 outsw 879 outsw %ds:(%esi), %dx 880 outsw (%esi), %dx
|
x86-64.s | 1060 // CHECK: outsw (%rsi), %dx # encoding: [0x66,0x6f] 1061 // CHECK: outsw 1062 // CHECK: outsw 1063 outsw 1064 outsw %ds:(%rsi), %dx 1065 outsw (%rsi), %dx
|
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)
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/ |
x86-64-rep.d | 18 11: 66 f3 6f[ ]+rep outsw %ds:\(%rsi\),\(%dx\) 44 59: 67 66 f3 6f[ ]+rep outsw %ds:\(%esi\),\(%dx\)
|
/external/mesa3d/src/mesa/x86/ |
assyntax.h | 565 #define OUTS_W CHOICE(outsw, outsw, _WTOG outs) [all...] |