Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dexplow.c1481 enum machine_mode tmpmode; in hard_function_value() local
1487 for (tmpmode = GET_CLASS_NARROWEST_MODE (MODE_INT); in hard_function_value()
1488 tmpmode != VOIDmode; in hard_function_value()
1489 tmpmode = GET_MODE_WIDER_MODE (tmpmode)) in hard_function_value()
1492 if (GET_MODE_SIZE (tmpmode) >= bytes) in hard_function_value()
1497 gcc_assert (tmpmode != VOIDmode); in hard_function_value()
1499 PUT_MODE (val, tmpmode); in hard_function_value()
H A Dstmt.c1633 enum machine_mode tmpmode, result_reg_mode; in expand_return() local
1692 tmpmode = GET_MODE (result_rtl); in expand_return()
1693 if (tmpmode == BLKmode) in expand_return()
1699 tmpmode != VOIDmode; in expand_return()
1700 tmpmode = GET_MODE_WIDER_MODE (tmpmode)) in expand_return()
1702 if (GET_MODE_SIZE (tmpmode) >= bytes) in expand_return()
1706 gcc_assert (tmpmode != VOIDmode); in expand_return()
1708 PUT_MODE (result_rtl, tmpmode); in expand_return()
1714 result_reg_mode = tmpmode; in expand_return()
1721 if (tmpmode != result_reg_mode) in expand_return()
[all …]
H A DChangeLog-199816386 n_regs, and tmpmode.
/freebsd-12.1/sys/kern/
H A Dsubr_acl_nfs4.c1273 mode_t tmpmode = 0; in acl_nfs4_is_trivial() local
1291 acl_nfs4_sync_mode_from_acl(&tmpmode, aclp); in acl_nfs4_is_trivial()
1292 acl_nfs4_trivial_from_mode(tmpaclp, tmpmode); in acl_nfs4_is_trivial()
1303 acl_nfs4_sync_acl_from_mode_draft(tmpaclp, tmpmode, file_owner_id); in acl_nfs4_is_trivial()
/freebsd-12.1/contrib/gcc/config/i386/
H A Di386.c3622 enum machine_mode tmpmode; in construct_container() local
3736 tmpmode = mode_for_size ((bytes - i * 8) * BITS_PER_UNIT, MODE_INT, 0); in construct_container()
3738 tmpmode = SImode; in construct_container()
3740 tmpmode = DImode; in construct_container()
3742 if (tmpmode == BLKmode) in construct_container()
3743 tmpmode = DImode; in construct_container()
3745 gen_rtx_REG (tmpmode, *intreg), in construct_container()
3765 tmpmode = TImode; in construct_container()
3767 tmpmode = DImode; in construct_container()
3769 gen_rtx_REG (tmpmode, in construct_container()
[all …]