Searched refs:CONST (Results 76 - 100 of 129) sorted by relevance

123456

/freebsd-10.2-release/contrib/gcc/
H A Dlocal-alloc.c540 case CONST:
656 case CONST:
705 case CONST:
982 || (GET_CODE (x) == CONST
H A Dresource.c221 case CONST:
653 case CONST:
H A Dsimplify-rtx.c171 if (GET_CODE (addr) == CONST
382 if (GET_CODE (op) == CONST)
3277 case CONST:
3398 if ((GET_CODE (lhs) == CONST || GET_CODE (lhs) == CONST_INT)
3399 && (GET_CODE (rhs) == CONST || GET_CODE (rhs) == CONST_INT))
3403 tem_lhs = GET_CODE (lhs) == CONST ? XEXP (lhs, 0) : lhs;
3404 tem_rhs = GET_CODE (rhs) == CONST ? XEXP (rhs, 0) : rhs;
3414 arguments in a CONST. Failure to do so can result
3416 when it calls us to simplify CONST operations. */
3418 && ! (GET_CODE (tem) == CONST
[all...]
H A Dsched-vis.c454 case CONST:
H A Dpostreload-gcse.c530 case CONST:
H A Dcselib.c228 CONST of an appropriate mode. */
245 if (GET_CODE (x) == CONST
547 functions. For that purpose, wrap them in a CONST of the appropriate
H A Dgcse.c1289 case CONST:
2269 case CONST:
2538 case CONST:
2873 "GLOBAL CONST-PROP: Replacing reg %d in jump_insn %d with constant ",
2977 fprintf (dump_file, "GLOBAL CONST-PROP: Replacing reg %d in ", regno);
3113 fprintf (dump_file, "LOCAL CONST-PROP: Replacing reg %d in ",
5580 case CONST:
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dsomread.c94 CONST int symsize = sizeof (struct symbol_dictionary_record);
H A Ddoublest.c334 convert_doublest_to_floatformat (CONST struct floatformat *fmt,
H A Dremote-e7000.c1062 static CONST char digs[] = "0123456789ABCDEF";
/freebsd-10.2-release/contrib/gcc/config/rs6000/
H A Dsysv4.h373 in a special way. We do so if this is a SYMBOL_REF, LABEL_REF or a CONST
387 || (GET_CODE (X) == CONST && GET_CODE (XEXP (X, 0)) == PLUS \
/freebsd-10.2-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c195 case CONST:
232 case CONST:
254 case CONST:
1544 die_through_create(dw, die, off, tdp, CONST, "const");
H A Dctf.c484 case CONST:
1211 tdp->t_type = CONST;
/freebsd-10.2-release/contrib/nvi/common/
H A Dmsg.c369 CONST char *nstr;
/freebsd-10.2-release/contrib/nvi/vi/
H A Dvs_msg.c165 CONST char *np;
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_subr/
H A Dwin32_crashrpt.c160 CONST PMINIDUMP_CALLBACK_INPUT callback_input,
/freebsd-10.2-release/contrib/gperf/src/
H A Dinput.cc522 option.set (CONST);
734 No "const" here, because if !option[CONST], some user code might
H A Doutput.cc1952 const_readonly_array = (option[CONST] ? "const " : "");
1953 const_for_struct = ((option[CONST] && option[TYPE]) ? "const " : "");
/freebsd-10.2-release/contrib/gcc/config/sparc/
H A Dsparc.c949 if (GET_CODE (sym) == CONST && GET_CODE (XEXP (sym, 0)) == PLUS)
2734 case CONST:
2763 && (GET_CODE (recog_data.operand[i]) != CONST
2768 == CONST))));
2782 if (GET_CODE (x) == CONST && GET_CODE (XEXP (x, 0)) == PLUS
2807 case CONST:
2858 case CONST:
2881 || (GET_CODE (x) == CONST
3257 else if (GET_CODE (orig) == CONST)
3337 || GET_CODE (x) == CONST
[all...]
/freebsd-10.2-release/contrib/byacc/test/btyacc/
H A Dbtyacc_calc1.tab.c196 #define CONST 259 macro
353 "error","DREG","VREG","CONST","UMINUS","$accept","lines","dexp","vexp","line",
365 "dexp : CONST",
554 return (CONST);
H A Dcalc1.tab.c195 #define CONST 259 macro
357 "error","DREG","VREG","CONST","UMINUS","$accept","line","dexp","vexp","lines",
369 "dexp : CONST",
587 return (CONST);
H A Dvarsyntax_calc1.tab.c196 #define CONST 259 macro
358 "error","DREG","VREG","CONST","UMINUS","$accept","line","dexp","vexp","lines",
370 "dexp : CONST",
588 return (CONST);
/freebsd-10.2-release/contrib/gcc/config/i386/
H A Di386.c6184 case CONST:
6351 if (GET_CODE (x) != CONST)
6411 case CONST:
6516 case CONST:
6546 /* Determine if a given CONST RTX is a valid memory displacement
6565 case CONST:
6592 if (GET_CODE (disp) != CONST)
6794 if (GET_CODE (disp) == CONST
6839 if (GET_CODE (disp) != CONST
6880 && (GET_CODE (disp) != CONST
[all...]
/freebsd-10.2-release/contrib/gcc/config/arm/
H A Darm.c3207 || (GET_CODE (x) == CONST
3315 else if (GET_CODE (orig) == CONST)
3564 || (code == CONST
3775 || (GET_CODE (x) == CONST
4351 case CONST:
4636 case CONST:
4856 case CONST:
5405 || (GET_CODE (ind) == CONST
5724 case CONST:
7220 case CONST
[all...]
/freebsd-10.2-release/crypto/openssl/crypto/threads/
H A Dmttest.c726 (CONST HANDLE *) & (thread_handle[i]),

Completed in 407 milliseconds

123456