Searched refs:RTX (Results 1 - 25 of 87) sorted by relevance

1234

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/graphite/
H A Did-23.f1 SUBROUTINE CAMB(RX2,RTX,NUM)
2 DIMENSION RX2(NUM,NUM),RTX(NUM,NUM)
6 RX2(I,J)=RX2(I,J)+RTX(M,I)
11 RTX(I,1)=4.0D+00
/haiku-buildtools/legacy/gcc/gcc/
H A Drtl.h186 #define GET_CODE(RTX) ((enum rtx_code) ((RTX)->code))
187 #define PUT_CODE(RTX, CODE) ((RTX)->code = ((short) (CODE)))
189 #define GET_CODE(RTX) ((RTX)->code)
190 #define PUT_CODE(RTX, CODE) ((RTX)->code = (CODE))
193 #define GET_MODE(RTX) ((RTX)
[all...]
H A Dintegrate.h147 #define SET_CONST_EQUIV_DATA(MAP,REG,RTX,AGE) \
152 p->rtx = (RTX); \
H A Dprint-rtl.c34 #define DEBUG_PRINT_REG(RTX, CODE, FILE) \
35 fprintf ((FILE), "%d %s", REGNO (RTX), reg_names[REGNO (RTX)])
/haiku-buildtools/gcc/gcc/
H A Drtl.h262 /* Number of elements of the HWIVEC if RTX is a CONST_WIDE_INT. */
263 #define CWI_GET_NUM_ELEM(RTX) \
264 ((int)RTL_FLAG_CHECK1("CWI_GET_NUM_ELEM", (RTX), CONST_WIDE_INT)->u2.num_elem)
265 #define CWI_PUT_NUM_ELEM(RTX, NUM) \
266 (RTL_FLAG_CHECK1("CWI_PUT_NUM_ELEM", (RTX), CONST_WIDE_INT)->u2.num_elem = (NUM))
640 /* The "next" and "previous" RTX, relative to this one. */
658 #define GET_CODE(RTX) ((enum rtx_code) (RTX)->code)
659 #define PUT_CODE(RTX, CODE) ((RTX)
[all...]
H A Dexplow.h88 FIRST is a constant and size is a Pmode RTX. These are offsets from
110 #define memory_address(MODE,RTX) \
111 memory_address_addr_space ((MODE), (RTX), ADDR_SPACE_GENERIC)
/haiku-buildtools/gcc/gcc/ada/
H A Dcio.c70 #ifdef RTX
97 #ifdef RTX
109 #ifdef RTX
119 #ifdef RTX
129 #ifdef RTX
H A Dargv.c67 #if defined (_WIN32) && !defined (RTX)
H A Dmingw32.h41 #ifndef RTX
/haiku-buildtools/legacy/gcc/gcc/config/sparc/
H A Dsp64-elf.h142 #define ASM_OUTPUT_DWARF_ADDR_CONST(FILE, RTX) \
145 output_addr_const ((FILE), (RTX)); \
H A Dsysv4.h81 #define SELECT_RTX_SECTION(MODE,RTX) \
83 if (flag_pic && symbolic_operand (RTX)) \
/haiku-buildtools/legacy/gcc/gcc/config/vax/
H A Dvax.h553 FNADDR is an RTX for the address of the function's pure code.
554 CXT is an RTX for the static chain value for the function. */
887 /* Compute the cost of computing a constant rtl expression RTX
898 #define CONST_COSTS(RTX,CODE,OUTER_CODE) \
900 if (INTVAL (RTX) == 0) return 0; \
902 return ((unsigned) ~INTVAL (RTX) <= 077) ? 1 : 2; \
903 if ((unsigned) INTVAL (RTX) <= 077) return 1; \
904 if ((OUTER_CODE) == COMPARE && INTVAL (RTX) == -1) \
906 if ((OUTER_CODE) == PLUS && (unsigned) -INTVAL (RTX) <= 077)\
913 if (GET_MODE_CLASS (GET_MODE (RTX))
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/arm/
H A Dunknown-elf.h117 #define ASM_OUTPUT_DWARF_ADDR_CONST(FILE,RTX) \
120 output_addr_const ((FILE), (RTX)); \
H A Dlinux-elf.h220 section for output of RTX in mode MODE. RTX is some kind
224 #define SELECT_RTX_SECTION(MODE,RTX) const_section ()
/haiku-buildtools/legacy/gcc/gcc/config/i386/
H A Ddgux.h229 #define SELECT_RTX_SECTION(MODE,RTX) \
231 if (flag_pic && symbolic_operand (RTX)) \
/haiku-buildtools/legacy/gcc/gcc/config/romp/
H A Dromp.h805 FNADDR is an RTX for the address of the function's pure code.
806 CXT is an RTX for the static chain value for the function.
1216 (N_LSYM) having address X (an RTX). This gets used in .stabs entries
1225 having address X (an RTX). The nominal offset is OFFSET. */
1271 /* Compute the cost of computing a constant rtl expression RTX whose
1277 #define CONST_COSTS(RTX,CODE,OUTER_CODE) \
1279 if ((OUTER_CODE) == IOR && exact_log2 (INTVAL (RTX)) >= 0 \
1280 || (OUTER_CODE) == AND && exact_log2 (~INTVAL (RTX)) >= 0 \
1282 && (unsigned int) (INTVAL (RTX) + 15) < 31) \
1283 || ((OUTER_CODE) == SET && (unsigned int) INTVAL (RTX) < 1
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/i960/
H A Di960.h1266 /* Compute the cost of computing a constant rtl expression RTX
1279 #define CONST_COSTS(RTX, CODE, OUTER_CODE) \
1281 if ((INTVAL (RTX) >= 0 && INTVAL (RTX) < 32) \
1282 || (OUTER_CODE == SET && power2_operand (RTX, VOIDmode))) \
1284 else if (INTVAL (RTX) >= -31 && INTVAL (RTX) < 0) \
1291 if ((RTX) == CONST0_RTX (DFmode) || (RTX) == CONST0_RTX (SFmode) \
1292 || (RTX)
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/m88k/
H A Ddgux.h299 #define SELECT_RTX_SECTION(MODE,RTX) \
301 if (flag_pic && symbolic_operand (RTX)) \
H A Dm88k.h1246 FNADDR is an RTX for the address of the function's pure code.
1247 CXT is an RTX for the static chain value for the function. */
1614 #define ADJUST_INSN_LENGTH(RTX, LENGTH) \
1615 if (GET_CODE (RTX) == BARRIER \
1617 && GET_CODE (RTX) == INSN \
1618 && GET_CODE (PATTERN (RTX)) == SET \
1619 && ((GET_CODE (SET_SRC (PATTERN (RTX))) == MEM \
1620 && MEM_VOLATILE_P (SET_SRC (PATTERN (RTX))))))) \
1622 else if (GET_CODE (RTX) == NOTE \
1623 && NOTE_LINE_NUMBER (RTX)
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/mn10200/
H A Dmn10200.h594 FNADDR is an RTX for the address of the function's pure code.
595 CXT is an RTX for the static chain value for the function. */
759 /* Compute the cost of computing a constant rtl expression RTX
764 #define CONST_COSTS(RTX,CODE,OUTER_CODE) \
767 if (INTVAL (RTX) == 0) \
770 if (INT_8_BITS (INTVAL (RTX))) \
774 if (INT_16_BITS (INTVAL (RTX)) \
775 || (INTVAL (RTX) & 0xffff) == 0 \
776 || (INTVAL (RTX) & 0xffff0000) == 0) \
801 #define RTX_COSTS(RTX,COD
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dmacro1.c82 #define XEXP(RTX, N) (RTX * N + 2)
/haiku-buildtools/legacy/gcc/gcc/config/we32k/
H A Dwe32k.h502 FNADDR is an RTX for the address of the function's pure code.
503 CXT is an RTX for the static chain value for the function. */
690 /* Compute the cost of computing a constant rtl expression RTX
695 #define CONST_COSTS(RTX,CODE, OUTER_CODE) \
697 if (INTVAL (RTX) >= -16 && INTVAL (RTX) <= 63) return 0; \
698 if (INTVAL (RTX) >= -128 && INTVAL (RTX) <= 127) return 1; \
699 if (INTVAL (RTX) >= -32768 && INTVAL (RTX) <
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/mn10300/
H A Dmn10300.h549 FNADDR is an RTX for the address of the function's pure code.
550 CXT is an RTX for the static chain value for the function. */
745 /* Compute the cost of computing a constant rtl expression RTX
750 #define CONST_COSTS(RTX,CODE,OUTER_CODE) \
753 if (INTVAL (RTX) == 0 && OUTER_CODE == SET) \
756 if (INT_8_BITS (INTVAL (RTX))) \
760 if (INT_16_BITS (INTVAL (RTX)) \
761 || (INTVAL (RTX) & 0xffff) == 0 \
762 || (INTVAL (RTX) & 0xffff0000) == 0) \
783 #define RTX_COSTS(RTX,COD
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/convex/
H A Dconvex.h865 FNADDR is an RTX for the address of the function's pure code.
866 CXT is an RTX for the static chain value for the function. */
1102 /* Compute the cost of computing a constant rtl expression RTX
1107 #define CONST_COSTS(RTX,CODE,OUTER_CODE) \
1118 #define RTX_COSTS(RTX,CODE,OUTER_CODE) \
1121 && GET_CODE (XEXP (RTX, 0)) == REG \
1122 && REGNO_POINTER_FLAG (REGNO (XEXP (RTX, 0))) \
1123 && GET_CODE (XEXP (RTX, 1)) == CONST_INT) \
1143 #define ADDRESS_COST(RTX) 0
/haiku-buildtools/legacy/gcc/gcc/config/c4x/
H A Dc4x.h1753 #define RTX_COSTS(RTX, CODE, OUTER_CODE) \
1764 return COSTS_N_INSNS (GET_MODE_CLASS (GET_MODE (RTX)) == MODE_FLOAT \
1770 return COSTS_N_INSNS (GET_MODE_CLASS (GET_MODE (RTX)) == MODE_FLOAT \
1773 /* Compute the cost of computing a constant rtl expression RTX
1799 #define CONST_COSTS(RTX,CODE,OUTER_CODE) \
1801 if (c4x_J_constant (RTX)) \
1805 && GET_CODE (RTX) == CONST_INT \
1806 && (INTVAL (RTX) == 255 || INTVAL (RTX) == 65535)) \
1810 && GET_CODE (RTX)
[all...]

Completed in 395 milliseconds

1234