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

  /src/external/gpl3/binutils/dist/opcodes/
i386-gen.c 560 } operand_classes[] = { variable in typeref:struct:__anon10908
1410 for (i = 0; i < ARRAY_SIZE(operand_classes); ++i)
1411 if (!strcmp(str + 6, operand_classes[i].name))
1413 class = operand_classes[i].value;
  /src/external/gpl3/binutils.old/dist/opcodes/
i386-gen.c 540 } operand_classes[] = { variable in typeref:struct:__anon12355
1390 for (i = 0; i < ARRAY_SIZE(operand_classes); ++i)
1391 if (!strcmp(str + 6, operand_classes[i].name))
1393 class = operand_classes[i].value;
  /src/external/gpl3/gdb/dist/opcodes/
i386-gen.c 511 } operand_classes[] = { variable in typeref:struct:__anon19033
1346 for (i = 0; i < ARRAY_SIZE(operand_classes); ++i)
1347 if (!strcmp(str + 6, operand_classes[i].name))
1349 class = operand_classes[i].value;
  /src/external/gpl3/gdb.old/dist/opcodes/
i386-gen.c 502 } operand_classes[] = { variable in typeref:struct:__anon21772
1337 for (i = 0; i < ARRAY_SIZE(operand_classes); ++i)
1338 if (!strcmp(str + 6, operand_classes[i].name))
1340 class = operand_classes[i].value;

Completed in 157 milliseconds