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

/freebsd-11-stable/libexec/getty/
H A Dextern.h38 extern struct termios tmode, omode;
H A Dsubr.c210 &tmode.c_cc[VERASE], &tmode.c_cc[VKILL], &tmode.c_cc[VINTR],
211 &tmode.c_cc[VQUIT], &tmode.c_cc[VSTART], &tmode.c_cc[VSTOP],
212 &tmode.c_cc[VEOF], &tmode.c_cc[VEOL], &tmode.c_cc[VSUSP],
213 &tmode
[all...]
H A Dmain.c92 struct termios tmode; variable in typeref:struct:termios
129 #define ERASE tmode.c_cc[VERASE]
130 #define KILL tmode.c_cc[VKILL]
131 #define EOT tmode.c_cc[VEOF]
248 (void)tcsetattr(STDIN_FILENO, TCSANOW, &tmode);
266 (void)tcsetattr(STDIN_FILENO, TCSANOW, &tmode);
272 (void)tcsetattr(STDIN_FILENO, TCSANOW, &tmode);
332 cfsetispeed(&tmode, B0);
333 cfsetospeed(&tmode, B0);
334 (void)tcsetattr(STDIN_FILENO, TCSANOW, &tmode);
[all...]
/freebsd-11-stable/contrib/gcc/cp/
H A Dexpr.c94 cxx_expand_expr (tree exp, rtx target, enum machine_mode tmode, int modifier, argument
112 target, tmode, modifier);
123 return expand_expr (BASELINK_FUNCTIONS (exp), target, tmode,
127 return c_expand_expr (exp, target, tmode, modifier, alt_rtl);
/freebsd-11-stable/contrib/gcc/
H A Dexpr.c880 enum machine_mode mode = VOIDmode, tmode;
927 for (tmode = GET_CLASS_NARROWEST_MODE (MODE_INT);
928 tmode != VOIDmode; tmode = GET_MODE_WIDER_MODE (tmode))
929 if (GET_MODE_SIZE (tmode) < max_size)
930 mode = tmode;
962 tmode = mode_for_size (MOVE_MAX_PIECES * BITS_PER_UNIT, MODE_INT, 1);
963 if (align >= GET_MODE_ALIGNMENT (tmode))
964 align = GET_MODE_ALIGNMENT (tmode);
877 enum machine_mode mode = VOIDmode, tmode; local
1037 enum machine_mode tmode; local
1044 enum machine_mode tmode, xmode; local
2196 enum machine_mode mode, tmode; local
2372 enum machine_mode mode = VOIDmode, tmode; local
6494 expand_expr_addr_expr_1(tree exp, rtx target, enum machine_mode tmode, enum expand_modifier modifier) argument
6628 expand_expr_addr_expr(tree exp, rtx target, enum machine_mode tmode, enum expand_modifier modifier) argument
6712 expand_expr_real(tree exp, rtx target, enum machine_mode tmode, enum expand_modifier modifier, rtx *alt_rtl) argument
6786 expand_expr_real_1(tree exp, rtx target, enum machine_mode tmode, enum expand_modifier modifier, rtx *alt_rtl) argument
[all...]
H A Dcombine.c5993 enum machine_mode tmode = mode_for_size (len, MODE_INT, 1);
6039 if (tmode != BLKmode
6042 && (inner_mode == tmode
6044 || TRULY_NOOP_TRUNCATION (GET_MODE_BITSIZE (tmode),
6046 || reg_truncated_to_mode (tmode, inner))
6049 && have_insn_for (STRICT_LOW_PART, tmode))))
6052 % (STRICT_ALIGNMENT ? GET_MODE_ALIGNMENT (tmode)
6056 && GET_MODE_BITSIZE (inner_mode) >= GET_MODE_BITSIZE (tmode)
6057 && (inner_mode == tmode
6078 new = adjust_address_nv (inner, tmode, offse
5970 enum machine_mode tmode = mode_for_size (len, MODE_INT, 1); local
8546 enum machine_mode shift_mode, tmode; local
9539 enum machine_mode mode, tmode; local
[all...]
H A Dexpmed.c1095 enum machine_mode mode, enum machine_mode tmode)
1109 if (tmode == VOIDmode)
1110 tmode = mode;
1122 return gen_reg_rtx (tmode);
1153 if (innermode == tmode || innermode == mode)
1244 mode1 = (SCALAR_INT_MODE_P (tmode)
1245 ? mode_for_size (bitsize, GET_MODE_CLASS (tmode), 0)
1282 return convert_to_mode (tmode, op0, unsignedp);
1369 int_mode = int_mode_for_mode (tmode);
1485 xtarget = xspec_target = gen_reg_rtx (tmode);
1089 extract_bit_field(rtx str_rtx, unsigned HOST_WIDE_INT bitsize, unsigned HOST_WIDE_INT bitnum, int unsignedp, rtx target, enum machine_mode mode, enum machine_mode tmode) argument
1699 extract_fixed_bit_field(enum machine_mode tmode, rtx op0, unsigned HOST_WIDE_INT offset, unsigned HOST_WIDE_INT bitsize, unsigned HOST_WIDE_INT bitpos, rtx target, int unsignedp) argument
[all...]
H A Dstor-layout.c2169 enum machine_mode wide_mode = VOIDmode, tmode;
2171 for (tmode = GET_CLASS_NARROWEST_MODE (MODE_INT); tmode != VOIDmode;
2172 tmode = GET_MODE_WIDER_MODE (tmode))
2174 unit = GET_MODE_BITSIZE (tmode);
2180 wide_mode = tmode;
2160 enum machine_mode wide_mode = VOIDmode, tmode; local
H A Dcse.c5377 enum machine_mode tmode;
5380 for (tmode = GET_MODE_WIDER_MODE (mode);
5381 GET_MODE_SIZE (tmode) <= UNITS_PER_WORD;
5382 tmode = GET_MODE_WIDER_MODE (tmode))
5384 rtx inner = gen_lowpart (tmode, XEXP (src, 0));
5389 PUT_MODE (new_and, tmode);
5391 larger_elt = lookup (new_and, HASH (new_and, tmode), tmode);
5424 enum machine_mode tmode;
5355 enum machine_mode tmode; local
5402 enum machine_mode tmode; local
[all...]
H A Doptabs.c5055 enum machine_mode fmode, tmode;
5066 for (tmode = first_to_mode;
5067 tmode != VOIDmode;
5068 tmode = GET_MODE_WIDER_MODE (tmode))
5069 max_mname_len = MAX (max_mname_len, strlen (GET_MODE_NAME (tmode)));
5079 for (tmode = first_to_mode; tmode != VOIDmode;
5080 tmode = GET_MODE_WIDER_MODE (tmode))
5031 enum machine_mode fmode, tmode; local
5168 set_conv_libfunc(convert_optab optable, enum machine_mode tmode, enum machine_mode fmode, const char *name) argument
[all...]
H A Dc-common.c4093 c_expand_expr (tree exp, rtx target, enum machine_mode tmode,
4105 return expand_expr_real (decl, target, tmode, modifier, alt_rtl);
4078 c_expand_expr(tree exp, rtx target, enum machine_mode tmode, int modifier , rtx *alt_rtl) argument
/freebsd-11-stable/contrib/gdb/gdb/
H A Dremote-fileio.c182 mode_t tmode = 0; local
185 tmode |= FILEIO_S_IFREG;
187 tmode |= FILEIO_S_IFDIR;
189 tmode |= FILEIO_S_IFCHR;
191 tmode |= FILEIO_S_IRUSR;
193 tmode |= FILEIO_S_IWUSR;
195 tmode |= FILEIO_S_IXUSR;
197 tmode |= FILEIO_S_IRGRP;
199 tmode |= FILEIO_S_IWGRP;
201 tmode |
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_zyfer.c210 int tmode; /* Time mode */ local
274 &tmode, &tfom, &omode) != 8) {
279 if (tmode != 2) {
/freebsd-11-stable/contrib/mtree/
H A Dcompare.c263 mode_t tmode, mode; local
265 tmode = s->st_mode;
272 if (!((tmode & ~(S_IRWXU|S_IRWXG|S_IRWXO)) ||
274 if ((mode | tmode) == tmode)
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c16185 enum machine_mode tmode = insn_data[icode].operand[0].mode;
16195 || GET_MODE (target) != tmode
16196 || ! (*insn_data[icode].operand[0].predicate) (target, tmode))
16197 target = gen_reg_rtx (tmode);
16223 if (tmode == mode0 && tmode == mode1)
16225 target = ix86_fixup_binary_operands (UNKNOWN, tmode, xops);
16229 else if (optimize || !ix86_binary_operator_ok (UNKNOWN, tmode, xops))
16233 target = gen_reg_rtx (tmode);
16277 enum machine_mode tmode
16154 enum machine_mode tmode = insn_data[icode].operand[0].mode; local
16246 enum machine_mode tmode = insn_data[icode].operand[0].mode; local
16281 enum machine_mode tmode = insn_data[icode].operand[0].mode; local
16319 enum machine_mode tmode = insn_data[d->icode].operand[0].mode; local
16444 enum machine_mode tmode = TYPE_MODE (type); local
16473 enum machine_mode tmode, mode0; local
16505 enum machine_mode tmode, mode1; local
16555 enum machine_mode tmode, mode0, mode1, mode2, mode3, mode4; local
[all...]
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c6759 enum machine_mode tmode = insn_data[icode].operand[0].mode;
6787 || GET_MODE (target) != tmode
6788 || ! (*insn_data[icode].operand[0].predicate) (target, tmode))
6789 target = gen_reg_rtx (tmode);
6808 enum machine_mode tmode = insn_data[icode].operand[0].mode;
6816 || GET_MODE (target) != tmode
6817 || ! (*insn_data[icode].operand[0].predicate) (target, tmode))
6818 target = gen_reg_rtx (tmode);
6842 enum machine_mode tmode = insn_data[icode].operand[0].mode;
6890 || GET_MODE (target) != tmode
6743 enum machine_mode tmode = insn_data[icode].operand[0].mode; local
6792 enum machine_mode tmode = insn_data[icode].operand[0].mode; local
6826 enum machine_mode tmode = insn_data[icode].operand[0].mode; local
6901 enum machine_mode tmode = SImode; local
6974 enum machine_mode tmode = insn_data[icode].operand[0].mode; local
7057 enum machine_mode tmode = insn_data[icode].operand[0].mode; local
7098 enum machine_mode tmode = insn_data[icode].operand[0].mode; local
7156 enum machine_mode tmode, mode0; local
7318 enum machine_mode tmode = TYPE_MODE (type); local
7362 enum machine_mode tmode, mode1; local
7394 enum machine_mode tmode, mode0; local
7432 enum machine_mode tmode, mode0; local
7641 enum machine_mode tmode, mode0; local
7947 enum machine_mode tmode = insn_data[icode].operand[0].mode; local
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_diff.c259 mode_t fmode, tmode; local
294 tmode = tsb.zs_mode & S_IFMT;
295 if (fmode == S_IFDIR || tmode == S_IFDIR || fsb.zs_links == 0 ||
317 if (fmode != tmode && fsb.zs_gen == tsb.zs_gen)
/freebsd-11-stable/contrib/netbsd-tests/fs/vfs/
H A Dt_vnops.c960 int tmode; local
968 tmode = F_OK;
970 tmode = ALLACC;
972 RL(rump_sys_access("tfile", tmode));
/freebsd-11-stable/usr.bin/tftp/
H A Dmain.c221 const char *tmode = "octet"; local
242 tmode = opts;
243 tmode += 5;
246 if (strcmp(modes[i].m_name, tmode) == 0)
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.c12662 enum machine_mode tmode = insn_data[icode].operand[0].mode;
12672 || GET_MODE (target) != tmode
12673 || ! (*insn_data[icode].operand[0].predicate) (target, tmode))
12674 target = gen_reg_rtx (tmode);
12699 enum machine_mode tmode = insn_data[icode].operand[0].mode;
12703 || GET_MODE (target) != tmode
12704 || ! (*insn_data[icode].operand[0].predicate) (target, tmode))
12705 target = gen_reg_rtx (tmode);
12750 enum machine_mode tmode;
12773 tmode
12642 enum machine_mode tmode = insn_data[icode].operand[0].mode; local
12679 enum machine_mode tmode = insn_data[icode].operand[0].mode; local
12730 enum machine_mode tmode; local
[all...]
/freebsd-11-stable/contrib/gcc/config/s390/
H A Ds390.c8254 enum machine_mode tmode = insn_data[icode].operand[0].mode;
8256 || GET_MODE (target) != tmode
8257 || !(*insn_data[icode].operand[0].predicate) (target, tmode))
8258 target = gen_reg_rtx (tmode);
8253 enum machine_mode tmode = insn_data[icode].operand[0].mode; local
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.c7998 enum machine_mode tmode ATTRIBUTE_UNUSED,

Completed in 677 milliseconds