Home
last modified time | relevance | path

Searched refs:extend (Results 1 – 25 of 106) sorted by relevance

12345

/dragonfly/usr.bin/rpcgen/
H A Drpc_main.c385 outfilename = extend ? extendfile(infile, outfile) : outfile; in c_output()
397 if (extend && tell == ftell(fout)) in c_output()
536 if (extend && tell == ftell(fout)) in h_output()
553 int extend, const char *outfile, int nomain, int netflag) in s_output() argument
561 outfilename = extend ? extendfile(infile, outfile) : outfile; in s_output()
618 if (extend && !foundprogram) { in s_output()
645 outfilename = extend ? extendfile(infile, outfile) : outfile; in l_output()
656 if (extend && !foundprogram) in l_output()
678 if (extend && !foundprogram) in t_output()
711 if (extend && tell == ftell(fout)) in svc_output()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dloop-iv.c143 switch (extend) in iv_extend_to_rtx_code()
393 iv->extend = IV_UNKNOWN_EXTEND; in iv_constant()
455 && iv->extend != extend) in iv_extend()
459 iv->extend == extend in iv_extend()
473 && iv->extend != extend) in iv_extend()
476 iv->extend = extend; in iv_extend()
631 enum iv_extend_code *extend, in get_biv_step_1() argument
856 enum iv_extend_code extend; in iv_analyze_biv() local
892 &extend, &outer_step)) in iv_analyze_biv()
908 iv->extend = extend; in iv_analyze_biv()
[all …]
H A Dvec.h671 bool extend = nelems ? !vec_safe_space (v, nelems) : false;
672 if (extend)
674 return extend;
H A Dcfgloop.h426 enum iv_extend_code extend; member
H A Dexcept.c2303 int extend; in expand_builtin_extend_pointer() local
2306 extend = POINTERS_EXTEND_UNSIGNED; in expand_builtin_extend_pointer()
2310 extend = 1; in expand_builtin_extend_pointer()
2313 return convert_modes (targetm.unwind_word_mode (), ptr_mode, addr, extend); in expand_builtin_extend_pointer()
H A Doptabs.def45 OPTAB_CL(sext_optab, "extend$b$a2", SIGN_EXTEND, "extend", gen_extend_conv_libfunc)
/dragonfly/contrib/gcc-4.7/gcc/
H A Dloop-iv.c394 iv->extend = UNKNOWN; in iv_constant()
428 iv->extend = UNKNOWN; in iv_subreg()
466 && iv->extend != extend) in iv_extend()
469 iv->extend = extend; in iv_extend()
529 if (iv0->extend == UNKNOWN && iv1->extend == UNKNOWN) in iv_add()
723 *extend = UNKNOWN; in get_biv_step_1()
743 *extend = UNKNOWN; in get_biv_step_1()
770 *extend = code; in get_biv_step_1()
853 enum rtx_code extend; in iv_analyze_biv() local
905 iv->extend = extend; in iv_analyze_biv()
[all …]
H A Dvec.h830 if (extend) \
833 return extend; \
842 if (extend) \
846 return extend; \
1139 if (extend) \
1145 return extend; \
1154 if (extend) \
1160 return extend; \
1257 if (extend) \
1263 return extend; \
[all …]
H A Dcfgloop.h341 enum rtx_code extend; member
H A Dexcept.c2188 int extend; in expand_builtin_extend_pointer() local
2191 extend = POINTERS_EXTEND_UNSIGNED; in expand_builtin_extend_pointer()
2195 extend = 1; in expand_builtin_extend_pointer()
2198 return convert_modes (targetm.unwind_word_mode (), ptr_mode, addr, extend); in expand_builtin_extend_pointer()
/dragonfly/contrib/gdb-7/gdb/python/
H A Dpython-config.py57 flags.extend(getvar('CFLAGS').split())
63 libs.extend(getvar('LIBS').split())
65 libs.extend(getvar('SYSLIBS').split())
76 libs.extend(getvar('LINKFORSHARED').split())
/dragonfly/games/mille/
H A Dmisc.c118 extend: in check_ext()
147 goto extend; in check_ext()
152 goto extend; in check_ext()
/dragonfly/contrib/gdb-7/gdb/common/
H A Dvec.h513 int extend = !VEC_OP (T,space) \
516 if (extend) \
520 return extend; \
797 int extend = !VEC_OP (T,space) \
800 if (extend) \
803 return extend; \
1070 int extend = !VEC_OP (T,space) (*vec_, alloc_ < 0 ? -alloc_ : alloc_ \
1073 if (extend) \
1077 return extend; \
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-lm32.texi42 @cindex @code{-msign-extend-enabled} command line option, LM32
43 @item -msign-extend-enabled
44 Enable sign extend instructions.
H A Dc-i386.texi576 There are a few exceptions. The sign extend and zero extend
578 sign/zero extend @emph{from} and a size to zero extend @emph{to}. This
580 syntax. Base names for sign extend and zero extend are
585 ``move sign extend @emph{from} %al @emph{to} %edx.'' Possible suffixes,
607 @samp{cbw} --- sign-extend byte in @samp{%al} to word in @samp{%ax},
610 @samp{cwde} --- sign-extend word in @samp{%ax} to long in @samp{%eax},
613 @samp{cwd} --- sign-extend word in @samp{%ax} to long in @samp{%dx:%ax},
616 @samp{cdq} --- sign-extend dword in @samp{%eax} to quad in @samp{%edx:%eax},
619 @samp{cdqe} --- sign-extend dword in @samp{%eax} to quad in @samp{%rax}
623 @samp{cqo} --- sign-extend quad in @samp{%rax} to octuple in
[all …]
H A Dc-xgate.texi195 @cindex @code{extend} directive XGATE
197 @item .extend
H A Dc-bfin.texi95 One instruction may extend across multiple lines or more than one
102 Comments are introduced by the @samp{#} character and extend to the
168 extend beyond bit 31.
H A Dc-m68hc11.texi388 @cindex @code{extend} directive M68HC11
390 @item .extend
/dragonfly/contrib/gmp/
H A Ddumbmp.c291 int limb, rn, extend; in mpz_setbit() local
303 extend = (limb+1) - rn; in mpz_setbit()
304 if (extend > 0) in mpz_setbit()
305 mpn_zero (rp + rn, extend); in mpz_setbit()
/dragonfly/gnu/lib/gcc47/libgcc/
H A DMakefile.src17 lib2funcs+= extend${f}tf2
/dragonfly/gnu/lib/gcc80/libgcc/
H A DMakefile.src19 nowsoft+= extend${f}tf2
/dragonfly/contrib/gcc-4.7/libgcc/config/
H A Dt-softfp63 $(foreach e,$(softfp_extensions),extend$(e)2) \
/dragonfly/crypto/libressl/ssl/
H A Dssl_pkt.c151 ssl3_read_n(SSL *s, int n, int max, int extend) in ssl3_read_n() argument
169 if (!extend) { in ssl3_read_n()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dgcc.texi164 @include extend.texi
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Dk6.md54 ;; the old description, and a lot easier to extend to something more

12345