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

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
naked.s 14 outw (dx)
opcode-suffix.d 529 *[0-9a-f]+: 66 e7 90[ ]+outw[ ]+%ax,\$0x90
533 *[0-9a-f]+: 66 ef[ ]+outw[ ]+%ax,\(%dx\)
  /hardware/intel/img/psb_video/src/
tng_enc_trace.h 36 #define outw(...) macro
85 outw(value,0xCFC + (where&2));
  /external/libchrome/base/strings/
stringprintf_unittest.cc 97 std::wstring outw; local
98 SStringPrintf(&outw, L"%ls", srcw);
99 EXPECT_STREQ(srcw, outw.c_str());
  /external/libweave/third_party/chromium/base/strings/
stringprintf_unittest.cc 97 std::wstring outw; local
98 SStringPrintf(&outw, L"%ls", srcw);
99 EXPECT_STREQ(srcw, outw.c_str());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
io.h 110 outw (unsigned short int __value, unsigned short int __port) function
112 __asm__ __volatile__ ("outw %w0,%w1": :"a" (__value), "Nd" (__port));
119 __asm__ __volatile__ ("outw %w0,%w1\noutb %%al,$0x80": :"a" (__value),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
io.h 111 outw (unsigned short int value, unsigned short int __port) function
113 __asm__ __volatile__ ("outw %w0,%w1": :"a" (value), "Nd" (__port));
120 __asm__ __volatile__ ("outw %w0,%w1\noutb %%al,$0x80": :"a" (value),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
io.h 110 outw (unsigned short int __value, unsigned short int __port) function
112 __asm__ __volatile__ ("outw %w0,%w1": :"a" (__value), "Nd" (__port));
119 __asm__ __volatile__ ("outw %w0,%w1\noutb %%al,$0x80": :"a" (__value),
  /external/llvm/test/MC/X86/
x86-64.s 216 // CHECK: outw %ax, $128
217 outw %ax, $128 label
246 // CHECK: outw %ax, %dx
251 outw %dx label
258 // CHECK: outw %ax, %dx
259 // CHECK: outw %ax, %dx
266 outw %ax, (%dx) label
intel-syntax.s 436 // CHECK: outw %ax, %dx
442 outw DX define
  /external/mesa3d/src/mesa/x86/
assyntax.h 556 #define OUT_W CHOICE(outw (DX), outw ARG2(AX,DX), _WTOG out DX)
562 #define OUT1_W(a) CHOICE(outw (a), outw ARG2(AX,a), _WTOG out a)
    [all...]

Completed in 887 milliseconds