HomeSort by: relevance | last modified time | path
    Searched defs:THREE_BYTE_TABLE (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
i386-dis.c 856 #define THREE_BYTE_TABLE(I) DIS386 (USE_3BYTE_TABLE, (I))
2320 { THREE_BYTE_TABLE (THREE_BYTE_0F38) },
2322 { THREE_BYTE_TABLE (THREE_BYTE_0F3A) },
4853 static const struct dis386 three_byte_table[][256] = { variable in typeref:struct:dis386
9193 dp = &three_byte_table[dp->op[1].bytemode][vindex];
  /src/external/gpl3/binutils.old/dist/opcodes/
i386-dis.c 856 #define THREE_BYTE_TABLE(I) DIS386 (USE_3BYTE_TABLE, (I))
2311 { THREE_BYTE_TABLE (THREE_BYTE_0F38) },
2313 { THREE_BYTE_TABLE (THREE_BYTE_0F3A) },
4814 static const struct dis386 three_byte_table[][256] = { variable in typeref:struct:dis386
9154 dp = &three_byte_table[dp->op[1].bytemode][vindex];
  /src/external/gpl3/gdb.old/dist/opcodes/
i386-dis.c 856 #define THREE_BYTE_TABLE(I) DIS386 (USE_3BYTE_TABLE, (I))
2250 { THREE_BYTE_TABLE (THREE_BYTE_0F38) },
2252 { THREE_BYTE_TABLE (THREE_BYTE_0F3A) },
4608 static const struct dis386 three_byte_table[][256] = { variable in typeref:struct:dis386
8859 dp = &three_byte_table[dp->op[1].bytemode][vindex];
  /src/external/gpl3/gdb/dist/opcodes/
i386-dis.c 856 #define THREE_BYTE_TABLE(I) DIS386 (USE_3BYTE_TABLE, (I))
2312 { THREE_BYTE_TABLE (THREE_BYTE_0F38) },
2314 { THREE_BYTE_TABLE (THREE_BYTE_0F3A) },
4821 static const struct dis386 three_byte_table[][256] = { variable in typeref:struct:dis386
9161 dp = &three_byte_table[dp->op[1].bytemode][vindex];

Completed in 36 milliseconds