| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/lm32/ |
| H A D | t-rtems | 4 MULTILIB_OPTIONS += mdivide-enabled msign-extend-enabled 7 # MULTILIB_EXCEPTIONS += mmultiply-enabled/mbarrel-shift-enabled/mdivide-enabled/msign-extend-enabl… 9 MULTILIB_EXCEPTIONS += mmultiply-enabled/mbarrel-shift-enabled/msign-extend-enabled 11 MULTILIB_EXCEPTIONS += mmultiply-enabled/mdivide-enabled/msign-extend-enabled 13 MULTILIB_EXCEPTIONS += mmultiply-enabled/msign-extend-enabled 15 MULTILIB_EXCEPTIONS += mbarrel-shift-enabled/mdivide-enabled/msign-extend-enabled 17 MULTILIB_EXCEPTIONS += mbarrel-shift-enabled/msign-extend-enabled 19 MULTILIB_EXCEPTIONS += mdivide-enabled/msign-extend-enabled 21 MULTILIB_EXCEPTIONS += msign-extend-enabled
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/lm32/ |
| H A D | t-rtems | 4 MULTILIB_OPTIONS += mdivide-enabled msign-extend-enabled 7 # MULTILIB_EXCEPTIONS += mmultiply-enabled/mbarrel-shift-enabled/mdivide-enabled/msign-extend-enabl… 9 MULTILIB_EXCEPTIONS += mmultiply-enabled/mbarrel-shift-enabled/msign-extend-enabled 11 MULTILIB_EXCEPTIONS += mmultiply-enabled/mdivide-enabled/msign-extend-enabled 13 MULTILIB_EXCEPTIONS += mmultiply-enabled/msign-extend-enabled 15 MULTILIB_EXCEPTIONS += mbarrel-shift-enabled/mdivide-enabled/msign-extend-enabled 17 MULTILIB_EXCEPTIONS += mbarrel-shift-enabled/msign-extend-enabled 19 MULTILIB_EXCEPTIONS += mdivide-enabled/msign-extend-enabled 21 MULTILIB_EXCEPTIONS += msign-extend-enabled
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/ |
| H A D | riscv-shorten-memrefs.cc | 78 bool get_si_mem_base_reg (rtx mem, rtx *addr, bool *extend); 82 pass_shorten_memrefs::get_si_mem_base_reg (rtx mem, rtx *addr, bool *extend) in get_si_mem_base_reg() argument 87 *extend = true; in get_si_mem_base_reg() 120 bool extend = false; in analyze() local 121 if (get_si_mem_base_reg (mem, &addr, &extend)) in analyze() 161 bool extend = false; in transform() local 162 if (get_si_mem_base_reg (mem, &addr, &extend)) in transform() 173 if (extend) in transform()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A D | genfusion.pl | 62 my $extend; 98 $extend = ($ccmode eq "CC") ? "sign" : "zero"; 101 $extend = "none"; 110 ;; load mode is $lmode result mode is $result compare mode is $ccmode extend is $extend 111 …and_split "*l${ldst}${echr}_cmp${cmpl}${cmp_size_char}i_cr0_${lmode}_${result}_${ccmode}_${extend}" 130 …(set (match_operand:${result} 0 "gpc_reg_operand" "=r") (${extend}_extend:${result} (match_dup 1))… 143 if ($extend eq "none") { 146 print " [(set (match_dup 0) (${extend}_extend:${clobbermode} (match_dup 1)))\n"; 148 print " [(set (match_dup 0) (${extend}_extend:${result} (match_dup 1)))\n";
|
| /netbsd-src/usr.bin/rpcgen/ |
| H A D | rpc_main.c | 439 c_output(const char *infile, const char *define, int extend, in c_output() argument 449 outfilename = extend ? extendfile(infile, outfile) : outfile; in c_output() 462 if (extend && tell == ftell(fout)) { in c_output() 555 h_output(const char *infile, const char *define, int extend, in h_output() argument 566 outfilename = extend ? extendfile(infile, outfile) : outfile; in h_output() 602 if (extend && tell == ftell(fout)) { in h_output() 618 const char *define, int extend, const char *outfile, int nomain, in s_output() argument 627 outfilename = extend ? extendfile(infile, outfile) : outfile; in s_output() 687 if (extend && !foundprogram) { in s_output() 707 l_output(const char *infile, const char *define, int extend, in l_output() argument [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrAtomics.td | 63 ro_Wextend16:$extend)), 64 (LDRHHroW GPR64sp:$Rn, GPR32:$Rm, ro_Wextend16:$extend)>; 66 ro_Xextend16:$extend)), 67 (LDRHHroX GPR64sp:$Rn, GPR64:$Rm, ro_Xextend16:$extend)>; 78 ro_Wextend32:$extend)), 79 (LDRWroW GPR64sp:$Rn, GPR32:$Rm, ro_Wextend32:$extend)>; 81 ro_Xextend32:$extend)), 82 (LDRWroX GPR64sp:$Rn, GPR64:$Rm, ro_Xextend32:$extend)>; 93 ro_Wextend64:$extend)), 94 (LDRXroW GPR64sp:$Rn, GPR32:$Rm, ro_Wextend64:$extend)>; [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | loop-iv.cc | 145 iv_extend_to_rtx_code (enum iv_extend_code extend) in iv_extend_to_rtx_code() argument 147 switch (extend) in iv_extend_to_rtx_code() 186 rtx_name[iv_extend_to_rtx_code (iv->extend)], in dump_iv_info() 397 iv->extend = IV_UNKNOWN_EXTEND; in iv_constant() 416 iv->extend == IV_UNKNOWN_EXTEND in iv_subreg() 420 iv->extend = IV_UNKNOWN_EXTEND; in iv_subreg() 433 iv->extend = IV_UNKNOWN_EXTEND; in iv_subreg() 450 iv_extend (class rtx_iv *iv, enum iv_extend_code extend, scalar_int_mode mode) in iv_extend() argument 458 && iv->extend != IV_UNKNOWN_EXTEND in iv_extend() 459 && iv->extend != extend) in iv_extend() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | loop-iv.c | 145 iv_extend_to_rtx_code (enum iv_extend_code extend) in iv_extend_to_rtx_code() argument 147 switch (extend) in iv_extend_to_rtx_code() 186 rtx_name[iv_extend_to_rtx_code (iv->extend)], in dump_iv_info() 397 iv->extend = IV_UNKNOWN_EXTEND; in iv_constant() 416 iv->extend == IV_UNKNOWN_EXTEND in iv_subreg() 420 iv->extend = IV_UNKNOWN_EXTEND; in iv_subreg() 433 iv->extend = IV_UNKNOWN_EXTEND; in iv_subreg() 450 iv_extend (class rtx_iv *iv, enum iv_extend_code extend, scalar_int_mode mode) in iv_extend() argument 458 && iv->extend != IV_UNKNOWN_EXTEND in iv_extend() 459 && iv->extend != extend) in iv_extend() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/lint/ |
| H A D | cpp_lint.py | 79 lint.extend(VerifyIncludes(filename, lines)) 80 lint.extend(common_lint.VerifyLineLength(filename, lines, 82 lint.extend(common_lint.VerifyTabs(filename, lines)) 83 lint.extend(common_lint.VerifyTrailingWhitespace(filename, lines))
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/h8300/ |
| H A D | extl.s | 35 test_h_gr32 0x00000001 er0 ; result of sign extend 57 test_h_gr32 0xffffffff er0 ; result of sign extend 76 test_h_gr32 0x0000ffff er0 ; result of zero extend 595 test_h_gr32 0x00000001 er0 ; result of sign extend 617 test_h_gr32 0xffffffff er0 ; result of sign extend 636 test_h_gr32 0x000000ff er0 ; result of zero extend 655 test_h_gr32 pos2 er1 ; result of sign extend 682 test_h_gr32 neg2 er1 ; result of sign extend 706 test_h_gr32 neg2 er1 ; result of zero extend 730 test_h_gr32 pos2+4 er1 ; result of sign extend [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/lm32/ |
| H A D | t-uclinux | 1 CRTSTUFF_T_CFLAGS = $(PICFLAG) -msign-extend-enabled 2 HOST_LIBGCC2_CFLAGS += -msign-extend-enabled
|
| H A D | t-elf | 1 CRTSTUFF_T_CFLAGS = -G 0 -msign-extend-enabled 2 HOST_LIBGCC2_CFLAGS += -G 0 -msign-extend-enabled
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/lm32/ |
| H A D | t-uclinux | 1 CRTSTUFF_T_CFLAGS = $(PICFLAG) -msign-extend-enabled 2 HOST_LIBGCC2_CFLAGS += -msign-extend-enabled
|
| H A D | t-elf | 1 CRTSTUFF_T_CFLAGS = -G 0 -msign-extend-enabled 2 HOST_LIBGCC2_CFLAGS += -G 0 -msign-extend-enabled
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format/ |
| H A D | clang-format-diff.py | 91 lines_by_file.setdefault(filename, []).extend( 103 command.extend(lines) 105 command.extend(['-style', args.style])
|
| H A D | clang-format.py | 116 command.extend(['-style', style]) 118 command.extend(['-fallback-style', fallback_style]) 120 command.extend(['-assume-filename', vim.current.buffer.name])
|
| H A D | clang-format-sublime.py | 37 command.extend(['-style', style]) 42 command.extend(['-offset', str(region_offset),
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/ |
| H A D | analyze.py | 397 result.extend(['-analyzer-max-loop', str(args.maxloop)]) 401 result.extend(['-analyzer-config', args.analyzer_config]) 405 result.extend(prefix_with('-load', args.plugins)) 408 result.extend(['-analyzer-checker', checkers]) 411 result.extend(['-analyzer-disable-checker', checkers]) 616 ast_command.extend(args) 631 extdefmap_command.extend(args) 677 opts['direct_args'].extend(direct_options)
|
| /netbsd-src/external/mit/isl/dist/ |
| H A D | isl_blk.c | 51 static struct isl_blk extend(struct isl_ctx *ctx, struct isl_blk block, in extend() function 104 return extend(ctx, block, n); in isl_blk_alloc() 113 return extend(ctx, block, new_n); in isl_blk_extend()
|
| /netbsd-src/games/mille/ |
| H A D | misc.c | 130 extend: in check_ext() 161 goto extend; in check_ext() 166 goto extend; in check_ext()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/ |
| H A D | indirect_calls.py | 24 args.extend(["-d"]) 25 args.extend([file])
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| H A D | aarch-common-protos.h | 61 const int extend; /* Zero/sign extension. */ member 76 const int extend; member
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/ |
| H A D | jquery.js | 2 …extend=k.fn.extend=function(){var e,t,n,r,i,o,a=arguments[0]||{},s=1,u=arguments.length,l=!1;for("… 8 …extend.apply(null,[{}].concat(s))),t.expr[":"][l.toLowerCase()]=function(e){return!!t.data(e,l)},t… function
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/ |
| H A D | jquery.js | 2 …extend=k.fn.extend=function(){var e,t,n,r,i,o,a=arguments[0]||{},s=1,u=arguments.length,l=!1;for("… 8 …extend.apply(null,[{}].concat(s))),t.expr[":"][l.toLowerCase()]=function(e){return!!t.data(e,l)},t… function
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/ |
| H A D | jquery.js | 2 …extend=k.fn.extend=function(){var e,t,n,r,i,o,a=arguments[0]||{},s=1,u=arguments.length,l=!1;for("… 8 …extend.apply(null,[{}].concat(s))),t.expr[":"][l.toLowerCase()]=function(e){return!!t.data(e,l)},t… function
|