Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.34/gas/config/
H A Dtc-i386.c1904 operand_type_and (i386_operand_type x, i386_operand_type y) in operand_type_and() function
3249 a = operand_type_and (t, type_names[j].mask); in pt()
5240 allowed = operand_type_and (allowed, anyimm); in optimize_imm()
5260 allowed = operand_type_and (mask, allowed); in optimize_imm()
5262 i.types[op] = operand_type_and (i.types[op], mask); in optimize_imm()
5521 overlap = operand_type_and (type, t->operand_types[op]); in check_VecOperands()
5942 overlap0 = operand_type_and (i.types[0], operand_types[0]); in match_template()
6011 overlap1 = operand_type_and (i.types[1], operand_types[1]); in match_template()
6065 overlap4 = operand_type_and (i.types[4], in match_template()
6069 overlap3 = operand_type_and (i.types[3], in match_template()
[all …]
/dragonfly/contrib/binutils-2.27/gas/config/
H A Dtc-i386.c1616 operand_type_and (i386_operand_type x, i386_operand_type y) in operand_type_and() function
2873 a = operand_type_and (t, type_names[j].mask); in pt()
4379 allowed = operand_type_and (mask, allowed); in optimize_imm()
4381 i.types[op] = operand_type_and (i.types[op], mask); in optimize_imm()
4934 overlap0 = operand_type_and (i.types[0], operand_types[0]); in match_template()
4967 overlap1 = operand_type_and (i.types[1], operand_types[1]); in match_template()
4982 overlap0 = operand_type_and (i.types[0], operand_types[1]); in match_template()
4983 overlap1 = operand_type_and (i.types[1], operand_types[0]); in match_template()
5014 overlap4 = operand_type_and (i.types[4], in match_template()
5017 overlap3 = operand_type_and (i.types[3], in match_template()
[all …]