Searched refs:to_mode (Results 1 - 25 of 26) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Doptabs-query.c44 convert_optab_handler (convert_optab optab, machine_mode to_mode, argument
47 insn_code icode = convert_optab_handler (optab, to_mode, from_mode);
49 || !targetm.optab_supported_p (optab, to_mode, from_mode, opt_type))
276 can_extend_p (machine_mode to_mode, machine_mode from_mode, argument
283 return convert_optab_handler (tab, to_mode, from_mode);
466 E.g. if from_mode is HImode, and to_mode is DImode, and there is no
470 find_widening_optab_handler_and_mode (optab op, machine_mode to_mode, argument
474 machine_mode limit_mode = to_mode;
477 gcc_checking_assert (is_a <scalar_int_mode> (to_mode)
479 GET_MODE_PRECISION (to_mode)));
[all...]
H A Doptabs-query.h50 convert_optab_handler (convert_optab op, machine_mode to_mode, argument
53 unsigned scode = (op << 16) | (from_mode << 8) | to_mode;
203 find_widening_optab_handler_and_mode (optab op, const T &to_mode, argument
208 (op, machine_mode (to_mode), machine_mode (from_mode), &tmp);
H A Dexpmed.h648 convert_cost_ptr (machine_mode to_mode, machine_mode from_mode,
651 int to_idx = expmed_mode_index (to_mode);
664 set_convert_cost (machine_mode to_mode, machine_mode from_mode,
667 *convert_cost_ptr (to_mode, from_mode, speed) = cost;
674 convert_cost (machine_mode to_mode, machine_mode from_mode,
677 return *convert_cost_ptr (to_mode, from_mode, speed);
H A Dexplow.c299 convert_memory_address_addr_space_1 (scalar_int_mode to_mode ATTRIBUTE_UNUSED,
305 gcc_assert (GET_MODE (x) == to_mode || GET_MODE (x) == VOIDmode);
313 if (GET_MODE (x) == to_mode)
318 from_mode = to_mode == pointer_mode ? address_mode : pointer_mode;
325 if (GET_MODE_SIZE (to_mode) < GET_MODE_SIZE (from_mode))
333 temp = simplify_unary_operation (code, to_mode, x, from_mode);
340 && GET_MODE (SUBREG_REG (x)) == to_mode)
345 temp = gen_rtx_LABEL_REF (to_mode, label_ref_label (x));
351 PUT_MODE (temp, to_mode);
355 temp = convert_memory_address_addr_space_1 (to_mode, XEX
402 convert_memory_address_addr_space(scalar_int_mode to_mode, rtx x, addr_space_t as) argument
[all...]
H A Dexpr.c217 machine_mode to_mode = GET_MODE (to);
220 gcc_assert (to_mode != BLKmode);
235 && is_a <scalar_int_mode> (to_mode, &to_int_mode)
246 if (to_mode == from_mode
253 if (VECTOR_MODE_P (to_mode) || VECTOR_MODE_P (from_mode))
255 if (GET_MODE_UNIT_PRECISION (to_mode)
259 insn_code icode = convert_optab_handler (op, to_mode, from_mode);
268 if (GET_MODE_UNIT_PRECISION (to_mode)
272 to_mode, from_mode);
281 GET_MODE_BITSIZE (to_mode)));
215 machine_mode to_mode = GET_MODE (to); local
307 scalar_mode to_mode = as_a <scalar_mode> (GET_MODE (to)); local
5251 machine_mode to_mode = GET_MODE (to_rtx); local
[all...]
H A Dtree-ssa-math-opts.c2532 scalar_int_mode to_mode, from_mode, actual_mode; local
2546 to_mode = SCALAR_INT_TYPE_MODE (type);
2548 if (to_mode == from_mode)
2561 handler = find_widening_optab_handler_and_mode (op, to_mode, from_mode,
2577 || GET_MODE_SIZE (to_mode) <= GET_MODE_SIZE (from_mode))
2582 handler = find_widening_optab_handler_and_mode (op, to_mode,
2643 scalar_mode to_mode, from_mode, actual_mode; local
2743 to_mode = SCALAR_TYPE_MODE (type);
2745 if (to_mode == from_mode)
2766 || GET_MODE_SIZE (from_mode) >= GET_MODE_SIZE (to_mode))
[all...]
H A Doptabs.c172 widened_mode (machine_mode to_mode, rtx op0, rtx op1)
179 return to_mode;
185 if (GET_MODE_UNIT_SIZE (result) > GET_MODE_UNIT_SIZE (to_mode))
186 return to_mode;
4800 scalar_mode from_mode, to_mode;
4853 && is_a <scalar_mode> (GET_MODE (to), &to_mode)
4865 FOR_EACH_MODE_FROM (fmode_iter, to_mode)
4876 fmode = to_mode;
4932 if (to_mode != fmode
5076 scalar_int_mode to_mode;
170 widened_mode(machine_mode to_mode, rtx op0, rtx op1) argument
4779 scalar_mode from_mode, to_mode; local
5054 scalar_int_mode to_mode; local
5198 machine_mode to_mode = GET_MODE (to); local
[all...]
H A Dexpmed.c132 init_expmed_one_conv (struct init_expmed_rtl *all, scalar_int_mode to_mode, argument
138 to_size = GET_MODE_PRECISION (to_mode);
145 if (GET_MODE_CLASS (to_mode) == MODE_PARTIAL_INT
156 set_convert_cost (to_mode, from_mode, speed,
157 set_src_cost (which, to_mode, speed));
H A Drtl.h3262 #define convert_memory_address(to_mode,x) \
3263 convert_memory_address_addr_space ((to_mode), (x), ADDR_SPACE_GENERIC)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Doptabs-query.h50 convert_optab_handler (convert_optab op, machine_mode to_mode, argument
53 unsigned scode = (op << 16) | (from_mode << 8) | to_mode;
205 find_widening_optab_handler_and_mode (optab op, const T &to_mode, argument
210 (op, machine_mode (to_mode), machine_mode (from_mode), &tmp);
H A Doptabs-query.cc44 convert_optab_handler (convert_optab optab, machine_mode to_mode, argument
47 insn_code icode = convert_optab_handler (optab, to_mode, from_mode);
49 || !targetm.optab_supported_p (optab, to_mode, from_mode, opt_type))
276 can_extend_p (machine_mode to_mode, machine_mode from_mode, argument
283 return convert_optab_handler (tab, to_mode, from_mode);
466 E.g. if from_mode is HImode, and to_mode is DImode, and there is no
470 find_widening_optab_handler_and_mode (optab op, machine_mode to_mode, argument
474 machine_mode limit_mode = to_mode;
477 gcc_checking_assert (is_a <scalar_int_mode> (to_mode)
479 GET_MODE_PRECISION (to_mode)));
[all...]
H A Dexpmed.h639 convert_cost_ptr (machine_mode to_mode, machine_mode from_mode,
642 int to_idx = expmed_mode_index (to_mode);
655 set_convert_cost (machine_mode to_mode, machine_mode from_mode,
658 *convert_cost_ptr (to_mode, from_mode, speed) = cost;
665 convert_cost (machine_mode to_mode, machine_mode from_mode,
668 return *convert_cost_ptr (to_mode, from_mode, speed);
H A Dexplow.cc298 convert_memory_address_addr_space_1 (scalar_int_mode to_mode ATTRIBUTE_UNUSED,
304 gcc_assert (GET_MODE (x) == to_mode || GET_MODE (x) == VOIDmode);
312 if (GET_MODE (x) == to_mode)
317 from_mode = to_mode == pointer_mode ? address_mode : pointer_mode;
324 if (GET_MODE_SIZE (to_mode) < GET_MODE_SIZE (from_mode))
332 temp = simplify_unary_operation (code, to_mode, x, from_mode);
339 && GET_MODE (SUBREG_REG (x)) == to_mode)
344 temp = gen_rtx_LABEL_REF (to_mode, label_ref_label (x));
350 PUT_MODE (temp, to_mode);
356 temp = convert_memory_address_addr_space_1 (to_mode, XEX
426 convert_memory_address_addr_space(scalar_int_mode to_mode, rtx x, addr_space_t as) argument
[all...]
H A Dexpr.cc218 machine_mode to_mode = GET_MODE (to);
221 gcc_assert (to_mode != BLKmode);
236 && is_a <scalar_int_mode> (to_mode, &to_int_mode)
266 if (to_mode == from_mode
273 if (VECTOR_MODE_P (to_mode) || VECTOR_MODE_P (from_mode))
275 if (GET_MODE_UNIT_PRECISION (to_mode)
279 insn_code icode = convert_optab_handler (op, to_mode, from_mode);
288 if (GET_MODE_UNIT_PRECISION (to_mode)
292 to_mode, from_mode);
301 GET_MODE_BITSIZE (to_mode)));
216 machine_mode to_mode = GET_MODE (to); local
327 scalar_mode to_mode = as_a <scalar_mode> (GET_MODE (to)); local
5529 machine_mode to_mode = GET_MODE (to_rtx); local
[all...]
H A Doptabs.cc176 widened_mode (machine_mode to_mode, rtx op0, rtx op1)
183 return to_mode;
189 if (GET_MODE_UNIT_SIZE (result) > GET_MODE_UNIT_SIZE (to_mode))
190 return to_mode;
5367 scalar_mode from_mode, to_mode;
5420 && is_a <scalar_mode> (GET_MODE (to), &to_mode)
5432 FOR_EACH_MODE_FROM (fmode_iter, to_mode)
5443 fmode = to_mode;
5499 if (to_mode != fmode
5644 scalar_int_mode to_mode;
174 widened_mode(machine_mode to_mode, rtx op0, rtx op1) argument
5346 scalar_mode from_mode, to_mode; local
5622 scalar_int_mode to_mode; local
5766 machine_mode to_mode = GET_MODE (to); local
[all...]
H A Dtree-ssa-math-opts.cc2670 scalar_int_mode to_mode, from_mode, actual_mode; local
2684 to_mode = SCALAR_INT_TYPE_MODE (type);
2686 if (to_mode == from_mode)
2699 handler = find_widening_optab_handler_and_mode (op, to_mode, from_mode,
2715 || GET_MODE_SIZE (to_mode) <= GET_MODE_SIZE (from_mode))
2720 handler = find_widening_optab_handler_and_mode (op, to_mode,
2734 handler = find_widening_optab_handler_and_mode (op, to_mode,
2790 scalar_mode to_mode, from_mode, actual_mode; local
2890 to_mode = SCALAR_TYPE_MODE (type);
2892 if (to_mode
[all...]
H A Dexpmed.cc132 init_expmed_one_conv (struct init_expmed_rtl *all, scalar_int_mode to_mode, argument
138 to_size = GET_MODE_PRECISION (to_mode);
145 if (GET_MODE_CLASS (to_mode) == MODE_PARTIAL_INT
156 set_convert_cost (to_mode, from_mode, speed,
157 set_src_cost (which, to_mode, speed));
159 PUT_MODE (all->reg, to_mode);
H A Drtl.h3273 #define convert_memory_address(to_mode,x) \
3274 convert_memory_address_addr_space ((to_mode), (x), ADDR_SPACE_GENERIC)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins-functions.h145 CONSTEXPR truncating_store (scalar_int_mode to_mode) : m_to_mode (to_mode) {} argument
H A Daarch64-sve-builtins-sve2.cc396 CONSTEXPR svstnt1_scatter_truncate_impl (scalar_int_mode to_mode) argument
397 : truncating_store (to_mode) {}
H A Daarch64-sve-builtins-base.cc2143 CONSTEXPR svst1_scatter_truncate_impl (scalar_int_mode to_mode) argument
2144 : truncating_store (to_mode) {}
2163 CONSTEXPR svst1_truncate_impl (scalar_int_mode to_mode) argument
2164 : truncating_store (to_mode) {}
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins-sve2.cc396 CONSTEXPR svstnt1_scatter_truncate_impl (scalar_int_mode to_mode) argument
397 : truncating_store (to_mode) {}
H A Daarch64-sve-builtins-functions.h145 CONSTEXPR truncating_store (scalar_int_mode to_mode) : m_to_mode (to_mode) {} argument
H A Daarch64-sve-builtins-base.cc2143 CONSTEXPR svst1_scatter_truncate_impl (scalar_int_mode to_mode) argument
2144 : truncating_store (to_mode) {}
2163 CONSTEXPR svst1_truncate_impl (scalar_int_mode to_mode) argument
2164 : truncating_store (to_mode) {}
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390.c10383 machine_mode to_mode,
10392 && ((from_mode == V1TFmode && to_mode == TFmode)
10393 || (from_mode == TFmode && to_mode == V1TFmode)))
10396 if (GET_MODE_SIZE (from_mode) == GET_MODE_SIZE (to_mode))
10399 if (GET_MODE_SIZE (from_mode) < GET_MODE_SIZE (to_mode))
10402 big_mode = to_mode;
10406 small_mode = to_mode;
10381 s390_can_change_mode_class(machine_mode from_mode, machine_mode to_mode, reg_class_t rclass) argument

Completed in 639 milliseconds

12