Searched refs:CONST (Results 101 - 125 of 129) sorted by relevance

123456

/freebsd-11.0-release/usr.bin/xlint/lint1/
H A Dcgram.y996 if ($1 == CONST) {
H A Ddecl.c461 if (q == CONST) {
/freebsd-11.0-release/contrib/gcc/
H A Dreload.c2349 if (GET_CODE (addr) == CONST)
2373 if (GET_CODE (offset) == CONST)
5165 case CONST:
5221 constants with a CONST, put the constant as the second operand, and
5257 if (GET_CODE (x) == CONST)
5259 if (GET_CODE (y) == CONST)
5477 else if (code0 == CONST_INT || code0 == CONST
5483 else if (code1 == CONST_INT || code1 == CONST
H A Drecog.c783 case CONST:
1829 || code == CONST)
H A Dvmsdbgout.c464 case CONST:
H A Demit-rtl.c2222 case CONST:
2223 /* CONST can be shared if it contains a SYMBOL_REF. If it contains
2424 case CONST:
2425 /* CONST can be shared if it contains a SYMBOL_REF. If it contains
4882 case CONST:
4883 /* CONST can be shared if it contains a SYMBOL_REF. If it contains
H A Dsched-deps.c954 case CONST:
H A Ddbxout.c2987 && GET_CODE (XEXP (home, 0)) == CONST)
2992 (MEM (CONST ...)) even though this variable is a local `auto'
H A Ddf-scan.c1301 case CONST:
H A Dvarasm.c3390 /* See if X is a LABEL_REF (or a CONST referring to a LABEL_REF)
3402 case CONST:
5729 case CONST:
H A Dcombine.c3516 if (GET_CODE (XEXP (x, 0)) == CONST
3584 This will occur on machines that just support REG + CONST
4520 case CONST:
4522 returning the inner CONST since CONST can be shared with a
4524 if (GET_CODE (XEXP (x, 0)) == CONST)
7320 /* (not FOO) is (xor FOO CONST), so if FOO is an LSHIFTRT, we can do the
7341 /* (and (not FOO) CONST) is (not (or FOO (not CONST))), so we must
7354 /* (and (ne FOO 0) CONST) ca
[all...]
H A Dreload1.c2345 case CONST:
2714 case CONST:
3837 case CONST:
H A Dfinal.c3252 case CONST:
H A Dexpmed.c523 || GET_CODE (value) == CONST))
5057 case CONST:
H A Dflow.c4057 case CONST:
H A Dgenattrtab.c50 CONST expression, indicates an attribute that is constant for a given run
2940 if (GET_CODE (XEXP (exp, 2)) == CONST)
2950 /* Get rid of the CONST node. It is allowed only at top-level. */
H A Difcvt.c2138 case CONST:
/freebsd-11.0-release/contrib/gcc/config/ia64/
H A Dia64.c783 if (GET_CODE (addr) == CONST)
812 case CONST:
822 if (GET_CODE (op) == CONST
898 if (GET_CODE (src) == CONST)
1072 if (GET_CODE (op1) == CONST
4784 case CONST:
5677 case SYMBOL_REF: case LABEL_REF: case CONST:
/freebsd-11.0-release/contrib/gcc/config/rs6000/
H A Drs6000.c2690 else if (GET_CODE (op) != CONST
2758 case CONST:
2798 && (GET_CODE (x) == SYMBOL_REF || GET_CODE (x) == CONST)
2980 Then generate an address of REG+(CONST&0xffff), allowing for the
3401 && GET_CODE (XEXP (XEXP (XEXP (x, 0), 1), 0)) == CONST
4051 if (GET_CODE (tmp) == CONST && GET_CODE (XEXP (tmp, 0)) == PLUS)
4137 || GET_CODE (operands[1]) == CONST)
4254 if (GET_CODE (operands[1]) == CONST
10055 || GET_CODE (in) == CONST))
10508 if (GET_CODE (x) != CONST)
[all...]
H A Drs6000.h1609 || GET_CODE (X) == CONST_INT || GET_CODE (X) == CONST \
1709 Then generate an address of REG+(CONST&0xffff), allowing for the
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp684 } else if (SD->getKind() == SDDbgValue::CONST) {
/freebsd-11.0-release/contrib/gcc/config/i386/
H A Di386.h1765 || (GET_CODE (X) == CONST && symbolic_reference_mentioned_p (X)))
/freebsd-11.0-release/contrib/gcc/config/mips/
H A Dmips.h1401 (GET_CODE (X) == CONST \
H A Dmips.c1292 if (GET_CODE (x) == CONST)
1575 case CONST:
1845 case CONST:
2594 case CONST:
7313 if (GET_CODE (x) == CONST)
/freebsd-11.0-release/contrib/byacc/test/btyacc/
H A Dbtyacc_demo.tab.c225 #define CONST 264 macro
436 "REGISTER","STATIC","CONST","VOLATILE","IF","THEN","ELSE","CLCL","$accept",
467 "cv_qual : CONST",

Completed in 425 milliseconds

123456