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

/freebsd-9.3-release/contrib/gcc/
H A Dreload.c432 && ((in_p && rld[s_reload].inmode == mode)
443 rld[s_reload].inmode = mode;
481 rld[s_reload].inmode = in_p ? mode : VOIDmode;
907 enum reg_class class, enum machine_mode inmode,
922 if (inmode == VOIDmode && in != 0)
923 inmode = GET_MODE (in);
1002 && !CANNOT_CHANGE_MODE_CLASS (GET_MODE (SUBREG_REG (in)), inmode, class)
1010 && ((GET_MODE_SIZE (inmode)
1013 || (GET_MODE_SIZE (inmode) <= UNITS_PER_WORD
1016 && (GET_MODE_SIZE (inmode)
901 push_reload(rtx in, rtx out, rtx *inloc, rtx *outloc, enum reg_class class, enum machine_mode inmode, enum machine_mode outmode, int strict_low, int optional, int opnum, enum reload_type type) argument
1891 find_dummy_reload(rtx real_in, rtx real_out, rtx *inloc, rtx *outloc, enum machine_mode inmode, enum machine_mode outmode, enum reg_class class, int for_real, int earlyclobber) argument
[all...]
H A Dreload.h90 enum machine_mode inmode; member in struct:reload
H A Demit-rtl.c704 enum machine_mode inmode;
706 inmode = GET_MODE (reg);
707 if (inmode == VOIDmode)
708 inmode = mode;
710 subreg_lowpart_offset (mode, inmode));
703 enum machine_mode inmode; local
H A Dsimplify-rtx.c906 enum machine_mode inmode = GET_MODE (op);
907 int in_elt_size = GET_MODE_SIZE (GET_MODE_INNER (inmode));
908 unsigned in_n_elts = (GET_MODE_SIZE (inmode) / in_elt_size);
900 enum machine_mode inmode = GET_MODE (op); local
H A Dreload1.c6402 There is the mode the insn operand wants (rl->inmode).
6434 mode = rl->inmode;
/freebsd-9.3-release/crypto/openssl/apps/
H A Dsmime.c91 const char *inmode = "r", *outmode = "w"; local
448 inmode = "rb";
455 inmode = "rb";
538 if (!(in = BIO_new_file(infile, inmode))) {
H A Dcms.c107 const char *inmode = "r", *outmode = "w"; local
618 inmode = "rb";
621 inmode = "rb";
692 if (!(in = BIO_new_file(infile, inmode))) {
/freebsd-9.3-release/sys/dev/usb/
H A Dusb_device.c2013 int inmode, outmode, inmask, outmask, mode; local
2021 inmode = FWRITE;
2024 inmode = FREAD;
2054 mode = (inmask & (1 << ep)) ? inmode : 0;
/freebsd-9.3-release/contrib/sendmail/src/
H A Dsrvrsmtp.c4045 int inmode, outmode; local
4047 inmode = fcntl(inchfd, F_GETFL, 0);
4048 if (inmode == -1)
4065 if (bitset(O_NONBLOCK, inmode) ||
4067 fcntl(inchfd, F_SETFL, inmode | O_NONBLOCK) == -1)
4081 (void) fcntl(inchfd, F_SETFL, inmode);
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Di386.c18773 enum machine_mode mode, inmode;
18775 inmode = GET_MODE (operands[1]);
18776 gcc_assert (inmode == SImode || inmode == DImode);
18779 in = force_reg (inmode, operands[1]);
18742 enum machine_mode mode, inmode; local

Completed in 373 milliseconds