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

  /src/external/gpl3/binutils/dist/opcodes/
i386-dis.c 13698 static const struct op vex_cmp_op[] = variable in typeref:struct:op
13746 && cmp_type < ARRAY_SIZE (simd_cmp_op) + ARRAY_SIZE (vex_cmp_op))
13754 sprintf (p, "%s%s", vex_cmp_op[cmp_type].name, suffix);
13755 ins->mnemonicendp += vex_cmp_op[cmp_type].len;
  /src/external/gpl3/binutils.old/dist/opcodes/
i386-dis.c 13659 static const struct op vex_cmp_op[] = variable in typeref:struct:op
13707 && cmp_type < ARRAY_SIZE (simd_cmp_op) + ARRAY_SIZE (vex_cmp_op))
13715 sprintf (p, "%s%s", vex_cmp_op[cmp_type].name, suffix);
13716 ins->mnemonicendp += vex_cmp_op[cmp_type].len;
  /src/external/gpl3/gdb.old/dist/opcodes/
i386-dis.c 13357 static const struct op vex_cmp_op[] = variable in typeref:struct:op
13405 && cmp_type < ARRAY_SIZE (simd_cmp_op) + ARRAY_SIZE (vex_cmp_op))
13413 sprintf (p, "%s%s", vex_cmp_op[cmp_type].name, suffix);
13414 ins->mnemonicendp += vex_cmp_op[cmp_type].len;
  /src/external/gpl3/gdb/dist/opcodes/
i386-dis.c 13666 static const struct op vex_cmp_op[] = variable in typeref:struct:op
13714 && cmp_type < ARRAY_SIZE (simd_cmp_op) + ARRAY_SIZE (vex_cmp_op))
13722 sprintf (p, "%s%s", vex_cmp_op[cmp_type].name, suffix);
13723 ins->mnemonicendp += vex_cmp_op[cmp_type].len;

Completed in 32 milliseconds