Home
last modified time | relevance | path

Searched refs:imode (Results 1 – 25 of 30) sorted by relevance

12

/openbsd-src/gnu/gcc/gcc/
H A Doptabs.c2400 enum machine_mode imode) in lowpart_subreg_maybe_copy() argument
2403 ret = lowpart_subreg (omode, val, imode); in lowpart_subreg_maybe_copy()
2406 val = force_reg (imode, val); in lowpart_subreg_maybe_copy()
2407 ret = lowpart_subreg (omode, val, imode); in lowpart_subreg_maybe_copy()
2422 enum machine_mode imode; in expand_absneg_bit() local
2441 imode = int_mode_for_mode (mode); in expand_absneg_bit()
2442 if (imode == BLKmode) in expand_absneg_bit()
2449 imode = word_mode; in expand_absneg_bit()
2486 temp = expand_binop (imode, code == ABS ? and_optab : xor_optab, in expand_absneg_bit()
2488 immed_double_const (lo, hi, imode), in expand_absneg_bit()
[all …]
H A Dstmt.c2944 enum machine_mode imode = TYPE_MODE (index_type); in emit_case_nodes() local
2948 mode = imode; in emit_case_nodes()
2961 convert_modes (mode, imode, in emit_case_nodes()
2978 (mode, imode, in emit_case_nodes()
2990 (mode, imode, in emit_case_nodes()
3014 convert_modes (mode, imode, in emit_case_nodes()
3023 convert_modes (mode, imode, in emit_case_nodes()
3040 (mode, imode, in emit_case_nodes()
3075 (mode, imode, in emit_case_nodes()
3090 (mode, imode, in emit_case_nodes()
[all …]
H A Dexpr.c1620 enum machine_mode imode = int_mode_for_mode (GET_MODE (orig_src)); in emit_group_load_1() local
1621 if (imode == BLKmode) in emit_group_load_1()
1624 src = gen_reg_rtx (imode); in emit_group_load_1()
1625 if (imode != BLKmode) in emit_group_load_1()
1629 if (imode != BLKmode) in emit_group_load_1()
1630 src = gen_lowpart (imode, src); in emit_group_load_1()
1871 enum machine_mode imode = int_mode_for_mode (GET_MODE (orig_dst)); in emit_group_store() local
1872 if (imode == BLKmode) in emit_group_store()
1875 dst = gen_reg_rtx (imode); in emit_group_store()
1877 if (imode != BLKmode) in emit_group_store()
[all …]
H A Demit-rtl.c606 validate_subreg (enum machine_mode omode, enum machine_mode imode, in validate_subreg() argument
609 unsigned int isize = GET_MODE_SIZE (imode); in validate_subreg()
632 else if ((COMPLEX_MODE_P (imode) || VECTOR_MODE_P (imode)) in validate_subreg()
633 && GET_MODE_INNER (imode) == omode) in validate_subreg()
640 else if (VECTOR_MODE_P (omode) && GET_MODE_INNER (omode) == imode) in validate_subreg()
645 else if (FLOAT_MODE_P (imode) || FLOAT_MODE_P (omode)) in validate_subreg()
664 if ((COMPLEX_MODE_P (imode) || VECTOR_MODE_P (imode)) in validate_subreg()
665 && GET_MODE_INNER (imode) == omode) in validate_subreg()
667 else if (REG_CANNOT_CHANGE_MODE_P (regno, imode, omode)) in validate_subreg()
671 return subreg_offset_representable_p (regno, imode, offset, omode); in validate_subreg()
[all …]
H A Dexpmed.c476 enum machine_mode imode = int_mode_for_mode (GET_MODE (op0)); in store_bit_field() local
477 if (imode != GET_MODE (op0)) in store_bit_field()
480 op0 = adjust_address (op0, imode, 0); in store_bit_field()
483 gcc_assert (imode != BLKmode); in store_bit_field()
484 op0 = gen_lowpart (imode, op0); in store_bit_field()
1186 enum machine_mode imode = int_mode_for_mode (GET_MODE (op0)); in extract_bit_field() local
1187 if (imode != GET_MODE (op0)) in extract_bit_field()
1190 op0 = adjust_address (op0, imode, 0); in extract_bit_field()
1193 gcc_assert (imode != BLKmode); in extract_bit_field()
1194 op0 = gen_lowpart (imode, op0); in extract_bit_field()
[all …]
H A Dcombine.c5888 enum machine_mode imode; in expand_field_assignment() local
5895 imode = mode_for_size (GET_MODE_BITSIZE (compute_mode), MODE_INT, 0); in expand_field_assignment()
5896 if (imode == BLKmode) in expand_field_assignment()
5899 compute_mode = imode; in expand_field_assignment()
5900 inner = gen_lowpart (imode, inner); in expand_field_assignment()
9410 enum machine_mode imode = GET_MODE (x); in gen_lowpart_for_combine() local
9412 unsigned int isize = GET_MODE_SIZE (imode); in gen_lowpart_for_combine()
9415 if (omode == imode) in gen_lowpart_for_combine()
9428 && ! ((imode == VOIDmode in gen_lowpart_for_combine()
9444 imode = GET_MODE (x); in gen_lowpart_for_combine()
[all …]
H A Dsimplify-rtx.c2223 enum machine_mode imode = GET_MODE (XEXP (op0, 0)); in simplify_binary_operation_1() local
2224 tem = simplify_gen_binary (AND, imode, XEXP (op0, 0), in simplify_binary_operation_1()
2226 imode)); in simplify_binary_operation_1()
2227 return simplify_gen_unary (ZERO_EXTEND, mode, tem, imode); in simplify_binary_operation_1()
2470 enum machine_mode imode = GET_MODE (XEXP (op0, 0)); in simplify_binary_operation_1() local
2473 if (CLZ_DEFINED_VALUE_AT_ZERO (imode, zero_val) in simplify_binary_operation_1()
2474 && zero_val == GET_MODE_BITSIZE (imode) in simplify_binary_operation_1()
2476 return simplify_gen_relational (EQ, mode, imode, in simplify_binary_operation_1()
H A Dbuiltins.c5300 enum machine_mode fmode, imode, rmode; in expand_builtin_signbit() local
5332 imode = int_mode_for_mode (fmode); in expand_builtin_signbit()
5333 if (imode == BLKmode) in expand_builtin_signbit()
5335 temp = gen_lowpart (imode, temp); in expand_builtin_signbit()
5339 imode = word_mode; in expand_builtin_signbit()
5352 temp = force_reg (imode, temp); in expand_builtin_signbit()
5371 if (imode != rmode) in expand_builtin_signbit()
5382 temp = expand_shift (RSHIFT_EXPR, imode, temp, in expand_builtin_signbit()
H A Dcse.c3271 enum machine_mode imode = GET_MODE (SUBREG_REG (x)); in fold_rtx_subreg() local
3275 && GET_MODE_SIZE (imode) <= UNITS_PER_WORD in fold_rtx_subreg()
3276 && (elt = lookup (SUBREG_REG (x), HASH (SUBREG_REG (x), imode), in fold_rtx_subreg()
3277 imode)) != 0) in fold_rtx_subreg()
H A Dvarasm.c2267 enum machine_mode omode, imode; in assemble_integer() local
2274 imode = mode_for_size (size * BITS_PER_UNIT, MODE_INT, 0); in assemble_integer()
2278 rtx partial = simplify_subreg (omode, x, imode, i); in assemble_integer()
/openbsd-src/gnu/usr.bin/perl/
H A Dperlio.c267 int imode, int perm, PerlIO *old, int narg, SV **args)
282 fd = PerlLIO_open3_cloexec(name, imode, perm); in PerlIO_openn()
1392 const char *mode, int fd, int imode, int perm,
1397 PERL_UNUSED_ARG(imode); in PerlIO_layer_from_ref()
1608 IV n, const char *mode, int fd, int imode, int perm, in Perl_PerlIO_flush()
1613 PerlIO* ret = (*tab->Open)(aTHX_ tab, layers, n - 1, mode, fd, imode, perm, old, narg, args); in Perl_PerlIO_flush()
1906 int imode, int perm, PerlIO *f, int narg, SV **args)
1909 imode = PerlIOUnix_oflags(mode);
1911 if (imode != -1 && (f = PerlIO_tmpfile_flags(imode))) {
269 PerlIO_openn(pTHX_ const char * layers,const char * mode,int fd,int imode,int perm,PerlIO * old,int narg,SV ** args) PerlIO_openn() argument
1176 PerlIOBase_open(pTHX_ PerlIO_funcs * self,PerlIO_list_t * layers,IV n,const char * mode,int fd,int imode,int perm,PerlIO * old,int narg,SV ** args) PerlIOBase_open() argument
1481 PerlIO_openn(pTHX_ const char * layers,const char * mode,int fd,int imode,int perm,PerlIO * f,int narg,SV ** args) PerlIO_openn() argument
2579 PerlIOUnix_setfd(pTHX_ PerlIO * f,int fd,int imode) PerlIOUnix_setfd() argument
2643 PerlIOUnix_open(pTHX_ PerlIO_funcs * self,PerlIO_list_t * layers,IV n,const char * mode,int fd,int imode,int perm,PerlIO * f,int narg,SV ** args) PerlIOUnix_open() argument
3015 PerlIOStdio_open(pTHX_ PerlIO_funcs * self,PerlIO_list_t * layers,IV n,const char * mode,int fd,int imode,int perm,PerlIO * f,int narg,SV ** args) PerlIOStdio_open() argument
3845 PerlIOBuf_open(pTHX_ PerlIO_funcs * self,PerlIO_list_t * layers,IV n,const char * mode,int fd,int imode,int perm,PerlIO * f,int narg,SV ** args) PerlIOBuf_open() argument
5032 PerlIO_tmpfile_flags(int imode) PerlIO_tmpfile_flags() argument
[all...]
H A Dperliol.h26 int fd, int imode, int perm,
185 …O_funcs *self, PerlIO_list_t *layers, IV n, const char *mode, int fd, int imode, int perm, PerlIO …
199 …O_funcs *self, PerlIO_list_t *layers, IV n, const char *mode, int fd, int imode, int perm, PerlIO …
252 …O_funcs *self, PerlIO_list_t *layers, IV n, const char *mode, int fd, int imode, int perm, PerlIO …
266 …O_funcs *self, PerlIO_list_t *layers, IV n, const char *mode, int fd, int imode, int perm, PerlIO …
H A Dperlio.h196 int fd, int imode, int perm, PerlIO *old,
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Doptabs.c4551 enum machine_mode fmode, imode; local
4564 for (imode = GET_MODE (from); imode != VOIDmode;
4565 imode = GET_MODE_WIDER_MODE (imode))
4573 icode = can_float_p (fmode, imode, unsignedp);
4574 if (icode == CODE_FOR_nothing && imode != GET_MODE (from) && unsignedp)
4575 icode = can_float_p (fmode, imode, 0), doing_unsigned = 0;
4582 if (imode != GET_MODE (from))
4583 from = convert_to_mode (imode, from, unsignedp);
4642 imode = GET_MODE (from);
4646 emit_cmp_and_jump_insns (from, const0_rtx, LT, NULL_RTX, imode,
[all …]
H A Dstmt.c6016 enum machine_mode imode = TYPE_MODE (index_type); local
6029 convert_modes (mode, imode,
6047 (mode, imode,
6060 (mode, imode,
6079 (mode, imode,
6114 (mode, imode,
6130 (mode, imode,
6147 (mode, imode,
6163 (mode, imode,
6190 (mode, imode,
[all …]
H A Dexpmed.c383 enum machine_mode imode = int_mode_for_mode (GET_MODE (op0)); local
384 if (imode != GET_MODE (op0))
387 op0 = adjust_address (op0, imode, 0);
388 else if (imode != BLKmode)
389 op0 = gen_lowpart (imode, op0);
1062 enum machine_mode imode = int_mode_for_mode (GET_MODE (op0)); local
1063 if (imode != GET_MODE (op0))
1066 op0 = adjust_address (op0, imode, 0);
1067 else if (imode != BLKmode)
1068 op0 = gen_lowpart (imode, op0);
H A Dvarasm.c1959 enum machine_mode omode, imode; local
1966 imode = mode_for_size (size * BITS_PER_UNIT, MODE_INT, 0);
1970 rtx partial = simplify_subreg (omode, x, imode, i);
H A Dcse.c3423 enum machine_mode imode = GET_MODE (SUBREG_REG (x)); local
3427 && GET_MODE_SIZE (imode) <= UNITS_PER_WORD
3428 && (elt = lookup (SUBREG_REG (x), HASH (SUBREG_REG (x), imode),
3429 imode)) != 0)
H A Dexpr.c7369 enum machine_mode imode local
7375 op0 = expand_and (imode, op0, op1, target);
7380 = build_int_2 (GET_MODE_BITSIZE (imode) - bitsize,
7383 op0 = expand_shift (LSHIFT_EXPR, imode, op0, count,
7385 op0 = expand_shift (RSHIFT_EXPR, imode, op0, count,
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-arc.c897 int imode = 0; local
957 imode = 0;
964 imode = ARC_REGISTER_READONLY;
978 imode = ARC_REGISTER_WRITEONLY;
998 imode |= arc_get_noshortcut_flag ();
1064 ext_oper->operand.flags = imode;
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-arc.c408 int imode = 0; in arc_extoper() local
468 imode = 0; in arc_extoper()
475 imode = ARC_REGISTER_READONLY; in arc_extoper()
489 imode = ARC_REGISTER_WRITEONLY; in arc_extoper()
509 imode |= arc_get_noshortcut_flag (); in arc_extoper()
575 ext_oper->operand.flags = imode; in arc_extoper()
/openbsd-src/gnu/usr.bin/perl/ext/PerlIO-via/
H A Dvia.xs222 IV n, const char *mode, int fd, int imode, int perm, in PerlIOVia_open() argument
245 SV *imodesv = sv_2mortal(newSViv(imode)); in PerlIOVia_open()
278 if ((*tab->Open) (aTHX_ tab, layers, m, mode, fd, imode, in PerlIOVia_open()
/openbsd-src/gnu/usr.bin/perl/ext/PerlIO-scalar/
H A Dscalar.xs
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlapio.pod69 int PerlIO_binmode(pTHX_ PerlIO *f, int ptype, int imode,
76 =for apidoc_item |int |PerlIO_binmode|PerlIO *f|int ptype|int imode|const char *layers
531 =item PerlIO_binmode(aTHX_ f,ptype,imode,layers)
546 B<imode> is C<O_BINARY> or C<O_TEXT>.
H A Dperliol.pod152 int fd, int imode, int perm,
518 int fd, int imode, int perm,
545 C<sysopen> and that I<imode> and I<perm> should be passed to

12