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

  /src/external/gpl3/binutils/dist/opcodes/
i386-gen.c 598 BITFIELD (BaseIndex),
1119 while (full != NULL && strstr(full, "BaseIndex") == NULL)
1398 int baseindex = 0; local
1433 if (strcasecmp(str, "BaseIndex") == 0)
1434 baseindex = 1;
1438 if (stage == stage_opcodes && baseindex && !active_isstring)
  /src/external/gpl3/binutils.old/dist/opcodes/
i386-gen.c 578 BITFIELD (BaseIndex),
1099 while (full != NULL && strstr(full, "BaseIndex") == NULL)
1378 int baseindex = 0; local
1413 if (strcasecmp(str, "BaseIndex") == 0)
1414 baseindex = 1;
1418 if (stage == stage_opcodes && baseindex && !active_isstring)
  /src/external/gpl3/gdb/dist/opcodes/
i386-gen.c 548 BITFIELD (BaseIndex),
1055 while (full != NULL && strstr(full, "BaseIndex") == NULL)
1334 int baseindex = 0; local
1369 if (strcasecmp(str, "BaseIndex") == 0)
1370 baseindex = 1;
1374 if (stage == stage_opcodes && baseindex && !active_isstring)
  /src/external/gpl3/gdb.old/dist/opcodes/
i386-gen.c 539 BITFIELD (BaseIndex),
1046 while (full != NULL && strstr(full, "BaseIndex") == NULL)
1325 int baseindex = 0; local
1360 if (strcasecmp(str, "BaseIndex") == 0)
1361 baseindex = 1;
1365 if (stage == stage_opcodes && baseindex && !active_isstring)

Completed in 28 milliseconds