Searched refs:HIGH (Results 51 - 75 of 132) sorted by relevance

123456

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dalias.c1547 case HIGH:
1974 case HIGH:
2503 if (GET_CODE (x) == HIGH)
2509 if (GET_CODE (y) == HIGH)
H A Dreginfo.c1073 || (GET_CODE (SET_SRC (x)) == HIGH
/netbsd-current/external/gpl3/gcc/dist/gcc/config/pa/
H A Dpa.h790 || GET_CODE (X) == HIGH) \
H A Dpa.cc730 /* Strip off any HIGH. */
731 if (GET_CODE (x) == HIGH)
1505 case HIGH:
1563 case HIGH:
2063 || (GET_CODE (operand1) == HIGH
2143 if ((GET_CODE (operand1) != HIGH && immediate_operand (operand1, mode))
2144 || (GET_CODE (operand1) == HIGH
2151 if (GET_CODE (operand1) == HIGH)
2372 generated is not as efficient as the one using HIGH/LO_SUM. */
2417 /* Use a HIGH/LO_SU
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dalias.cc1562 case HIGH:
1993 case HIGH:
2533 if (GET_CODE (x) == HIGH)
2539 if (GET_CODE (y) == HIGH)
H A Dfwprop.cc313 /* If we're propagating a HIGH, require it to be folded with a
315 replaced by an unfolded HIGH is not useful. */
316 if (CONSTANT_P (to) && GET_CODE (to) != HIGH)
H A Dreginfo.cc1100 || (GET_CODE (SET_SRC (x)) == HIGH
/netbsd-current/external/gpl3/gdb.old/dist/sim/arm/
H A Darmsupp.c219 state->NtransSig = (state->Mode & 3) ? HIGH : LOW;
270 state->NtransSig = (state->Mode & 3) ? HIGH : LOW;
/netbsd-current/external/gpl3/gdb/dist/sim/arm/
H A Darmsupp.c222 state->NtransSig = (state->Mode & 3) ? HIGH : LOW;
273 state->NtransSig = (state->Mode & 3) ? HIGH : LOW;
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-hppa.c1019 /* Simple range checking for FIELD against HIGH and LOW bounds.
1022 #define CHECK_FIELD(FIELD, HIGH, LOW, IGNORE) \
1024 if ((FIELD) > (HIGH) || (FIELD) < (LOW)) \
1027 as_bad (_("Field out of range [%d..%d] (%d)."), (LOW), (HIGH), \
1036 #define CHECK_FIELD_WHERE(FIELD, HIGH, LOW, FILENAME, LINE) \
1038 if ((FIELD) > (HIGH) || (FIELD) < (LOW)) \
1041 _("Field out of range [%d..%d] (%d)."), (LOW), (HIGH), \
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-hppa.c1019 /* Simple range checking for FIELD against HIGH and LOW bounds.
1022 #define CHECK_FIELD(FIELD, HIGH, LOW, IGNORE) \
1024 if ((FIELD) > (HIGH) || (FIELD) < (LOW)) \
1027 as_bad (_("Field out of range [%d..%d] (%d)."), (LOW), (HIGH), \
1036 #define CHECK_FIELD_WHERE(FIELD, HIGH, LOW, FILENAME, LINE) \
1038 if ((FIELD) > (HIGH) || (FIELD) < (LOW)) \
1041 _("Field out of range [%d..%d] (%d)."), (LOW), (HIGH), \
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-hppa.c1019 /* Simple range checking for FIELD against HIGH and LOW bounds.
1022 #define CHECK_FIELD(FIELD, HIGH, LOW, IGNORE) \
1024 if ((FIELD) > (HIGH) || (FIELD) < (LOW)) \
1027 as_bad (_("Field out of range [%d..%d] (%d)."), (LOW), (HIGH), \
1036 #define CHECK_FIELD_WHERE(FIELD, HIGH, LOW, FILENAME, LINE) \
1038 if ((FIELD) > (HIGH) || (FIELD) < (LOW)) \
1041 _("Field out of range [%d..%d] (%d)."), (LOW), (HIGH), \
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/pa/
H A Dpa.c717 /* Strip off any HIGH. */
718 if (GET_CODE (x) == HIGH)
1492 case HIGH:
1550 case HIGH:
2029 || (GET_CODE (operand1) == HIGH
2109 if ((GET_CODE (operand1) != HIGH && immediate_operand (operand1, mode))
2110 || (GET_CODE (operand1) == HIGH
2117 if (GET_CODE (operand1) == HIGH)
2338 generated is not as efficient as the one using HIGH/LO_SUM. */
2383 /* Use a HIGH/LO_SU
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/riscv/
H A Driscv.c647 if (GET_CODE (x) == HIGH)
826 create and verify the matching HIGH. Target-independent code that
831 constants, with the high part being either a HIGH or a copy
902 case HIGH:
1149 if ((GET_CODE (addr) == HIGH && mode == MAX_MACHINE_MODE)
1215 /* Leave OFFSET as a 16-bit offset and put the excess in HIGH.
1949 if (src_code == HIGH)
3199 /* Print symbolic operand OP, which is part of a HIGH or LO_SUM
3286 any outermost HIGH.
3303 if (code == HIGH)
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/tilepro/
H A Dtilepro.c526 case HIGH:
1505 && GET_CODE (operands[1]) == HIGH
1546 || GET_CODE (operands[1]) == HIGH || move_operand (operands[1], mode))
4136 if (GET_CODE (high) != HIGH
4166 gcc_assert (GET_CODE (high) == HIGH);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/tilepro/
H A Dtilepro.cc526 case HIGH:
1505 && GET_CODE (operands[1]) == HIGH
1546 || GET_CODE (operands[1]) == HIGH || move_operand (operands[1], mode))
4136 if (GET_CODE (high) != HIGH
4166 gcc_assert (GET_CODE (high) == HIGH);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv.cc738 if (GET_CODE (x) == HIGH)
917 create and verify the matching HIGH. Target-independent code that
922 constants, with the high part being either a HIGH or a copy
1035 case HIGH:
1291 if ((GET_CODE (addr) == HIGH && mode == MAX_MACHINE_MODE)
1357 /* Leave OFFSET as a 16-bit offset and put the excess in HIGH.
1470 into HIGH. */
2304 if (src_code == HIGH)
3551 /* Print symbolic operand OP, which is part of a HIGH or LO_SUM
3638 any outermost HIGH
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32-pipelines-auxiliary.c1381 && (GET_CODE (src) == CONST_INT || GET_CODE (src) == HIGH))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/frv/
H A Dfrv.h1498 || (GET_CODE (X) == HIGH && GET_CODE (XEXP (X, 0)) == CONST_INT) \
/netbsd-current/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32-pipelines-auxiliary.cc1381 && (GET_CODE (src) == CONST_INT || GET_CODE (src) == HIGH))
/netbsd-current/external/gpl3/gcc/dist/gcc/config/frv/
H A Dfrv.h1498 || (GET_CODE (X) == HIGH && GET_CODE (XEXP (X, 0)) == CONST_INT) \
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu.c1224 else if (xcode == HIGH)
1281 if (xcode == HIGH)
1286 if (xcode == HIGH)
1578 if (reload_completed && GET_CODE (ops[1]) != HIGH)
3084 || GET_CODE (x) == HIGH);
3211 case HIGH:
3408 OP is 2^scale, scale >= LOW && scale <= HIGH. When OP is a vector,
3490 if (GET_CODE (x) == HIGH)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/iq2000/
H A Diq2000.c739 else if (code1 == HIGH)
859 case HIGH:
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/v850/
H A Dv850.c314 case HIGH:
866 else if (GET_CODE (src) == HIGH)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A Dsparc.c2404 || GET_CODE (operands[1]) == HIGH
2461 /* Emit them as real moves instead of a HIGH/LO_SUM,
2705 which bits are set for a HIGH, they are unspecified.
2707 during CSE. We mask out the non-HIGH bits, and matches
4489 case HIGH:
4646 /* During reload, accept the HIGH+LO_SUM construct generated by
4649 && GET_CODE (rs1) == HIGH
5137 HIGH+LO_SUM pairs, retaining the LO_SUM in the memory reference.
5148 /* Decompose SImode constants into HIGH+LO_SUM. */
5153 && GET_CODE (x) != HIGH
[all...]

Completed in 639 milliseconds

123456