HomeSort by relevance Sort by last modified time
    Searched refs:outsw (Results 1 - 11 of 11) sorted by null

  /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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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.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)
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h 565 #define OUTS_W CHOICE(outsw, outsw, _WTOG outs)
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 565 #define OUTS_W CHOICE(outsw, outsw, _WTOG outs)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/
x86insn_nasm.gperf 452 outsw, onebyte_insn, 1, SUF_Z, 0x6F, 0x10, 0, 0, 0, 0, 0
    [all...]
x86insn_gas.gperf     [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c 3104 outsw ;; CX words transfered from port(DX) to ES:[SI] local
3238 outsw ;; CX words transfered from port(DX) to ES:[SI] local
6621 outsw ;; CX words tranfered from ES:[SI] to port(DX) local
    [all...]

Completed in 1373 milliseconds