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

  /src/external/gpl3/binutils/dist/opcodes/
i386-dis.c 14334 static const struct op pclmul_op[] = variable in typeref:struct:op
14362 if (pclmul_type < ARRAY_SIZE (pclmul_op))
14370 sprintf (p, "%s%s", pclmul_op[pclmul_type].name, suffix);
14371 ins->mnemonicendp += pclmul_op[pclmul_type].len;
  /src/external/gpl3/binutils.old/dist/opcodes/
i386-dis.c 14295 static const struct op pclmul_op[] = variable in typeref:struct:op
14323 if (pclmul_type < ARRAY_SIZE (pclmul_op))
14331 sprintf (p, "%s%s", pclmul_op[pclmul_type].name, suffix);
14332 ins->mnemonicendp += pclmul_op[pclmul_type].len;
  /src/external/gpl3/gdb.old/dist/opcodes/
i386-dis.c 13990 static const struct op pclmul_op[] = variable in typeref:struct:op
14018 if (pclmul_type < ARRAY_SIZE (pclmul_op))
14026 sprintf (p, "%s%s", pclmul_op[pclmul_type].name, suffix);
14027 ins->mnemonicendp += pclmul_op[pclmul_type].len;
  /src/external/gpl3/gdb/dist/opcodes/
i386-dis.c 14302 static const struct op pclmul_op[] = variable in typeref:struct:op
14330 if (pclmul_type < ARRAY_SIZE (pclmul_op))
14338 sprintf (p, "%s%s", pclmul_op[pclmul_type].name, suffix);
14339 ins->mnemonicendp += pclmul_op[pclmul_type].len;

Completed in 68 milliseconds