Searched refs:simd_cmp_op (Results 1 – 13 of 13) sorted by relevance
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | i386-dis.c | 12936 static const struct op simd_cmp_op[] = variable 12984 if (cmp_type < ARRAY_SIZE (simd_cmp_op)) in CMP_Fixup() 12991 sprintf (p, "%s%s", simd_cmp_op[cmp_type].name, suffix); in CMP_Fixup() 12992 ins->mnemonicendp += simd_cmp_op[cmp_type].len; in CMP_Fixup() 12995 && cmp_type < ARRAY_SIZE (simd_cmp_op) + ARRAY_SIZE (vex_cmp_op)) in CMP_Fixup() 13002 cmp_type -= ARRAY_SIZE (simd_cmp_op); in CMP_Fixup() 13477 if (cmp_type < ARRAY_SIZE (simd_cmp_op) in VPCMP_Fixup() 13498 sprintf (p, "%s%s", simd_cmp_op[cmp_type].name, suffix); in VPCMP_Fixup() 13499 ins->mnemonicendp += simd_cmp_op[cmp_type].len; in VPCMP_Fixup()
|
| H A D | ChangeLog-2008 | 106 (simd_cmp_op): Changed to struct op.
|
| H A D | ChangeLog-9899 | 428 (twobyte_uses_f3_prefix, simd_cmp_op, prefix_user_table): New.
|
| H A D | ChangeLog-2020 | 1335 (simd_cmp_op): Add const.
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | i386-dis.c | 13124 static const struct op simd_cmp_op[] = variable 13173 if (cmp_type < ARRAY_SIZE (simd_cmp_op)) in CMP_Fixup() 13180 sprintf (p, "%s%s", simd_cmp_op[cmp_type].name, suffix); in CMP_Fixup() 13181 ins->mnemonicendp += simd_cmp_op[cmp_type].len; in CMP_Fixup() 13184 && cmp_type < ARRAY_SIZE (simd_cmp_op) + ARRAY_SIZE (vex_cmp_op)) in CMP_Fixup() 13191 cmp_type -= ARRAY_SIZE (simd_cmp_op); in CMP_Fixup() 13686 if (cmp_type < ARRAY_SIZE (simd_cmp_op) in VPCMP_Fixup() 13707 sprintf (p, "%s%s", simd_cmp_op[cmp_type].name, suffix); in VPCMP_Fixup() 13708 ins->mnemonicendp += simd_cmp_op[cmp_type].len; in VPCMP_Fixup()
|
| H A D | ChangeLog-2008 | 106 (simd_cmp_op): Changed to struct op.
|
| H A D | ChangeLog-9899 | 428 (twobyte_uses_f3_prefix, simd_cmp_op, prefix_user_table): New.
|
| H A D | ChangeLog-2020 | 1335 (simd_cmp_op): Add const.
|
| /netbsd-src/external/gpl3/gdb/dist/opcodes/ |
| H A D | ChangeLog-2008 | 106 (simd_cmp_op): Changed to struct op.
|
| H A D | ChangeLog-9899 | 428 (twobyte_uses_f3_prefix, simd_cmp_op, prefix_user_table): New.
|
| H A D | ChangeLog-2020 | 1335 (simd_cmp_op): Add const.
|
| /netbsd-src/external/gpl3/gdb.old/dist/opcodes/ |
| H A D | ChangeLog-2008 | 106 (simd_cmp_op): Changed to struct op.
|
| H A D | ChangeLog-9899 | 428 (twobyte_uses_f3_prefix, simd_cmp_op, prefix_user_table): New.
|