HomeSort by relevance Sort by last modified time
    Searched defs:insw (Results 1 - 4 of 4) sorted by null

  /external/llvm/test/MC/X86/
index-operations.s 143 insw %dx, (%edi) label
144 // 64: insw %dx, %es:(%edi) # encoding: [0x66,0x67,0x6d]
145 // 32: insw %dx, %es:(%edi) # encoding: [0x66,0x6d]
146 // 16: insw %dx, %es:(%edi) # encoding: [0x67,0x6d]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
io.h 144 insw (unsigned short int __port, void *addr, unsigned long int __count) function
146 __asm__ __volatile__ ("cld ; rep ; insw":"=D" (addr), "=c" (__count)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
io.h 144 insw (unsigned short int __port, void *addr, unsigned long int __count) function
146 __asm__ __volatile__ ("cld ; rep ; insw":"=D" (addr), "=c" (__count)
  /external/qemu-pc-bios/bochs/bios/
rombios.c 2952 insw ;; CX words transfered from port(DX) to ES:[DI] local
3369 insw ;; CX words transfered tp port(DX) to ES:[DI] local
6480 insw ;; CX words transfered from port(DX) to ES:[DI] local
    [all...]

Completed in 2344 milliseconds