Searched refs:HIGH (Results 76 - 100 of 132) sorted by relevance

123456

/netbsd-current/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc.cc2400 || GET_CODE (operands[1]) == HIGH
2457 /* Emit them as real moves instead of a HIGH/LO_SUM,
2701 which bits are set for a HIGH, they are unspecified.
2703 during CSE. We mask out the non-HIGH bits, and matches
4473 case HIGH:
4630 /* During reload, accept the HIGH+LO_SUM construct generated by
4633 && GET_CODE (rs1) == HIGH
5072 HIGH+LO_SUM pairs, retaining the LO_SUM in the memory reference.
5083 /* Decompose SImode constants into HIGH+LO_SUM. */
5088 && GET_CODE (x) != HIGH
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/v850/
H A Dv850.cc314 case HIGH:
866 else if (GET_CODE (src) == HIGH)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/iq2000/
H A Diq2000.cc739 else if (code1 == HIGH)
859 case HIGH:
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dlower-subreg.c311 || GET_CODE (x) == HIGH
H A Dfwprop.c660 if (GET_CODE (op0) == HIGH && rtx_equal_p (XEXP (op0, 0), op1))
H A Dprint-rtl.c1699 case HIGH:
H A Dread-rtl-function.c2039 ASSERT_EQ (HIGH, GET_CODE (high));
H A Ddwarf2cfi.c1832 /* Skip over HIGH, assuming it will be followed by a LO_SUM,
1835 case HIGH:
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.h1725 || GET_CODE (X) == HIGH)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dlower-subreg.cc311 || GET_CODE (x) == HIGH
H A Dread-rtl-function.cc2042 ASSERT_EQ (HIGH, GET_CODE (high));
H A Dprint-rtl.cc1729 case HIGH:
H A Ddwarf2cfi.cc1984 /* Skip over HIGH, assuming it will be followed by a LO_SUM,
1987 case HIGH:
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.h1719 || GET_CODE (X) == HIGH)
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dvecintrin.h19 #define __constant_range(PARM, LOW, HIGH) \
20 __attribute__((__enable_if__ ((PARM) >= (LOW) && (PARM) <= (HIGH), \
21 "argument must be a constant integer from " #LOW " to " #HIGH)))
22 #define __constant_pow2_range(PARM, LOW, HIGH) \
23 __attribute__((__enable_if__ ((PARM) >= (LOW) && (PARM) <= (HIGH) && \
25 "argument must be a constant power of 2 from " #LOW " to " #HIGH)))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/mmix/
H A Dmmix.c1028 case HIGH:
/netbsd-current/external/gpl3/gcc/dist/gcc/config/mmix/
H A Dmmix.cc1064 case HIGH:
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/vax/
H A Dvax.c1885 || CONST_INT_P (x) || GET_CODE (x) == HIGH)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/vax/
H A Dvax.cc1753 || CONST_INT_P (x) || GET_CODE (x) == HIGH)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/visium/
H A Dvisium.c2953 case HIGH:
3357 case HIGH:
/netbsd-current/external/gpl3/gcc/dist/gcc/config/visium/
H A Dvisium.cc2955 case HIGH:
3359 case HIGH:
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.c1980 and each unit has the same integer value in the range [LOW, HIGH]. */
2412 if (GET_CODE (x) == HIGH)
2589 create and verify the matching HIGH. Target-independent code that
2594 constants, with the high part being either a HIGH or a copy
2870 case HIGH:
3358 if (GET_CODE (addr) == HIGH && context == SYMBOL_CONTEXT_LEA)
3430 /* Leave OFFSET as a 16-bit offset and put the excess in HIGH.
5278 if (src_code == HIGH)
8697 /* The HIGH and LO_SUM are matched by special .md patterns. */
8751 /* Print symbolic operand OP, which is part of a HIGH o
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.cc1982 and each unit has the same integer value in the range [LOW, HIGH]. */
2414 if (GET_CODE (x) == HIGH)
2591 create and verify the matching HIGH. Target-independent code that
2596 constants, with the high part being either a HIGH or a copy
2872 case HIGH:
3369 if (GET_CODE (addr) == HIGH && context == SYMBOL_CONTEXT_LEA)
3441 /* Leave OFFSET as a 16-bit offset and put the excess in HIGH.
5289 if (src_code == HIGH)
8837 /* The HIGH and LO_SUM are matched by special .md patterns. */
8891 /* Print symbolic operand OP, which is part of a HIGH o
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c5463 if (GET_CODE (imm) == HIGH
8990 if (GET_CODE (x) == HIGH)
10672 if (GET_CODE (x) == HIGH)
13176 case HIGH:
16457 if (GET_CODE (x) == HIGH)
18408 if (GET_CODE (x) == HIGH
18460 lanes of either the high (HIGH == TRUE) or low (HIGH == FALSE) half of
18503 numbering the lanes of either the high (HIGH == TRUE) or low lanes,
18566 HIGH (exclusiv
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Ddwarf.c460 #define SAFE_BYTE_GET64(PTR, HIGH, LOW, END) \
465 byte_get_64 ((PTR), (HIGH), (LOW)); \
469 * (LOW) = * (HIGH) = 0; \

Completed in 849 milliseconds

123456