Searched refs:CONSTRAINT_LEN (Results 1 – 17 of 17) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | defaults.h | 725 #if !defined CONSTRAINT_LEN \ 766 #ifndef CONSTRAINT_LEN 767 #define CONSTRAINT_LEN(C,STR) DEFAULT_CONSTRAINT_LEN (C, STR) macro
|
| HD | genoutput.c | 768 len = CONSTRAINT_LEN (c, p); in validate_insn_alternatives() 1235 return CONSTRAINT_LEN (*p, p); in constraint_len()
|
| HD | recog.c | 1796 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()
|
| HD | stmt.c | 360 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()
|
| HD | postreload.c | 581 p += CONSTRAINT_LEN (c, p); in reload_cse_simplify_operands()
|
| HD | local-alloc.c | 2462 len = CONSTRAINT_LEN (c, p); in requires_inout()
|
| HD | global.c | 2218 p += CONSTRAINT_LEN (c, p); in check_earlyclobber()
|
| HD | regmove.c | 1612 p += CONSTRAINT_LEN (c, p); in find_matches()
|
| HD | reload.c | 2654 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()
|
| HD | regclass.c | 1702 p += CONSTRAINT_LEN (c, p); in record_reg_classes()
|
| HD | df-problems.c | 2379 p += CONSTRAINT_LEN (c, p); in df_urec_check_earlyclobber()
|
| HD | reload1.c | 1421 p += CONSTRAINT_LEN (c, p); in maybe_fix_stack_asms()
|
| HD | ChangeLog-2006 | 811 EXTRA_MEMORY_CONSTRAINT, EXTRA_ADDRESS_CONSTRAINT, CONSTRAINT_LEN): 6135 (CONSTRAINT_LEN, EXTRA_CONSTRAINT_THUMB, EXTRA_CONSTRAINT_STR) 9918 (CONSTRAINT_LEN): Delete.
|
| HD | ChangeLog-2003 | 13575 (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.
|
| HD | ChangeLog-2004 | 4396 (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.
|
| HD | ChangeLog-2005 | 8650 (CONSTRAINT_LEN): Added length of O constraint. 33533 (CONSTRAINT_LEN): New.
|
| /NextBSD/contrib/gcc/doc/ |
| HD | tm.texi | 2736 @defmac CONSTRAINT_LEN (@var{char}, @var{str})
|