Home
last modified time | relevance | path

Searched refs:simd_cmp_op (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Di386-dis.c16299 static struct op simd_cmp_op[] = variable
16318 if (cmp_type < ARRAY_SIZE (simd_cmp_op)) in CMP_Fixup()
16325 sprintf (p, "%s%s", simd_cmp_op[cmp_type].name, suffix); in CMP_Fixup()
16326 mnemonicendp += simd_cmp_op[cmp_type].len; in CMP_Fixup()
17109 if (cmp_type < ARRAY_SIZE (simd_cmp_op) in VPCMP_Fixup()
17130 sprintf (p, "%s%s", simd_cmp_op[cmp_type].name, suffix); in VPCMP_Fixup()
17131 mnemonicendp += simd_cmp_op[cmp_type].len; in VPCMP_Fixup()
DChangeLog-2008106 (simd_cmp_op): Changed to struct op.
DChangeLog-9899428 (twobyte_uses_f3_prefix, simd_cmp_op, prefix_user_table): New.