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

/freebsd-9.3-release/contrib/gcc/
H A Dexpmed.c661 enum machine_mode bestmode;
670 bestmode
674 bestmode = GET_MODE (op0);
676 if (bestmode == VOIDmode
677 || GET_MODE_SIZE (bestmode) < GET_MODE_SIZE (fieldmode)
678 || (SLOW_UNALIGNED_ACCESS (bestmode, MEM_ALIGN (op0))
679 && GET_MODE_BITSIZE (bestmode) > MEM_ALIGN (op0)))
684 unit = GET_MODE_BITSIZE (bestmode);
685 offset = (bitnum / unit) * GET_MODE_SIZE (bestmode);
687 op0 = adjust_address (op0, bestmode, offse
660 enum machine_mode bestmode; local
1416 enum machine_mode bestmode; local
1550 enum machine_mode bestmode; local
[all...]

Completed in 44 milliseconds