Home
last modified time | relevance | path

Searched refs:operand_type_check (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-i386.c1926 operand_type_check (i386_operand_type t, enum operand_type c) in operand_type_check() function
2162 && (!operand_type_check (g0, anymem) in operand_type_register_match()
2170 && (!operand_type_check (g1, anymem) in operand_type_register_match()
3146 if (operand_type_check (x->types[j], imm)) in pi()
3148 if (operand_type_check (x->types[j], disp)) in pi()
4451 if (operand_type_check (i.types[j], disp) in optimize_encoding()
4873 && !(operand_type_check (i.types[0], imm) in md_assemble()
4874 && operand_type_check (i.types[1], imm))) in md_assemble()
4895 if (!operand_type_check (i.types[j], disp)) in md_assemble()
5756 if (operand_type_check (i.types[op], imm)) in optimize_imm()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-i386.c2110 operand_type_check (i386_operand_type t, enum operand_type c) in operand_type_check() function
2351 || !operand_type_check (g0, anymem))) in operand_type_register_match()
2357 || !operand_type_check (g1, anymem))) in operand_type_register_match()
3355 if (operand_type_check (x->types[j], imm)) in pi()
3357 if (operand_type_check (x->types[j], disp)) in pi()
4870 if (operand_type_check (i.types[j], disp) in optimize_encoding()
6503 && operand_type_check (i.types[0], imm) in md_assemble()
6504 && operand_type_check (i.types[1], imm))) in md_assemble()
6528 if (operand_type_check(i.types[j], imm)) in md_assemble()
7612 if (operand_type_check (i.types[op], imm)) in optimize_imm()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/
H A DChangeLog-2007922 (operand_type_check): Updated. Inline.
1017 (operand_type_check): Likewise.
H A DChangeLog-2008857 * config/tc-i386.c (operand_type_check): Warning fix.
H A DChangeLog-201769 * config/tc-i386.c (operand_type_check): Extend comment.
79 * config/tc-i386.c (operand_type_check, pi): Switch .reg<N> to
H A DChangeLog-2019646 (operand_type_check, operand_size_match,
1357 operand_type_check(..., anymem) by Operand_Mem ones.
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-2007922 (operand_type_check): Updated. Inline.
1017 (operand_type_check): Likewise.
H A DChangeLog-2008857 * config/tc-i386.c (operand_type_check): Warning fix.
H A DChangeLog-201769 * config/tc-i386.c (operand_type_check): Extend comment.
79 * config/tc-i386.c (operand_type_check, pi): Switch .reg<N> to
H A DChangeLog-2019646 (operand_type_check, operand_size_match,
1357 operand_type_check(..., anymem) by Operand_Mem ones.