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

/freebsd-9.3-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.c5450 enum machine_mode orig_mode;
5481 orig_mode = TYPE_MODE (type);
5486 || (!SCALAR_FLOAT_MODE_P (orig_mode)
5487 && GET_MODE_CLASS (orig_mode) != MODE_INT)
5433 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-9.3-release/contrib/gcc/config/i386/
H A Di386.c3186 gen_reg_or_parallel (enum machine_mode mode, enum machine_mode orig_mode,
3191 if (orig_mode != BLKmode)
3192 tmp = gen_rtx_REG (orig_mode, regno);
3197 tmp = gen_rtx_PARALLEL (orig_mode, gen_rtvec (1, tmp));
3607 construct_container (enum machine_mode mode, enum machine_mode orig_mode,
3697 return gen_reg_or_parallel (mode, orig_mode, SSE_REGNO (sse_regno));
3910 function_arg (CUMULATIVE_ARGS *cum, enum machine_mode orig_mode,
3913 enum machine_mode mode = orig_mode;
3940 ret = construct_container (mode, orig_mode, type, 0, cum->nregs,
4000 ret = gen_reg_or_parallel (mode, orig_mode,
3178 gen_reg_or_parallel(enum machine_mode mode, enum machine_mode orig_mode, unsigned int regno) argument
3599 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
3902 function_arg(CUMULATIVE_ARGS *cum, enum machine_mode orig_mode, tree type, int named) argument
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa.c2137 int orig_mode = spa->spa_mode; local
2485 spa_activate(spa, orig_mode);

Completed in 320 milliseconds