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

/freebsd-11-stable/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.c6404 There is the mode the insn operand wants (rl->inmode).
6436 mode = rl->inmode;
/freebsd-11-stable/crypto/openssl/apps/
H A Dsmime.c94 const char *inmode = "r", *outmode = "w"; local
491 inmode = "rb";
494 inmode = "rb";
556 if (!(in = BIO_new_file(infile, inmode))) {
H A Dcms.c119 const char *inmode = "r", *outmode = "w"; local
695 inmode = "rb";
698 inmode = "rb";
769 if (!(in = BIO_new_file(infile, inmode))) {
/freebsd-11-stable/sys/dev/usb/
H A Dusb_device.c2200 int inmode, outmode, inmask, outmask, mode; local
2208 inmode = FWRITE;
2211 inmode = FREAD;
2241 mode = (inmask & (1 << ep)) ? inmode : 0;
/freebsd-11-stable/contrib/sendmail/src/
H A Dsrvrsmtp.c4563 int inmode, outmode; local
4565 inmode = fcntl(inchfd, F_GETFL, 0);
4566 if (inmode == -1)
4583 if (bitset(O_NONBLOCK, inmode) ||
4585 fcntl(inchfd, F_SETFL, inmode | O_NONBLOCK) == -1)
4599 (void) fcntl(inchfd, F_SETFL, inmode);
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c18787 enum machine_mode mode, inmode;
18789 inmode = GET_MODE (operands[1]);
18790 gcc_assert (inmode == SImode || inmode == DImode);
18793 in = force_reg (inmode, operands[1]);
18756 enum machine_mode mode, inmode; local

Completed in 249 milliseconds