Home
last modified time | relevance | path

Searched refs:MULT (Results 1 – 25 of 68) sorted by relevance

123

/NextBSD/contrib/file/src/
HDapprentice.c783 #define MULT 10 in apprentice_magic_strength() macro
784 size_t v, val = 2 * MULT; /* baseline strength */ in apprentice_magic_strength()
793 val += 1 * MULT; in apprentice_magic_strength()
799 val += 2 * MULT; in apprentice_magic_strength()
806 val += 4 * MULT; in apprentice_magic_strength()
811 val += m->vallen * MULT; in apprentice_magic_strength()
816 val += m->vallen * MULT / 2; in apprentice_magic_strength()
820 val += m->vallen * MAX(MULT / m->vallen, 1); in apprentice_magic_strength()
825 val += v * MAX(MULT / v, 1); in apprentice_magic_strength()
839 val += 4 * MULT; in apprentice_magic_strength()
[all …]
/NextBSD/usr.bin/xlint/lint1/
HDop.h74 MULT, enumerator
HDtree.c121 { MULT, { 1,0,0,0,1,1,1,0,1,0,0,1,0,0,0,1,1, in initmtab()
1165 case MULT: in typeok()
2460 rn = mktnode(MULT, rn->tn_type, rn, ctn); in bldplmi()
2603 rn = mktnode(MULT, rn->tn_type, rn, ctn); in bldasgn()
2758 case MULT: in fold()
2947 case MULT: in foldflt()
3613 case MULT: in chkmisc()
4025 case MULT: in precconf()
/NextBSD/contrib/gcc/
HDsimplify-rtx.c550 if (GET_CODE (op) == MULT in simplify_unary_operation_1()
554 return simplify_gen_binary (MULT, mode, temp, XEXP (op, 1)); in simplify_unary_operation_1()
665 && GET_CODE (XEXP (op, 0)) == MULT)) in simplify_unary_operation_1()
1550 else if (GET_CODE (lhs) == MULT in simplify_binary_operation_1()
1573 else if (GET_CODE (rhs) == MULT in simplify_binary_operation_1()
1600 tem = simplify_gen_binary (MULT, mode, lhs, coeff); in simplify_binary_operation_1()
1618 if (GET_CODE (op0) == MULT in simplify_binary_operation_1()
1626 simplify_gen_binary (MULT, mode, in simplify_binary_operation_1()
1744 else if (GET_CODE (lhs) == MULT in simplify_binary_operation_1()
1767 else if (GET_CODE (rhs) == MULT in simplify_binary_operation_1()
[all …]
HDloop-iv.c408 simplify_gen_binary (MULT, iv->extend_mode, in iv_subreg()
410 iv->step = simplify_gen_binary (MULT, iv->extend_mode, iv->step, iv->mult); in iv_subreg()
555 iv->base = simplify_gen_binary (MULT, mode, iv->base, mby); in iv_mult()
556 iv->step = simplify_gen_binary (MULT, mode, iv->step, mby); in iv_mult()
560 iv->delta = simplify_gen_binary (MULT, mode, iv->delta, mby); in iv_mult()
561 iv->mult = simplify_gen_binary (MULT, mode, iv->mult, mby); in iv_mult()
949 case MULT: in iv_analyze_expr()
1000 case MULT: in iv_analyze_expr()
1209 simplify_gen_binary (MULT, iv->extend_mode, in get_iv_value()
1224 simplify_gen_binary (MULT, iv->extend_mode, in get_iv_value()
[all …]
HDexplow.c296 || GET_CODE (x) == MULT) in break_out_memory_refs()
375 case MULT: in convert_memory_address()
464 else if (GET_CODE (x) == MULT || GET_CODE (x) == MINUS) in memory_address()
1531 case MULT: in rtx_to_tree_code()
HDloop-unroll.c1566 && GET_CODE (src) != MULT) in analyze_insn_to_expand_var()
1875 incr = simplify_gen_binary (MULT, mode, in split_iv()
1998 else if (ve->op == MULT) in insert_var_expansion_initialization()
2041 else if (ve->op == MULT) in combine_var_copies_in_loop_exit()
2044 sum = simplify_gen_binary (MULT, GET_MODE (ve->reg), in combine_var_copies_in_loop_exit()
HDcombine.c1582 case MULT: in contains_muldiv()
2170 if (GET_CODE (i2src) == MULT in try_combine()
2171 || (i1 != 0 && GET_CODE (i1src) == MULT) in try_combine()
2173 && GET_CODE (SET_SRC (PATTERN (i3))) == MULT)) in try_combine()
2408 || (GET_CODE (newpat) == SET && GET_CODE (SET_SRC (newpat)) == MULT in try_combine()
2728 if (split_code == MULT in try_combine()
2779 else if ((code == PLUS || code == MULT) in try_combine()
2840 if (i2_code_number >= 0 && ! (split_code == MULT && ! have_mult)) in try_combine()
4332 if ((code == PLUS || code == MINUS || code == MULT || code == DIV in combine_simplify_rtx()
4354 : code == DIV ? MULT in combine_simplify_rtx()
[all …]
HDregrename.c546 if (code0 == MULT || code0 == SIGN_EXTEND || code0 == TRUNCATE in scan_rtx_address()
553 else if (code1 == MULT || code1 == SIGN_EXTEND || code1 == TRUNCATE in scan_rtx_address()
1470 if (code0 == MULT || code0 == SIGN_EXTEND || code0 == TRUNCATE in replace_oldest_value_addr()
1477 else if (code1 == MULT || code1 == SIGN_EXTEND || code1 == TRUNCATE in replace_oldest_value_addr()
HDsched-vis.c119 case MULT: in print_exp()
HDfinal.c2536 || GET_CODE (recog_data.operand[i]) == MULT in cleanup_subreg_operands()
2546 || GET_CODE (*recog_data.dup_loc[i]) == MULT in cleanup_subreg_operands()
2609 case MULT: in walk_alter_subreg()
HDrtlanal.c3249 case MULT: in rtx_cost()
3608 case MULT: in nonzero_bits1()
3643 case MULT: in nonzero_bits1()
4144 case MULT: in num_sign_bit_copies1()
HDgenattrtab.c938 case MULT: in check_attr_value()
3179 case PLUS: case MINUS: case MULT: case DIV: case MOD: in write_test_expr()
3221 case MULT: in write_test_expr()
3992 case MULT: in write_attr_value()
HDregclass.c2044 || code1 == MULT) in record_address_regs()
2050 || code0 == MULT) in record_address_regs()
/NextBSD/contrib/one-true-awk/
HDmaketab.c61 { MULT, "arith", " * " },
HDawkgram.y57 %token <i> ADD MINUS MULT DIVIDE MOD
355 | term '*' term { $$ = op2(MULT, $1, $3); }
/NextBSD/contrib/gcc/config/i386/
HDmmx.md245 "TARGET_3DNOW && ix86_binary_operator_ok (MULT, V2SFmode, operands)"
646 "TARGET_MMX && ix86_binary_operator_ok (MULT, V4HImode, operands)"
660 "TARGET_MMX && ix86_binary_operator_ok (MULT, V4HImode, operands)"
675 && ix86_binary_operator_ok (MULT, V4HImode, operands)"
699 "TARGET_MMX && ix86_binary_operator_ok (MULT, V4HImode, operands)"
717 "TARGET_3DNOW && ix86_binary_operator_ok (MULT, V4HImode, operands)"
733 "TARGET_SSE2 && ix86_binary_operator_ok (MULT, V2SImode, operands)"
HDsse.md349 "ix86_fixup_binary_operands_no_copy (MULT, V4SFmode, operands);")
355 "TARGET_SSE && ix86_binary_operator_ok (MULT, V4SFmode, operands)"
367 "TARGET_SSE && ix86_binary_operator_ok (MULT, V4SFmode, operands)"
1423 "ix86_fixup_binary_operands_no_copy (MULT, V2DFmode, operands);")
1429 "TARGET_SSE2 && ix86_binary_operator_ok (MULT, V2DFmode, operands)"
1441 "TARGET_SSE2 && ix86_binary_operator_ok (MULT, V2DFmode, operands)"
2518 "ix86_fixup_binary_operands_no_copy (MULT, V8HImode, operands);")
2524 "TARGET_SSE2 && ix86_binary_operator_ok (MULT, V8HImode, operands)"
2539 "TARGET_SSE2 && ix86_binary_operator_ok (MULT, V8HImode, operands)"
2554 "TARGET_SSE2 && ix86_binary_operator_ok (MULT, V8HImode, operands)"
[all …]
/NextBSD/contrib/gcc/config/mips/
HD4k.md89 ;; 4Kp slow iterative 2-op MULT
HDpredicates.md266 return (GET_CODE (mult) == MULT
/NextBSD/contrib/llvm/lib/Target/Mips/
HDMipsDSPInstrFormats.td206 // MULT sub-class format.
HDMipsISelLowering.h141 MULT, enumerator
/NextBSD/contrib/gcclibs/libcpp/include/
HDcpplib.h66 OP(MULT, "*") \
/NextBSD/contrib/gcc/config/arm/
HDarm.c3651 if (code == MULT) in arm_legitimate_index_p()
4301 case MULT: in thumb_rtx_costs()
4473 || (subcode == MULT in arm_rtx_costs_1()
4485 if (GET_CODE (XEXP (x, 0)) == MULT) in arm_rtx_costs_1()
4535 || (subcode == MULT in arm_rtx_costs_1()
4546 case MULT: in arm_rtx_costs_1()
4553 && GET_CODE (XEXP (XEXP (x, 0), 0)) == MULT in arm_rtx_costs_1()
4761 case MULT: in arm_size_rtx_costs()
4880 case MULT: in arm_slowmul_rtx_costs()
4934 case MULT: in arm_fastmul_rtx_costs()
[all …]
/NextBSD/contrib/gcc/config/s390/
HDs390.c2141 && GET_CODE (XEXP (x, 0)) == MULT in s390_rtx_costs()
2149 *total += rtx_cost (XEXP (XEXP (x, 0), 0), MULT) in s390_rtx_costs()
2150 + rtx_cost (XEXP (XEXP (x, 0), 1), MULT) in s390_rtx_costs()
2157 case MULT: in s390_rtx_costs()
2281 if (outer_code == MULT || outer_code == DIV || outer_code == MOD in s390_rtx_costs()
4149 ac->shift = expand_simple_binop (SImode, MULT, ac->shift, GEN_INT (BITS_PER_UNIT), in init_alignment_context()
4261 else if (code == MULT || code == AND) /* val = "11..1<val>11..1" */ in s390_expand_atomic()
4299 case MULT: /* NAND */ in s390_expand_atomic()

123