Searched refs:result_mode (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/
H A Dcombine.c8448 simplify_shift_const (x, code, result_mode, varop, count)
8451 enum machine_mode result_mode;
8457 enum machine_mode mode = result_mode;
8496 code = ROTATE, count = GET_MODE_BITSIZE (result_mode) - count;
8504 ? result_mode : mode);
8680 if (code == LSHIFTRT && count == GET_MODE_BITSIZE (result_mode) - 1)
8696 && GET_MODE_BITSIZE (result_mode) <= HOST_BITS_PER_WIDE_INT
8712 && (GET_MODE_BITSIZE (result_mode)
8720 varop = simplify_and_const_int (NULL_RTX, result_mode,
8722 varop = simplify_shift_const (NULL_RTX, ASHIFT, result_mode,
[all...]
H A Doptabs.c3083 enum machine_mode result_mode local
3085 rtx result = gen_reg_rtx (result_mode);
3088 result_mode, 0, 0);
3097 enum machine_mode result_mode
3099 rtx result = gen_reg_rtx (result_mode);
3102 result_mode, 0, 0);
3109 enum machine_mode result_mode
3111 rtx result = gen_reg_rtx (result_mode);
3117 result_mode, 0, 0);
3069 enum machine_mode result_mode local
3095 enum machine_mode result_mode local
/haiku-buildtools/gcc/gcc/
H A Dcombine.c10139 simplify_shift_const_1 (enum rtx_code code, machine_mode result_mode,
10145 machine_mode mode = result_mode;
10181 unsigned int bitsize = GET_MODE_PRECISION (result_mode);
10183 if (VECTOR_MODE_P (result_mode))
10184 count = bitsize / GET_MODE_NUNITS (result_mode) - count;
10189 shift_mode = try_widen_shift_mode (code, varop, count, result_mode,
10355 && count == (GET_MODE_BITSIZE (result_mode) - 1)
10356 && (GET_MODE_BITSIZE (result_mode)
10373 && HWI_COMPUTABLE_MODE_P (result_mode)
10375 && !VECTOR_MODE_P (result_mode))
10102 simplify_shift_const_1(enum rtx_code code, machine_mode result_mode, rtx varop, int orig_count) argument
10853 simplify_shift_const(rtx x, enum rtx_code code, machine_mode result_mode, rtx varop, int count) argument
[all...]
H A Dexpmed.c5174 machine_mode result_mode = targetm.cstore_mode (icode);
5186 target_mode = result_mode;
5190 comparison = gen_rtx_fmt_ee (code, result_mode, x, y);
5192 create_output_operand (&ops[0], optimize ? NULL_RTX : target, result_mode);
5211 if (GET_MODE_SIZE (target_mode) > GET_MODE_SIZE (result_mode))
5214 val_signbit_known_clear_p (result_mode,
5217 result_mode = target_mode;
5234 op0 = expand_unop (result_mode, neg_optab, op0, subtarget, 0);
5239 else if (val_signbit_known_set_p (result_mode, STORE_FLAG_VALUE))
5240 op0 = expand_shift (RSHIFT_EXPR, result_mode, op
5159 machine_mode result_mode = targetm.cstore_mode (icode); local
[all...]
H A Doptabs.c4144 machine_mode result_mode;
4175 result_mode = insn_data[cmp_code].operand[0].mode;
4176 result = gen_reg_rtx (result_mode);
4181 *pmode = result_mode;
4191 result_mode = TYPE_MODE (integer_type_node);
4197 result_mode, 3,
4203 mode = result_mode;
4127 machine_mode result_mode; local
/haiku-buildtools/gcc/gcc/config/s390/
H A Ds390.c6226 machine_mode result_mode;
6231 result_mode = GET_MODE (cmp_op1) == V2DFmode ? V2DImode : GET_MODE (cmp_op1);
6232 result_target = gen_reg_rtx (result_mode);
6267 CONST0_RTX (result_mode));
6225 machine_mode result_mode; local
/haiku-buildtools/gcc/gcc/config/rs6000/
H A Drs6000.c20225 machine_mode result_mode = GET_MODE (dest);
20235 if (GET_MODE (true_cond) != result_mode)
20237 if (GET_MODE (false_cond) != result_mode)
20242 if (FLOAT_MODE_P (compare_mode) && !FLOAT_MODE_P (result_mode))
20362 temp = gen_reg_rtx (result_mode);
20364 gen_rtx_IF_THEN_ELSE (result_mode,
20378 temp = gen_reg_rtx (result_mode);
20380 gen_rtx_IF_THEN_ELSE (result_mode,
20397 gen_rtx_IF_THEN_ELSE (result_mode,
20189 machine_mode result_mode = GET_MODE (dest); local
[all...]

Completed in 438 milliseconds