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

/freebsd-10.0-release/libexec/getty/
H A Dextern.h42 extern struct termios tmode, omode;
H A Dsubr.c227 &tmode.c_cc[VERASE], &tmode.c_cc[VKILL], &tmode.c_cc[VINTR],
228 &tmode.c_cc[VQUIT], &tmode.c_cc[VSTART], &tmode.c_cc[VSTOP],
229 &tmode.c_cc[VEOF], &tmode.c_cc[VEOL], &tmode.c_cc[VSUSP],
230 &tmode
[all...]
H A Dmain.c96 struct termios tmode; variable in typeref:struct:termios
133 #define ERASE tmode.c_cc[VERASE]
134 #define KILL tmode.c_cc[VKILL]
135 #define EOT tmode.c_cc[VEOF]
252 (void)tcsetattr(STDIN_FILENO, TCSANOW, &tmode);
270 (void)tcsetattr(STDIN_FILENO, TCSANOW, &tmode);
276 (void)tcsetattr(STDIN_FILENO, TCSANOW, &tmode);
334 cfsetispeed(&tmode, B0);
335 cfsetospeed(&tmode, B0);
336 (void)tcsetattr(STDIN_FILENO, TCSANOW, &tmode);
[all...]
/freebsd-10.0-release/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-10.0-release/contrib/gcc/
H A Dexpr.c878 enum machine_mode mode = VOIDmode, tmode;
925 for (tmode = GET_CLASS_NARROWEST_MODE (MODE_INT);
926 tmode != VOIDmode; tmode = GET_MODE_WIDER_MODE (tmode))
927 if (GET_MODE_SIZE (tmode) < max_size)
928 mode = tmode;
960 tmode = mode_for_size (MOVE_MAX_PIECES * BITS_PER_UNIT, MODE_INT, 1);
961 if (align >= GET_MODE_ALIGNMENT (tmode))
962 align = GET_MODE_ALIGNMENT (tmode);
875 enum machine_mode mode = VOIDmode, tmode; local
1035 enum machine_mode tmode; local
1042 enum machine_mode tmode, xmode; local
2194 enum machine_mode mode, tmode; local
2370 enum machine_mode mode = VOIDmode, tmode; local
6485 expand_expr_addr_expr_1(tree exp, rtx target, enum machine_mode tmode, enum expand_modifier modifier) argument
6619 expand_expr_addr_expr(tree exp, rtx target, enum machine_mode tmode, enum expand_modifier modifier) argument
6703 expand_expr_real(tree exp, rtx target, enum machine_mode tmode, enum expand_modifier modifier, rtx *alt_rtl) argument
6777 expand_expr_real_1(tree exp, rtx target, enum machine_mode tmode, enum expand_modifier modifier, rtx *alt_rtl) argument
[all...]
H A Dcombine.c5988 enum machine_mode tmode = mode_for_size (len, MODE_INT, 1);
6034 if (tmode != BLKmode
6037 && (inner_mode == tmode
6039 || TRULY_NOOP_TRUNCATION (GET_MODE_BITSIZE (tmode),
6041 || reg_truncated_to_mode (tmode, inner))
6044 && have_insn_for (STRICT_LOW_PART, tmode))))
6047 % (STRICT_ALIGNMENT ? GET_MODE_ALIGNMENT (tmode)
6051 && GET_MODE_BITSIZE (inner_mode) >= GET_MODE_BITSIZE (tmode)
6052 && (inner_mode == tmode
6073 new = adjust_address_nv (inner, tmode, offse
5965 enum machine_mode tmode = mode_for_size (len, MODE_INT, 1); local
8541 enum machine_mode shift_mode, tmode; local
9534 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.c2167 enum machine_mode wide_mode = VOIDmode, tmode;
2169 for (tmode = GET_CLASS_NARROWEST_MODE (MODE_INT); tmode != VOIDmode;
2170 tmode = GET_MODE_WIDER_MODE (tmode))
2172 unit = GET_MODE_BITSIZE (tmode);
2178 wide_mode = tmode;
2158 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.c5051 enum machine_mode fmode, tmode;
5062 for (tmode = first_to_mode;
5063 tmode != VOIDmode;
5064 tmode = GET_MODE_WIDER_MODE (tmode))
5065 max_mname_len = MAX (max_mname_len, strlen (GET_MODE_NAME (tmode)));
5075 for (tmode = first_to_mode; tmode != VOIDmode;
5076 tmode = GET_MODE_WIDER_MODE (tmode))
5027 enum machine_mode fmode, tmode; local
5164 set_conv_libfunc(convert_optab optable, enum machine_mode tmode, enum machine_mode fmode, const char *name) argument
[all...]
H A Dc-common.c3997 c_expand_expr (tree exp, rtx target, enum machine_mode tmode,
4009 return expand_expr_real (decl, target, tmode, modifier, alt_rtl);
3982 c_expand_expr(tree exp, rtx target, enum machine_mode tmode, int modifier , rtx *alt_rtl) argument
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Drefclock_zyfer.c207 int tmode; /* Time mode */ local
277 &tmode, &tfom, &omode) != 8) {
282 if (tmode != 2) {
/freebsd-10.0-release/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-10.0-release/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-10.0-release/contrib/gcc/config/i386/
H A Di386.c16183 enum machine_mode tmode = insn_data[icode].operand[0].mode;
16193 || GET_MODE (target) != tmode
16194 || ! (*insn_data[icode].operand[0].predicate) (target, tmode))
16195 target = gen_reg_rtx (tmode);
16221 if (tmode == mode0 && tmode == mode1)
16223 target = ix86_fixup_binary_operands (UNKNOWN, tmode, xops);
16227 else if (optimize || !ix86_binary_operator_ok (UNKNOWN, tmode, xops))
16231 target = gen_reg_rtx (tmode);
16275 enum machine_mode tmode
16152 enum machine_mode tmode = insn_data[icode].operand[0].mode; local
16244 enum machine_mode tmode = insn_data[icode].operand[0].mode; local
16279 enum machine_mode tmode = insn_data[icode].operand[0].mode; local
16317 enum machine_mode tmode = insn_data[d->icode].operand[0].mode; local
16442 enum machine_mode tmode = TYPE_MODE (type); local
16471 enum machine_mode tmode, mode0; local
16503 enum machine_mode tmode, mode1; local
16553 enum machine_mode tmode, mode0, mode1, mode2, mode3, mode4; local
[all...]
/freebsd-10.0-release/contrib/gcc/config/rs6000/
H A Drs6000.c6761 enum machine_mode tmode = insn_data[icode].operand[0].mode;
6789 || GET_MODE (target) != tmode
6790 || ! (*insn_data[icode].operand[0].predicate) (target, tmode))
6791 target = gen_reg_rtx (tmode);
6810 enum machine_mode tmode = insn_data[icode].operand[0].mode;
6818 || GET_MODE (target) != tmode
6819 || ! (*insn_data[icode].operand[0].predicate) (target, tmode))
6820 target = gen_reg_rtx (tmode);
6844 enum machine_mode tmode = insn_data[icode].operand[0].mode;
6892 || GET_MODE (target) != tmode
6745 enum machine_mode tmode = insn_data[icode].operand[0].mode; local
6794 enum machine_mode tmode = insn_data[icode].operand[0].mode; local
6828 enum machine_mode tmode = insn_data[icode].operand[0].mode; local
6903 enum machine_mode tmode = SImode; local
6976 enum machine_mode tmode = insn_data[icode].operand[0].mode; local
7059 enum machine_mode tmode = insn_data[icode].operand[0].mode; local
7100 enum machine_mode tmode = insn_data[icode].operand[0].mode; local
7158 enum machine_mode tmode, mode0; local
7320 enum machine_mode tmode = TYPE_MODE (type); local
7364 enum machine_mode tmode, mode1; local
7396 enum machine_mode tmode, mode0; local
7434 enum machine_mode tmode, mode0; local
7643 enum machine_mode tmode, mode0; local
7949 enum machine_mode tmode = insn_data[icode].operand[0].mode; local
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_diff.c261 mode_t fmode, tmode; local
296 tmode = tsb.zs_mode & S_IFMT;
297 if (fmode == S_IFDIR || tmode == S_IFDIR || fsb.zs_links == 0 ||
319 if (fmode != tmode && fsb.zs_gen == tsb.zs_gen)
/freebsd-10.0-release/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-10.0-release/contrib/gcc/config/arm/
H A Darm.c12652 enum machine_mode tmode = insn_data[icode].operand[0].mode;
12662 || GET_MODE (target) != tmode
12663 || ! (*insn_data[icode].operand[0].predicate) (target, tmode))
12664 target = gen_reg_rtx (tmode);
12689 enum machine_mode tmode = insn_data[icode].operand[0].mode;
12693 || GET_MODE (target) != tmode
12694 || ! (*insn_data[icode].operand[0].predicate) (target, tmode))
12695 target = gen_reg_rtx (tmode);
12740 enum machine_mode tmode;
12763 tmode
12632 enum machine_mode tmode = insn_data[icode].operand[0].mode; local
12669 enum machine_mode tmode = insn_data[icode].operand[0].mode; local
12720 enum machine_mode tmode; local
[all...]
/freebsd-10.0-release/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-10.0-release/contrib/gcc/config/sparc/
H A Dsparc.c7998 enum machine_mode tmode ATTRIBUTE_UNUSED,

Completed in 315 milliseconds