Searched refs:from_mode (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dexpr.c354 enum machine_mode from_mode = GET_MODE (from);
356 int from_real = SCALAR_FLOAT_MODE_P (from_mode);
367 gcc_assert (from_mode != BLKmode);
382 from = gen_lowpart (to_mode, from), from_mode = to_mode;
386 if (to_mode == from_mode
387 || (from_mode == VOIDmode && CONSTANT_P (from)))
393 if (VECTOR_MODE_P (to_mode) || VECTOR_MODE_P (from_mode))
395 gcc_assert (GET_MODE_BITSIZE (from_mode) == GET_MODE_BITSIZE (to_mode));
400 to = simplify_gen_subreg (from_mode, to, GET_MODE (to), 0);
418 gcc_assert ((GET_MODE_PRECISION (from_mode)
352 enum machine_mode from_mode = GET_MODE (from); local
[all...]
H A Dexplow.c324 enum machine_mode from_mode;
332 from_mode = to_mode == ptr_mode ? Pmode : ptr_mode;
340 if (GET_MODE_SIZE (to_mode) < GET_MODE_SIZE (from_mode))
348 temp = simplify_unary_operation (code, to_mode, x, from_mode);
382 if (GET_MODE_SIZE (to_mode) < GET_MODE_SIZE (from_mode)
395 return convert_modes (to_mode, from_mode,
H A Doptabs.c4435 can_extend_p (enum machine_mode to_mode, enum machine_mode from_mode,
4445 return tab->handlers[to_mode][from_mode].insn_code;
4415 can_extend_p(enum machine_mode to_mode, enum machine_mode from_mode, int unsignedp) argument

Completed in 121 milliseconds