Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
Dgenemit.c34 static int max_scratch_opno; variable
91 max_scratch_opno = MAX (max_scratch_opno, XINT (x, 0)); in max_operand_1()
116 max_scratch_opno = -1; in max_operand_vec()
489 for (; i <= max_scratch_opno; i++) in gen_expand()
503 if (operands > 0 || max_dup_opno >= 0 || max_scratch_opno >= 0) in gen_expand()
505 MAX (operands, MAX (max_scratch_opno, max_dup_opno) + 1)); in gen_expand()
523 for (; i <= max_scratch_opno; i++) in gen_expand()
600 operands = MAX (max_opno, MAX (max_dup_opno, max_scratch_opno)) + 1; in gen_split()