Searched refs:HIGH (Results 101 - 125 of 132) sorted by relevance

123456

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.c8006 use that as the register to put the HIGH value into if register allocation
8990 if (GET_CODE (x) == HIGH
10107 && GET_CODE (operands[1]) != HIGH
10168 && GET_CODE (operands[1]) != HIGH
12453 || GET_CODE (in) == HIGH
21241 case HIGH:
26258 else if (GET_CODE (addis_value) == HIGH)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc6753 if (GET_CODE (imm) == HIGH
10443 if (GET_CODE (x) == HIGH)
12125 if (GET_CODE (x) == HIGH)
14692 case HIGH:
19561 if (GET_CODE (x) == HIGH)
21554 if (GET_CODE (x) == HIGH
21625 lanes of either the high (HIGH == TRUE) or low (HIGH == FALSE) half of
21668 numbering the lanes of either the high (HIGH == TRUE) or low lanes,
21731 HIGH (exclusiv
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.cc8705 use that as the register to put the HIGH value into if register allocation
9724 if (GET_CODE (x) == HIGH
10840 && GET_CODE (operands[1]) != HIGH
10901 && GET_CODE (operands[1]) != HIGH
13156 || GET_CODE (in) == HIGH
21866 case HIGH:
27573 else if (GET_CODE (addis_value) == HIGH)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dsimplify-rtx.c506 if (GET_CODE (op0) == HIGH)
7209 if (GET_CODE (XEXP (x, 0)) == HIGH
H A Dreload.c115 && GET_CODE (X) != HIGH \
5346 case HIGH:
H A Dira.c3182 case HIGH:
3686 used in a different block (i.e. HIGH / LO_SUM sequences)
H A Dlra-constraints.c869 && GET_CODE (X) != HIGH \
H A Dcse.c3786 && GET_CODE (const_arg0) == HIGH
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/alpha/
H A Dalpha.c1009 /* If this is a local symbol, split the address into HIGH/LO_SUM parts.
1421 case HIGH:
1637 /* All other kinds of constants should not (and in the case of HIGH
1791 /* If HIGH will be interpreted as negative but the constant is
2140 case HIGH:
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dreload.cc115 && GET_CODE (X) != HIGH \
5318 case HIGH:
H A Dira.cc3311 case HIGH:
3815 used in a different block (i.e. HIGH / LO_SUM sequences)
H A Drecog.cc1208 if (GET_CODE (op0) == HIGH)
H A Dsimplify-rtx.cc501 if (GET_CODE (op0) == HIGH)
7777 if (GET_CODE (XEXP (x, 0)) == HIGH
/netbsd-current/external/gpl3/gcc/dist/gcc/config/alpha/
H A Dalpha.cc1009 /* If this is a local symbol, split the address into HIGH/LO_SUM parts.
1421 case HIGH:
1637 /* All other kinds of constants should not (and in the case of HIGH
1791 /* If HIGH will be interpreted as negative but the constant is
2145 case HIGH:
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/nios2/
H A Dnios2.c1511 case HIGH:
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/tilegx/
H A Dtilegx.c585 case HIGH:
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/m32c/
H A Dm32c.c216 case HIGH:
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32.c3593 case HIGH:
/netbsd-current/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32.cc3593 case HIGH:
/netbsd-current/external/gpl3/gcc/dist/gcc/config/tilegx/
H A Dtilegx.cc586 case HIGH:
/netbsd-current/external/gpl3/gcc/dist/gcc/config/m32c/
H A Dm32c.cc217 case HIGH:
/netbsd-current/external/gpl3/gcc/dist/gcc/config/nios2/
H A Dnios2.cc1506 case HIGH:
/netbsd-current/external/gpl3/gdb.old/dist/sim/aarch64/
H A Dsimulator.c43 #define INSTR(HIGH, LOW) uimm (aarch64_get_instr (cpu), (HIGH), (LOW))
/netbsd-current/external/gpl3/gdb/dist/sim/aarch64/
H A Dsimulator.c47 #define INSTR(HIGH, LOW) uimm (aarch64_get_instr (cpu), (HIGH), (LOW))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.c9521 if (TARGET_HAVE_MOVT && GET_CODE (x) == HIGH)
11602 case HIGH:
13216 /* Ensure OPERAND lies between LOW (inclusive) and HIGH (exclusive). Raise
24378 if (GET_CODE (x) == HIGH)
32273 && GET_CODE (SET_SRC (prev_set)) == HIGH
32948 lanes of either the high (HIGH == TRUE) or low (HIGH == FALSE) half of
32991 numbering the lanes of either the high (HIGH == TRUE) or low lanes,

Completed in 1260 milliseconds

123456