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

  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugLine.cpp 464 uint8_t opcode_length = Prologue.StandardOpcodeLengths[opcode - 1]; local
465 for (uint8_t i = 0; i < opcode_length; ++i)
  /toolchain/binutils/binutils-2.25/opcodes/
i386-opc.h 829 unsigned char opcode_length; member in struct:insn_template
i386-gen.c 922 char *operands, *base_opcode, *extension_opcode, *opcode_length; local
934 /* Find opcode_length. */
935 opcode_length = next_field (str, ',', &str, last);
988 opcode_length);
    [all...]
  /external/freetype/src/truetype/
ttinterp.c 620 /* the `opcode_length' table, and the value in `Pop_Push_Count' is set */
1201 const FT_Char opcode_length[256] = variable
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
ttinterp.c 634 /* the `opcode_length' table, and the value in `Pop_Push_Count' is set */
1210 const FT_Char opcode_length[256] = variable
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttinterp.c 643 /* the `opcode_length' table, and the value in `Pop_Push_Count' is set */
1219 const FT_Char opcode_length[256] = variable
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-i386.c     [all...]

Completed in 858 milliseconds