Home
last modified time | relevance | path

Searched refs:operand_type_equal (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/binutils-2.27/gas/config/
H A Dtc-i386.c5789 && !operand_type_equal (&overlap, &imm8s) in update_imm()
5790 && !operand_type_equal (&overlap, &imm16) in update_imm()
5791 && !operand_type_equal (&overlap, &imm32) in update_imm()
5792 && !operand_type_equal (&overlap, &imm32s) in update_imm()
5793 && !operand_type_equal (&overlap, &imm64)) in update_imm()
6322 && !operand_type_equal (&op, &regxmm) in build_modrm_byte()
6323 && !operand_type_equal (&op, &regymm) in build_modrm_byte()
6775 && !operand_type_equal (type, &regxmm) in build_modrm_byte()
6776 && !operand_type_equal (type, &regymm) in build_modrm_byte()
6777 && !operand_type_equal (type, &regzmm) in build_modrm_byte()
[all …]
/dragonfly/contrib/binutils-2.34/gas/config/
H A Dtc-i386.c6851 && !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()
6888 if (!operand_type_equal (&overlap, &imm8) in update_imm()
6889 && !operand_type_equal (&overlap, &imm8s) in update_imm()
6890 && !operand_type_equal (&overlap, &imm16) in update_imm()
6891 && !operand_type_equal (&overlap, &imm32) in update_imm()
6892 && !operand_type_equal (&overlap, &imm32s) in update_imm()
6893 && !operand_type_equal (&overlap, &imm64)) in update_imm()
[all …]