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

  /toolchain/binutils/binutils-2.25/opcodes/
moxie-dis.c 50 unsigned short iword; local
57 iword = bfd_getb16 (buffer);
59 iword = bfd_getl16 (buffer);
62 if ((iword & (1<<15)) == 0)
65 opcode = &moxie_form1_opc_info[iword >> 8];
73 reg_names[OP_A(iword)]);
77 reg_names[OP_A(iword)],
78 reg_names[OP_B(iword)]);
90 reg_names[OP_A(iword)], imm);
123 reg_names[OP_A(iword)], reg_names[OP_B(iword)])
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
ios.cpp 150 long& ios_base::iword(int index) { function in class:ios_base
  /toolchain/binutils/binutils-2.25/gas/config/
tc-moxie.c 163 unsigned short iword = 0; local
197 iword = (1<<15) | (opcode->opcode << 12);
204 iword += (reg << 8);
218 iword = opcode->opcode << 8;
228 iword += (dest << 4) + src;
236 iword = opcode->opcode << 8;
248 iword += (regnum << 4);
270 iword = opcode->opcode << 8;
288 iword = opcode->opcode << 8;
295 iword = opcode->opcode << 8
    [all...]
  /external/libcxx/src/
ios.cpp 181 ios_base::iword(int index) function in class:ios_base
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
ios.cpp 167 ios_base::iword(int index) function in class:ios_base
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
ios_base.h 498 // 27.4.2.5 Members for iword/pword storage
506 // Only for failed iword/pword calls.
510 // The first 5 iword and pword slots are reserved for internal use.
716 * index for the iword and pword functions. The expectation is that an
717 * application calls xalloc in order to obtain an index in the iword and
722 * that is safe to use in the iword and pword arrays.
732 * The iword function provides access to an array of integers that can be
741 iword(int __ix) function in class:ios_base
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
ios_base.h 498 // 27.4.2.5 Members for iword/pword storage
506 // Only for failed iword/pword calls.
510 // The first 5 iword and pword slots are reserved for internal use.
716 * index for the iword and pword functions. The expectation is that an
717 * application calls xalloc in order to obtain an index in the iword and
722 * that is safe to use in the iword and pword arrays.
732 * The iword function provides access to an array of integers that can be
741 iword(int __ix) function in class:ios_base
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
ios_base.h 498 // 27.4.2.5 Members for iword/pword storage
506 // Only for failed iword/pword calls.
510 // The first 5 iword and pword slots are reserved for internal use.
716 * index for the iword and pword functions. The expectation is that an
717 * application calls xalloc in order to obtain an index in the iword and
722 * that is safe to use in the iword and pword arrays.
732 * The iword function provides access to an array of integers that can be
741 iword(int __ix) function in class:ios_base
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
ios_base.h 498 // 27.4.2.5 Members for iword/pword storage
506 // Only for failed iword/pword calls.
510 // The first 5 iword and pword slots are reserved for internal use.
716 * index for the iword and pword functions. The expectation is that an
717 * application calls xalloc in order to obtain an index in the iword and
722 * that is safe to use in the iword and pword arrays.
732 * The iword function provides access to an array of integers that can be
741 iword(int __ix) function in class:ios_base

Completed in 532 milliseconds