Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDdefaults.h725 #if !defined CONSTRAINT_LEN \
766 #ifndef CONSTRAINT_LEN
767 #define CONSTRAINT_LEN(C,STR) DEFAULT_CONSTRAINT_LEN (C, STR) macro
HDgenoutput.c768 len = CONSTRAINT_LEN (c, p); in validate_insn_alternatives()
1235 return CONSTRAINT_LEN (*p, p); in constraint_len()
HDrecog.c1796 len = CONSTRAINT_LEN (c, constraint); in asm_operand_ok()
2233 p += CONSTRAINT_LEN (c, p); in preprocess_constraints()
2333 switch (c = *p, len = CONSTRAINT_LEN (c, p), c) in constrain_operands()
HDstmt.c360 for (p = constraint + 1; *p; p += CONSTRAINT_LEN (*p, p)) in parse_output_constraint()
456 for (j = 0; j < c_len; j += CONSTRAINT_LEN (constraint[j], constraint+j)) in parse_input_constraint()
HDpostreload.c581 p += CONSTRAINT_LEN (c, p); in reload_cse_simplify_operands()
HDlocal-alloc.c2462 len = CONSTRAINT_LEN (c, p); in requires_inout()
HDglobal.c2218 p += CONSTRAINT_LEN (c, p); in check_earlyclobber()
HDregmove.c1612 p += CONSTRAINT_LEN (c, p); in find_matches()
HDreload.c2654 p += CONSTRAINT_LEN (c, p); in find_reloads()
3043 switch ((c = *p, len = CONSTRAINT_LEN (c, p)), c) in find_reloads()
4508 constraint += CONSTRAINT_LEN (c, constraint)) in alternative_allows_memconst()
HDregclass.c1702 p += CONSTRAINT_LEN (c, p); in record_reg_classes()
HDdf-problems.c2379 p += CONSTRAINT_LEN (c, p); in df_urec_check_earlyclobber()
HDreload1.c1421 p += CONSTRAINT_LEN (c, p); in maybe_fix_stack_asms()
HDChangeLog-2006811 EXTRA_MEMORY_CONSTRAINT, EXTRA_ADDRESS_CONSTRAINT, CONSTRAINT_LEN):
6135 (CONSTRAINT_LEN, EXTRA_CONSTRAINT_THUMB, EXTRA_CONSTRAINT_STR)
9918 (CONSTRAINT_LEN): Delete.
HDChangeLog-200313575 (CONSTRAINT_LEN): Don't use isdigit.
18875 (CONSTRAINT_LEN, CONST_OK_FOR_I, CONST_OK_FOR_J16): Define.
37131 (CONSTRAINT_LEN): Provide default definition.
37137 (validate_insn_alternatives): Check CONSTRAINT_LEN for each
37152 * doc/tm.texi (CONSTRAINT_LEN, REG_CLASS_FROM_CONSTRAINT): Document.
HDChangeLog-20044396 (CONSTRAINT_LEN): The 'D' prefix is a 2-letter constraint.
5669 * config/s390/s390.h (CONSTRAINT_LEN): Handle 'B' constraints.
9508 (CONSTRAINT_LEN): Likewise.
16431 (CONSTRAINT_LEN): New macro.
25403 (CONSTRAINT_LEN): Define, returning 2 for 'W' and 'Y'.
38354 (CONSTRAINT_LEN): New.
HDChangeLog-20058650 (CONSTRAINT_LEN): Added length of O constraint.
33533 (CONSTRAINT_LEN): New.
/NextBSD/contrib/gcc/doc/
HDtm.texi2736 @defmac CONSTRAINT_LEN (@var{char}, @var{str})