Searched refs:tmpmode (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dexplow.c1492 enum machine_mode tmpmode;
1498 for (tmpmode = GET_CLASS_NARROWEST_MODE (MODE_INT);
1499 tmpmode != VOIDmode;
1500 tmpmode = GET_MODE_WIDER_MODE (tmpmode))
1503 if (GET_MODE_SIZE (tmpmode) >= bytes)
1508 gcc_assert (tmpmode != VOIDmode);
1510 PUT_MODE (val, tmpmode);
1481 enum machine_mode tmpmode; local
H A Dstmt.c1642 enum machine_mode tmpmode, result_reg_mode;
1701 tmpmode = GET_MODE (result_rtl);
1702 if (tmpmode == BLKmode)
1707 for (tmpmode = GET_CLASS_NARROWEST_MODE (MODE_INT);
1708 tmpmode != VOIDmode;
1709 tmpmode = GET_MODE_WIDER_MODE (tmpmode))
1711 if (GET_MODE_SIZE (tmpmode) >= bytes)
1715 gcc_assert (tmpmode != VOIDmode);
1717 PUT_MODE (result_rtl, tmpmode);
1633 enum machine_mode tmpmode, result_reg_mode; local
[all...]
/freebsd-11-stable/sys/kern/
H A Dsubr_acl_nfs4.c1271 mode_t tmpmode = 0; local
1289 acl_nfs4_sync_mode_from_acl(&tmpmode, aclp);
1290 acl_nfs4_trivial_from_mode(tmpaclp, tmpmode);
1301 acl_nfs4_sync_acl_from_mode_draft(tmpaclp, tmpmode, file_owner_id);
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c3630 enum machine_mode tmpmode;
3744 tmpmode = mode_for_size ((bytes - i * 8) * BITS_PER_UNIT, MODE_INT, 0);
3746 tmpmode = SImode;
3748 tmpmode = DImode;
3750 if (tmpmode == BLKmode)
3751 tmpmode = DImode;
3753 gen_rtx_REG (tmpmode, *intreg),
3773 tmpmode = TImode;
3775 tmpmode = DImode;
3777 gen_rtx_REG (tmpmode,
3622 enum machine_mode tmpmode; local
[all...]

Completed in 105 milliseconds