Searched refs:operand_type_equal (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/binutils-2.27/gas/config/ |
H A D | tc-i386.c | 1403 operand_type_equal (const union i386_operand_type *x, in operand_type_equal() function 4948 && operand_type_equal (&i.types [0], &acc32) in match_template() 4949 && operand_type_equal (&i.types [1], &acc32)) in match_template() 5497 && operand_type_equal (&i.types [0], &acc64) in process_suffix() 5498 && operand_type_equal (&i.types [1], &acc64)) in process_suffix() 5751 && !operand_type_equal (&overlap, &imm8) in update_imm() 5752 && !operand_type_equal (&overlap, &imm8s) in update_imm() 5753 && !operand_type_equal (&overlap, &imm16) in update_imm() 5754 && !operand_type_equal (&overlap, &imm32) in update_imm() 5755 && !operand_type_equal (&overlap, &imm32s) in update_imm() [all …]
|
/dflybsd-src/contrib/binutils-2.34/gas/config/ |
H A D | tc-i386.c | 1695 operand_type_equal (const union i386_operand_type *x, in operand_type_equal() function 3250 if (operand_type_equal (&a, &type_names[j].mask)) in pt() 3511 && operand_type_equal (&i.types[0], &i.types[i.operands - 1]) in build_vex_prefix() 3559 gas_assert (operand_type_equal (&i.types[i.operands - 2], in build_vex_prefix() 6851 && !operand_type_equal (&overlap, &imm8) in update_imm() 6852 && !operand_type_equal (&overlap, &imm8s) in update_imm() 6853 && !operand_type_equal (&overlap, &imm16) in update_imm() 6854 && !operand_type_equal (&overlap, &imm32) in update_imm() 6855 && !operand_type_equal (&overlap, &imm32s) in update_imm() 6856 && !operand_type_equal (&overlap, &imm64)) in update_imm() [all …]
|