HomeSort by: relevance | last modified time | path
    Searched defs:from_mode (Results 1 - 13 of 13) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/sh/
sh-protos.h 189 machine_mode from_mode; member in struct:sh_extending_set_of_reg
199 from_mode = VOIDmode;
206 from_mode = VOIDmode;
  /src/external/gpl3/gcc.old/dist/gcc/config/sh/
sh-protos.h 189 machine_mode from_mode; member in struct:sh_extending_set_of_reg
199 from_mode = VOIDmode;
206 from_mode = VOIDmode;
  /src/external/gpl3/gcc/dist/gcc/
mode-switching.cc 1173 int from_mode = info[bb->index].mode_in;
1175 if (targetm.mode_switching.backprop (entity_map[j], from_mode,
1172 int from_mode = info[bb->index].mode_in; local
emit-rtl.cc 1607 scalar_int_mode int_mode, int_innermode, from_mode;
1611 && is_a <scalar_int_mode> (GET_MODE (XEXP (x, 0)), &from_mode))
1621 if (from_mode == int_mode)
1623 else if (GET_MODE_SIZE (int_mode) < GET_MODE_SIZE (from_mode))
1602 scalar_int_mode int_mode, int_innermode, from_mode; local
tree-ssa-math-opts.cc 2782 scalar_int_mode to_mode, from_mode, actual_mode; local
2805 from_mode = SCALAR_INT_TYPE_MODE (type1);
2806 if (to_mode == from_mode)
2819 handler = find_widening_optab_handler_and_mode (op, to_mode, from_mode,
2830 && TYPE_PRECISION (type1) == GET_MODE_PRECISION (from_mode))
2832 && TYPE_PRECISION (type2) == GET_MODE_PRECISION (from_mode)))
2834 if (!GET_MODE_WIDER_MODE (from_mode).exists (&from_mode)
2835 || GET_MODE_SIZE (to_mode) <= GET_MODE_SIZE (from_mode))
2841 from_mode,
2934 scalar_mode to_mode, from_mode, actual_mode; local
    [all...]
combine.cc 6484 scalar_int_mode from_mode;
6485 if (is_a <scalar_int_mode> (GET_MODE (from), &from_mode))
6493 && pow2p_hwi (nzb = nonzero_bits (from, from_mode)))
6496 false_val = gen_int_mode (nzb, from_mode);
6500 && (num_sign_bit_copies (from, from_mode)
6501 == GET_MODE_PRECISION (from_mode)))
6465 scalar_int_mode from_mode; local
optabs.cc 173 /* Given two input operands, OP0 and OP1, determine what the correct from_mode
1543 machine_mode from_mode = widened_mode (mode, op0, op1);
1544 icode = find_widening_optab_handler (binoptab, mode, from_mode);
5581 scalar_mode from_mode, to_mode;
5635 && is_a <scalar_mode> (GET_MODE (from), &from_mode))
5649 if (GET_MODE_PRECISION (from_mode) < GET_MODE_BITSIZE (fmode)
5650 && can_float_p (fmode, from_mode, 0) != CODE_FOR_nothing)
5661 < GET_MODE_PRECISION (from_mode))
5673 imode = from_mode;
5724 emit_cmp_and_jump_insns (from, const0_rtx, GE, NULL_RTX, from_mode,
1537 machine_mode from_mode = widened_mode (mode, op0, op1); local
5561 scalar_mode from_mode, to_mode; local
6026 machine_mode from_mode = GET_MODE (from); local
    [all...]
expr.cc 222 machine_mode from_mode = GET_MODE (from);
225 gcc_assert (from_mode != BLKmode);
249 from_mode = to_int_mode;
269 if (to_mode == from_mode
270 || (from_mode == VOIDmode && CONSTANT_P (from)))
276 if (VECTOR_MODE_P (to_mode) || VECTOR_MODE_P (from_mode))
279 > GET_MODE_UNIT_PRECISION (from_mode))
282 insn_code icode = convert_optab_handler (op, to_mode, from_mode);
292 < GET_MODE_UNIT_PRECISION (from_mode))
295 to_mode, from_mode);
220 machine_mode from_mode = GET_MODE (from); local
329 scalar_mode from_mode = as_a <scalar_mode> (GET_MODE (from)); local
6197 machine_mode from_mode = GET_MODE_INNER (GET_MODE (result)); local
6211 machine_mode from_mode local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
emit-rtl.cc 1597 scalar_int_mode int_mode, int_innermode, from_mode;
1601 && is_a <scalar_int_mode> (GET_MODE (XEXP (x, 0)), &from_mode))
1611 if (from_mode == int_mode)
1613 else if (GET_MODE_SIZE (int_mode) < GET_MODE_SIZE (from_mode))
1592 scalar_int_mode int_mode, int_innermode, from_mode; local
optabs.cc 171 /* Given two input operands, OP0 and OP1, determine what the correct from_mode
1525 machine_mode from_mode = widened_mode (mode, op0, op1);
1526 icode = find_widening_optab_handler (binoptab, mode, from_mode);
5367 scalar_mode from_mode, to_mode;
5421 && is_a <scalar_mode> (GET_MODE (from), &from_mode))
5435 if (GET_MODE_PRECISION (from_mode) < GET_MODE_BITSIZE (fmode)
5436 && can_float_p (fmode, from_mode, 0) != CODE_FOR_nothing)
5447 < GET_MODE_PRECISION (from_mode))
5459 imode = from_mode;
5510 emit_cmp_and_jump_insns (from, const0_rtx, GE, NULL_RTX, from_mode,
1519 machine_mode from_mode = widened_mode (mode, op0, op1); local
5346 scalar_mode from_mode, to_mode; local
5767 machine_mode from_mode = GET_MODE (from); local
    [all...]
tree-ssa-math-opts.cc 2670 scalar_int_mode to_mode, from_mode, actual_mode; local
2693 from_mode = SCALAR_INT_TYPE_MODE (type1);
2694 if (to_mode == from_mode)
2707 handler = find_widening_optab_handler_and_mode (op, to_mode, from_mode,
2718 && TYPE_PRECISION (type1) == GET_MODE_PRECISION (from_mode))
2720 && TYPE_PRECISION (type2) == GET_MODE_PRECISION (from_mode)))
2722 if (!GET_MODE_WIDER_MODE (from_mode).exists (&from_mode)
2723 || GET_MODE_SIZE (to_mode) <= GET_MODE_SIZE (from_mode))
2729 from_mode,
2798 scalar_mode to_mode, from_mode, actual_mode; local
    [all...]
combine.cc 6444 scalar_int_mode from_mode;
6445 if (is_a <scalar_int_mode> (GET_MODE (from), &from_mode))
6453 && pow2p_hwi (nzb = nonzero_bits (from, from_mode)))
6456 false_val = gen_int_mode (nzb, from_mode);
6460 && (num_sign_bit_copies (from, from_mode)
6461 == GET_MODE_PRECISION (from_mode)))
6425 scalar_int_mode from_mode; local
expr.cc 219 machine_mode from_mode = GET_MODE (from);
222 gcc_assert (from_mode != BLKmode);
246 from_mode = to_int_mode;
266 if (to_mode == from_mode
267 || (from_mode == VOIDmode && CONSTANT_P (from)))
273 if (VECTOR_MODE_P (to_mode) || VECTOR_MODE_P (from_mode))
276 > GET_MODE_UNIT_PRECISION (from_mode))
279 insn_code icode = convert_optab_handler (op, to_mode, from_mode);
289 < GET_MODE_UNIT_PRECISION (from_mode))
292 to_mode, from_mode);
217 machine_mode from_mode = GET_MODE (from); local
326 scalar_mode from_mode = as_a <scalar_mode> (GET_MODE (from)); local
5560 machine_mode from_mode = GET_MODE_INNER (GET_MODE (result)); local
5574 machine_mode from_mode local
    [all...]

Completed in 74 milliseconds