HomeSort by relevance Sort by last modified time
    Searched full:outsb (Results 1 - 25 of 28) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
io.h 158 outsb (unsigned short int port, const void *addr, unsigned long int count) function
160 __asm__ __volatile__ ("cld ; rep ; outsb":"=S" (addr),
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
io.h 158 outsb (unsigned short int port, const void *addr, unsigned long int count) function
160 __asm__ __volatile__ ("cld ; rep ; outsb":"=S" (addr),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
io.h 158 outsb (unsigned short int port, const void *addr, unsigned long int count) function
160 __asm__ __volatile__ ("cld ; rep ; outsb":"=S" (addr),
  /external/grub/netboot/
ni5010.c 259 outsb(IE_XBUF, d, ETH_ALEN); /* Put dst in buffer */
260 outsb(IE_XBUF, nic->node_addr, ETH_ALEN);/* Put src in buffer */
263 outsb(IE_XBUF, p, s); /* Put data in buffer */
linux-asm-io.h 7 * (insb/insw/insl/outsb/outsw/outsl). You can also use "pausing"
  /external/llvm/test/MC/X86/
x86-32.s 848 // CHECK: outsb # encoding: [0x6e]
849 // CHECK: outsb
850 // CHECK: outsb
851 outsb
852 outsb %ds:(%esi), %dx
853 outsb (%esi), %dx
x86-64.s 107 // CHECK: outsb
108 rep;outsb
1053 // CHECK: outsb # encoding: [0x6e]
1054 // CHECK: outsb
1055 // CHECK: outsb
1056 outsb
1057 outsb %ds:(%rsi), %dx
1058 outsb (%rsi), %dx
  /external/kernel-headers/original/asm-arm/
io.h 123 #define outsb(p,d,l) __raw_writesb(__io(p),d,l) macro
139 #define outsb_p(port,from,len) outsb(port,from,len)
  /external/kernel-headers/original/asm-x86/
io_32.h 10 * (insb/insw/insl/outsb/outsw/outsl). You can also use "pausing"
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
asm.php 69 'xlatb','xor','bound','enter','ins','insb','insw','leave','outs','outsb','outsw','popa','pusha','pushw',
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h 566 #define OUTS_B CHOICE(outsb, outsb, outsb)
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 566 #define OUTS_B CHOICE(outsb, outsb, outsb)
    [all...]
  /external/valgrind/main/VEX/test/
test-amd64.c     [all...]
test-i386.c     [all...]
  /external/chromium_org/sandbox/win/src/sidestep/
ia32_opcode_map.cpp 131 /* 0x6E */ { 0, IT_GENERIC, AM_REGISTER | OT_B, AM_X | OT_B, AM_NOT_USED, "outsb", false, /* F2h */ { 0 }, /* F3h */ { 0 }, /* 66h */ { 0 } },
132 /* 0x6F */ { 0, IT_GENERIC, AM_REGISTER | OT_V, AM_X | OT_V, AM_NOT_USED, "outsb", false, /* F2h */ { 0 }, /* F3h */ { 0 }, /* 66h */ { 0 } },
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
ia32_opcode_map.cc 180 /* 0x6E */ { 0, IT_GENERIC, AM_REGISTER | OT_B, AM_X | OT_B, AM_NOT_USED, "outsb", false, /* F2h */ { 0 }, /* F3h */ { 0 }, /* 66h */ { 0 } },
181 /* 0x6F */ { 0, IT_GENERIC, AM_REGISTER | OT_V, AM_X | OT_V, AM_NOT_USED, "outsb", false, /* F2h */ { 0 }, /* F3h */ { 0 }, /* 66h */ { 0 } },
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
ia32_opcode_map.cc 180 /* 0x6E */ { 0, IT_GENERIC, AM_REGISTER | OT_B, AM_X | OT_B, AM_NOT_USED, "outsb", false, /* F2h */ { 0 }, /* F3h */ { 0 }, /* 66h */ { 0 } },
181 /* 0x6F */ { 0, IT_GENERIC, AM_REGISTER | OT_V, AM_X | OT_V, AM_NOT_USED, "outsb", false, /* F2h */ { 0 }, /* F3h */ { 0 }, /* 66h */ { 0 } },
    [all...]
  /external/chromium_org/tools/memory_watcher/
ia32_opcode_map.cc 133 /* 0x6E */ { 0, IT_GENERIC, AM_REGISTER | OT_B, AM_X | OT_B, AM_NOT_USED, "outsb", false, /* F2h */ { 0 }, /* F3h */ { 0 }, /* 66h */ { 0 } },
134 /* 0x6F */ { 0, IT_GENERIC, AM_REGISTER | OT_V, AM_X | OT_V, AM_NOT_USED, "outsb", false, /* F2h */ { 0 }, /* F3h */ { 0 }, /* 66h */ { 0 } },
    [all...]
  /external/chromium_org/tools/traceline/traceline/sidestep/
ia32_opcode_map.cc 131 /* 0x6E */ { 0, IT_GENERIC, AM_REGISTER | OT_B, AM_X | OT_B, AM_NOT_USED, "outsb", false, /* F2h */ { 0 }, /* F3h */ { 0 }, /* 66h */ { 0 } },
132 /* 0x6F */ { 0, IT_GENERIC, AM_REGISTER | OT_V, AM_X | OT_V, AM_NOT_USED, "outsb", false, /* F2h */ { 0 }, /* F3h */ { 0 }, /* 66h */ { 0 } },
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.td     [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp     [all...]
  /external/valgrind/main/perf/
tinycc.c     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/
x86insn_nasm.gperf 450 outsb, onebyte_insn, 1, SUF_Z, 0x6E, 0x00, 0, 0, 0, 0, 0
    [all...]
x86insn_gas.gperf     [all...]
  /external/qemu/
i386-dis.c     [all...]

Completed in 408 milliseconds

1 2