HomeSort by: relevance | last modified time | path
    Searched refs:rtxes (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
lower-subreg.cc 120 /* RTXes used while computing costs. */
137 rtxes in RTXES. SPEED_P selects between the speed and size cost. */
140 shift_cost (bool speed_p, struct cost_rtxes *rtxes, enum rtx_code code,
143 PUT_CODE (rtxes->shift, code);
144 PUT_MODE (rtxes->shift, mode);
145 PUT_MODE (rtxes->source, mode);
146 XEXP (rtxes->shift, 1) = gen_int_shift_amount (mode, op1);
147 return set_src_cost (rtxes->shift, mode, speed_p);
155 Use the rtxes in RTXES to calculate costs. WORD_MOVE_ZERO_COST i
280 struct cost_rtxes rtxes; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
lower-subreg.cc 119 /* RTXes used while computing costs. */
136 rtxes in RTXES. SPEED_P selects between the speed and size cost. */
139 shift_cost (bool speed_p, struct cost_rtxes *rtxes, enum rtx_code code,
142 PUT_CODE (rtxes->shift, code);
143 PUT_MODE (rtxes->shift, mode);
144 PUT_MODE (rtxes->source, mode);
145 XEXP (rtxes->shift, 1) = gen_int_shift_amount (mode, op1);
146 return set_src_cost (rtxes->shift, mode, speed_p);
154 Use the rtxes in RTXES to calculate costs. WORD_MOVE_ZERO_COST i
279 struct cost_rtxes rtxes; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64.cc 999 rtvec rtxes = rtvec_alloc (pieces.length ()); local
1004 RTVEC_ELT (rtxes, i) = gen_rtx_EXPR_LIST (VOIDmode, reg, offset);
1008 return gen_rtx_PARALLEL (mode, rtxes);
8328 into memory starting at BASE_MEM. All three rtxes should have modes of the
8344 UNKNOWN, all three rtxes should have modes of the same size.
29417 /* Return true if PAR1 and PAR2, two PARALLEL rtxes of CONST_INT values,
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64.cc 3006 rtvec rtxes = rtvec_alloc (pieces.length ()); local
3011 RTVEC_ELT (rtxes, i) = gen_rtx_EXPR_LIST (VOIDmode, reg, offset);
3015 return gen_rtx_PARALLEL (mode, rtxes);

Completed in 303 milliseconds