Searched refs:to_mode (Results 1 - 4 of 4) sorted by last modified time

/freebsd-9.3-release/contrib/gcc/
H A Dexplow.c317 convert_memory_address (enum machine_mode to_mode ATTRIBUTE_UNUSED,
321 gcc_assert (GET_MODE (x) == to_mode || GET_MODE (x) == VOIDmode);
329 if (GET_MODE (x) == to_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);
355 && GET_MODE (SUBREG_REG (x)) == to_mode)
360 temp = gen_rtx_LABEL_REF (to_mode, XEXP (x, 0));
367 PUT_MODE (temp, to_mode);
372 return gen_rtx_CONST (to_mode,
[all...]
H A Dexpr.c353 enum machine_mode to_mode = GET_MODE (to);
355 int to_real = SCALAR_FLOAT_MODE_P (to_mode);
378 >= GET_MODE_SIZE (to_mode))
380 from = gen_lowpart (to_mode, from), from_mode = to_mode;
384 if (to_mode == from_mode
391 if (VECTOR_MODE_P (to_mode) || VECTOR_MODE_P (from_mode))
393 gcc_assert (GET_MODE_BITSIZE (from_mode) == GET_MODE_BITSIZE (to_mode));
395 if (VECTOR_MODE_P (to_mode))
396 from = simplify_gen_subreg (to_mode, fro
351 enum machine_mode to_mode = GET_MODE (to); local
[all...]
H A Doptabs.c4431 can_extend_p (enum machine_mode to_mode, enum machine_mode from_mode,
4441 return tab->handlers[to_mode][from_mode].insn_code;
4411 can_extend_p(enum machine_mode to_mode, enum machine_mode from_mode, int unsignedp) argument
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-sriox-defs.h831 uint64_t to_mode : 1; /**< MP message timeout mode: member in struct:cvmx_sriox_imsg_ctrl::cvmx_sriox_imsg_ctrl_s
874 uint64_t to_mode : 1;

Completed in 112 milliseconds