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

/freebsd-10.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);
366 gcc_assert (to_mode != BLKmode);
380 >= GET_MODE_SIZE (to_mode))
382 from = gen_lowpart (to_mode, from), from_mode = to_mode;
386 if (to_mode == from_mode
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));
397 if (VECTOR_MODE_P (to_mode))
351 enum machine_mode to_mode = GET_MODE (to); local
[all...]
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
/freebsd-10.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-sriox-defs.h954 uint64_t to_mode : 1; /**< MP message timeout mode: member in struct:cvmx_sriox_imsg_ctrl::cvmx_sriox_imsg_ctrl_s
995 uint64_t to_mode : 1;

Completed in 135 milliseconds