Home
last modified time | relevance | path

Searched refs:compare_mode (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/gcc/
HDexpmed.c5111 enum machine_mode compare_mode; in emit_store_flag() local
5294 compare_mode = insn_data[(int) icode].operand[0].mode; in emit_store_flag()
5297 if (optimize || ! (*pred) (subtarget, compare_mode)) in emit_store_flag()
5298 subtarget = gen_reg_rtx (compare_mode); in emit_store_flag()
5313 if (GET_MODE_SIZE (target_mode) > GET_MODE_SIZE (compare_mode)) in emit_store_flag()
5316 (GET_MODE_BITSIZE (compare_mode) in emit_store_flag()
5320 << (GET_MODE_BITSIZE (compare_mode) -1)))); in emit_store_flag()
5322 compare_mode = target_mode; in emit_store_flag()
5340 op0 = expand_unop (compare_mode, neg_optab, op0, subtarget, 0); in emit_store_flag()
5345 else if (GET_MODE_BITSIZE (compare_mode) <= HOST_BITS_PER_WIDE_INT in emit_store_flag()
[all …]
HDcombine.c2270 enum machine_mode compare_mode; in try_combine() local
2287 && ((compare_mode = SELECT_CC_MODE (GET_CODE (*cc_use), in try_combine()
2292 compare_mode)) in try_combine()
2298 new_dest = gen_rtx_REG (compare_mode, regno); in try_combine()
2301 SUBST_MODE (regno_reg_rtx[regno], compare_mode); in try_combine()
2308 gen_rtx_COMPARE (compare_mode, i2src, const0_rtx)); in try_combine()
5210 enum machine_mode compare_mode = GET_MODE (dest); in simplify_set() local
5217 tmp = simplify_relational_operation (old_code, compare_mode, VOIDmode, in simplify_set()
5254 compare_mode = GET_MODE (op0); in simplify_set()
5256 compare_mode = SELECT_CC_MODE (new_code, op0, op1); in simplify_set()
[all …]
HDChangeLog-200131016 * integrate.h (struct inline_remap): Add compare_src, compare_mode.
31020 compare_mode. Use the recorded compare_mode to optimize
HDChangeLog-199814897 `compare_mode' in macro test EXTRA_CC_MODES.
/trueos/contrib/gcc/config/rs6000/
HDrs6000.c11935 enum machine_mode compare_mode = GET_MODE (op0); in rs6000_emit_cmove() local
11941 if (GET_MODE (op1) != compare_mode in rs6000_emit_cmove()
11960 && SCALAR_FLOAT_MODE_P (compare_mode)) in rs6000_emit_cmove()
11963 is_against_zero = op1 == CONST0_RTX (compare_mode); in rs6000_emit_cmove()
11970 if (SCALAR_FLOAT_MODE_P (compare_mode) in rs6000_emit_cmove()
11987 if (code == UNEQ && HONOR_NANS (compare_mode)) in rs6000_emit_cmove()
11998 if (HONOR_INFINITIES (compare_mode) in rs6000_emit_cmove()
12012 temp = gen_reg_rtx (compare_mode); in rs6000_emit_cmove()
12014 gen_rtx_MINUS (compare_mode, op0, op1))); in rs6000_emit_cmove()
12016 op1 = CONST0_RTX (compare_mode); in rs6000_emit_cmove()
[all …]