| /netbsd/src/external/gpl3/gcc/dist/gcc/config/lm32/ |
| 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
|
| D | lm32.opt | 34 msign-extend-enabled 36 Enable sign extend instructions.
|
| D | t-lm32 | 2 MULTILIB_OPTIONS = mbarrel-shift-enabled mmultiply-enabled mdivide-enabled msign-extend-enabled
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| 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/ |
| 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/gpl3/gcc/dist/gcc/ |
| 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/gdb/dist/sim/common/ |
| D | gennltvals.py | 132 new_lines.extend( 136 new_lines.extend(old_lines[end_i:]) 192 new_lines_c.extend( 203 new_lines_h.extend( 211 new_lines_c.extend( 219 new_lines_h.extend( 223 new_lines_c.extend(new_lines_c_end) 226 new_lines_h.extend(new_lines_h_end)
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/python/ |
| D | python-config.py | 63 flags.extend(getvar("CFLAGS").split()) 69 libs.extend(getvar("LIBS").split()) 71 libs.extend(getvar("SYSLIBS").split()) 81 libs.extend(getvar("LINKFORSHARED").split())
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/config/lm32/ |
| D | t-uclinux | 1 CRTSTUFF_T_CFLAGS = $(PICFLAG) -msign-extend-enabled 2 HOST_LIBGCC2_CFLAGS += -msign-extend-enabled
|
| D | t-elf | 1 CRTSTUFF_T_CFLAGS = -G 0 -msign-extend-enabled 2 HOST_LIBGCC2_CFLAGS += -G 0 -msign-extend-enabled
|
| /netbsd/src/games/mille/ |
| D | misc.c | 130 extend: in check_ext() 161 goto extend; in check_ext() 166 goto extend; in check_ext()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/ |
| D | aarch-common-protos.h | 61 const int extend; /* Zero/sign extension. */ member 76 const int extend; member
|
| D | marvell-pj4.md | 80 extend,\ 91 extend,\ 103 extend,\ 112 extend,\
|
| /netbsd/src/external/lgpl3/gmp/dist/mpn/ia64/ |
| D | dive_1.asm | 89 ` addp4 rp = 0, rp C M2 rp extend 90 addp4 up = 0, up C M3 up extend
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | mips-dis.c | 2115 unsigned extend, bool is_offset) in print_mips16_insn_arg() argument 2125 extend = 0; in print_mips16_insn_arg() 2149 unsigned int amask = extend & 0xf; in print_mips16_insn_arg() 2150 unsigned int nsreg = (extend >> 8) & 0x7; in print_mips16_insn_arg() 2154 unsigned int frame_size = ((extend & 0xf0) | (insn & 0x0f)) * 8; in print_mips16_insn_arg() 2183 uval = ((extend & 0x1f) << 21) | ((extend & 0x3e0) << 11) | insn; in print_mips16_insn_arg() 2185 uval = ((extend & 0x1f) << 11) | (extend & 0x7e0) | (insn & 0x1f); in print_mips16_insn_arg() 2187 uval = ((extend & 0xf) << 11) | (extend & 0x7f0) | (insn & 0xf); in print_mips16_insn_arg() 2189 uval = ((extend >> 6) & 0x1f) | (extend & 0x20); in print_mips16_insn_arg() 2191 uval = mips_extract_operand (operand, (extend << 16) | insn); in print_mips16_insn_arg()
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | mips-dis.c | 2115 unsigned extend, bool is_offset) in print_mips16_insn_arg() argument 2125 extend = 0; in print_mips16_insn_arg() 2149 unsigned int amask = extend & 0xf; in print_mips16_insn_arg() 2150 unsigned int nsreg = (extend >> 8) & 0x7; in print_mips16_insn_arg() 2154 unsigned int frame_size = ((extend & 0xf0) | (insn & 0x0f)) * 8; in print_mips16_insn_arg() 2183 uval = ((extend & 0x1f) << 21) | ((extend & 0x3e0) << 11) | insn; in print_mips16_insn_arg() 2185 uval = ((extend & 0x1f) << 11) | (extend & 0x7e0) | (insn & 0x1f); in print_mips16_insn_arg() 2187 uval = ((extend & 0xf) << 11) | (extend & 0x7f0) | (insn & 0xf); in print_mips16_insn_arg() 2189 uval = ((extend >> 6) & 0x1f) | (extend & 0x20); in print_mips16_insn_arg() 2191 uval = mips_extract_operand (operand, (extend << 16) | insn); in print_mips16_insn_arg()
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/config/avr/ |
| D | lib1funcs.S | 272 ;; Sign-extend B0 277 ;; Zero-extend A0 295 ;; 1-extend A after the multiplication 380 ;; Zero-extend B 383 ;; Zero-extend A 392 ;; Sign-extend B 397 ;; Sign-extend A 404 ;; Zero-extend A and __mulsi3 will run at least twice as fast 526 ;; Sign-extend B 531 1: ;; Sign-extend A [all …]
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/wind/ |
| D | gen-normalize.py | 115 normalizeValTable.extend(vec) # [("0x%s" % i) for i in vec]) 192 next_table.extend(n)
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/rx/ |
| D | rx.cc | 3384 rtx extend, mem, offset; in rx_adjust_insn_length() local 3458 extend = single_set (insn); in rx_adjust_insn_length() 3459 gcc_assert (extend != NULL_RTX); in rx_adjust_insn_length() 3461 extend = SET_SRC (extend); in rx_adjust_insn_length() 3462 if (GET_CODE (XEXP (extend, 0)) == ZERO_EXTEND in rx_adjust_insn_length() 3463 || GET_CODE (XEXP (extend, 0)) == SIGN_EXTEND) in rx_adjust_insn_length() 3464 extend = XEXP (extend, 0); in rx_adjust_insn_length() 3466 extend = XEXP (extend, 1); in rx_adjust_insn_length() 3468 gcc_assert ((zero && (GET_CODE (extend) == ZERO_EXTEND)) in rx_adjust_insn_length() 3469 || (! zero && (GET_CODE (extend) == SIGN_EXTEND))); in rx_adjust_insn_length() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/avr/ |
| D | avr-passes.def | 42 a sign-extend or zero-extend from QImode or HImode precedes the casesi
|
| /netbsd/src/external/gpl3/binutils/dist/gas/doc/ |
| D | c-lm32.texi | 42 @cindex @code{-msign-extend-enabled} command-line option, LM32 43 @item -msign-extend-enabled 44 Enable sign extend instructions.
|
| /netbsd/src/sys/uvm/ |
| D | uvm_mremap.c | 185 goto extend; in uvm_mremap() 221 extend: in uvm_mremap()
|
| /netbsd/src/sys/arch/i386/stand/lib/ |
| D | biosvideomode.S | 52 # zero-extend 16-bit result to 32 bits.
|
| /netbsd/src/external/ibm-public/postfix/dist/src/global/ |
| D | header_body_checks.h | 41 …char *(*extend) (void *, const char *, ssize_t, const char *, const char *, const char *, ssize_… member
|
| /netbsd/src/sys/arch/m68k/fpsp/ |
| D | binstr.sa | 126 addx.w d6,d1 ;add in extend from mul by 2 132 addx.l d4,d2 ;add with extend upper 32 bits 134 addx.w d6,d1 ;add in extend from add to d1
|