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

/freebsd-9.3-release/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-9.3-release/sys/kern/
H A Dsubr_acl_nfs4.c1268 mode_t tmpmode = 0; local
1286 acl_nfs4_sync_mode_from_acl(&tmpmode, aclp);
1287 acl_nfs4_trivial_from_mode(tmpaclp, tmpmode);
1298 acl_nfs4_sync_acl_from_mode_draft(tmpaclp, tmpmode, file_owner_id);
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Di386.c3616 enum machine_mode tmpmode;
3730 tmpmode = mode_for_size ((bytes - i * 8) * BITS_PER_UNIT, MODE_INT, 0);
3732 tmpmode = SImode;
3734 tmpmode = DImode;
3736 if (tmpmode == BLKmode)
3737 tmpmode = DImode;
3739 gen_rtx_REG (tmpmode, *intreg),
3759 tmpmode = TImode;
3761 tmpmode = DImode;
3763 gen_rtx_REG (tmpmode,
3608 enum machine_mode tmpmode; local
[all...]

Completed in 199 milliseconds