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

/freebsd-10.0-release/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.c5278 enum machine_mode orig_mode;
5309 orig_mode = TYPE_MODE (type);
5314 || (!SCALAR_FLOAT_MODE_P (orig_mode)
5315 && GET_MODE_CLASS (orig_mode) != MODE_INT)
5261 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.c3918 enum machine_mode orig_mode = GET_MODE (x);
3924 for (mode = orig_mode;
3950 if (mode != orig_mode)
3902 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-10.0-release/contrib/gcc/config/i386/
H A Di386.c3198 gen_reg_or_parallel (enum machine_mode mode, enum machine_mode orig_mode,
3203 if (orig_mode != BLKmode)
3204 tmp = gen_rtx_REG (orig_mode, regno);
3209 tmp = gen_rtx_PARALLEL (orig_mode, gen_rtvec (1, tmp));
3619 construct_container (enum machine_mode mode, enum machine_mode orig_mode,
3709 return gen_reg_or_parallel (mode, orig_mode, SSE_REGNO (sse_regno));
3922 function_arg (CUMULATIVE_ARGS *cum, enum machine_mode orig_mode,
3925 enum machine_mode mode = orig_mode;
3952 ret = construct_container (mode, orig_mode, type, 0, cum->nregs,
4012 ret = gen_reg_or_parallel (mode, orig_mode,
3190 gen_reg_or_parallel(enum machine_mode mode, enum machine_mode orig_mode, unsigned int regno) argument
3611 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
3914 function_arg(CUMULATIVE_ARGS *cum, enum machine_mode orig_mode, tree type, int named) argument
[all...]
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa.c2053 int orig_mode = spa->spa_mode; local
2376 spa_activate(spa, orig_mode);

Completed in 324 milliseconds