Searched refs:orig_mode (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dregrename.c1317 mode_change_ok (enum machine_mode orig_mode, enum machine_mode new_mode,
1320 if (GET_MODE_SIZE (orig_mode) < GET_MODE_SIZE (new_mode))
1324 return !REG_CANNOT_CHANGE_MODE_P (regno, orig_mode, new_mode);
1336 maybe_mode_change (enum machine_mode orig_mode, enum machine_mode copy_mode,
1340 if (orig_mode == new_mode)
1342 else if (mode_change_ok (orig_mode, new_mode, regno))
1349 = GET_MODE_SIZE (orig_mode) - GET_MODE_SIZE (new_mode) - copy_offset;
1356 regno + subreg_regno_offset (regno, orig_mode,
1316 mode_change_ok(enum machine_mode orig_mode, enum machine_mode new_mode, unsigned int regno ATTRIBUTE_UNUSED) argument
1335 maybe_mode_change(enum machine_mode orig_mode, enum machine_mode copy_mode, enum machine_mode new_mode, unsigned int regno, unsigned int copy_regno ATTRIBUTE_UNUSED) argument
H A Dc-common.c5485 enum machine_mode orig_mode;
5516 orig_mode = TYPE_MODE (type);
5521 || (!SCALAR_FLOAT_MODE_P (orig_mode)
5522 && GET_MODE_CLASS (orig_mode) != MODE_INT)
5468 enum machine_mode orig_mode; local
H A Dcse.c7913 enum machine_mode orig_mode;
7970 orig_mode = GET_MODE (cc_src);
7975 if (mode != orig_mode)
7883 enum machine_mode orig_mode; local
H A Doptabs.c3922 enum machine_mode orig_mode = GET_MODE (x);
3928 for (mode = orig_mode;
3954 if (mode != orig_mode)
3906 enum machine_mode orig_mode = GET_MODE (x); local
H A Dreload.c6063 enum machine_mode orig_mode = GET_MODE (orig);
6115 && strict_memory_address_p (orig_mode, XEXP (tem, 0))
6042 enum machine_mode orig_mode = GET_MODE (orig); local
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c3200 gen_reg_or_parallel (enum machine_mode mode, enum machine_mode orig_mode,
3205 if (orig_mode != BLKmode)
3206 tmp = gen_rtx_REG (orig_mode, regno);
3211 tmp = gen_rtx_PARALLEL (orig_mode, gen_rtvec (1, tmp));
3621 construct_container (enum machine_mode mode, enum machine_mode orig_mode,
3711 return gen_reg_or_parallel (mode, orig_mode, SSE_REGNO (sse_regno));
3924 function_arg (CUMULATIVE_ARGS *cum, enum machine_mode orig_mode,
3927 enum machine_mode mode = orig_mode;
3954 ret = construct_container (mode, orig_mode, type, 0, cum->nregs,
4014 ret = gen_reg_or_parallel (mode, orig_mode,
3192 gen_reg_or_parallel(enum machine_mode mode, enum machine_mode orig_mode, unsigned int regno) argument
3613 construct_container(enum machine_mode mode, enum machine_mode orig_mode, tree type, int in_return, int nintregs, int nsseregs, const int *intreg, int sse_regno) argument
3916 function_arg(CUMULATIVE_ARGS *cum, enum machine_mode orig_mode, tree type, int named) argument
[all...]

Completed in 208 milliseconds