Home
last modified time | relevance | path

Searched refs:check_asm_operands (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Drecog.h74 extern int check_asm_operands (rtx);
Drecog.c118 check_asm_operands (rtx x) in check_asm_operands() function
261 if ((is_asm && ! check_asm_operands (PATTERN (insn))) in insn_invalid_p()
Dcombine.c2966 && (! check_asm_operands (newpat) || added_sets_1 || added_sets_2))) in try_combine()
2984 if (other_code_number < 0 && ! check_asm_operands (other_pat)) in try_combine()
5315 && ! check_asm_operands (pat))) in simplify_set()
9336 if (insn_code_number < 0 && ! check_asm_operands (pat) in recog_for_combine()
Dfunction.c1566 if (!check_asm_operands (PATTERN (insn))) in instantiate_virtual_regs_in_insn()
DChangeLog-199920100 * recog.c (check_asm_operands): Treat indeterminate operand ok
20553 * recog.c (recog_constraints, check_asm_operands,
21177 (check_asm_operands): Use it. After reload, use constrain_operands
DFSFChangeLog.112227 (check_asm_operands, constrain_operands, memory_address_p): Likewise.