| /dragonfly/contrib/gcc-8.0/gcc/config/i386/ |
| HD | x86-tune-sched-atom.c | 62 if (!(GET_CODE (SET_SRC (set)) == MULT in do_reorder_for_imul() 77 && GET_CODE (SET_SRC (insn2)) == MULT in do_reorder_for_imul() 92 && GET_CODE (SET_SRC (insn1)) == MULT in do_reorder_for_imul()
|
| HD | mmx.md | 285 "ix86_fixup_binary_operands_no_copy (MULT, V2SFmode, operands);") 291 "TARGET_3DNOW && ix86_binary_operator_ok (MULT, V2SFmode, operands)" 712 "ix86_fixup_binary_operands_no_copy (MULT, V4HImode, operands);") 718 "TARGET_MMX && ix86_binary_operator_ok (MULT, V4HImode, operands)" 734 "ix86_fixup_binary_operands_no_copy (MULT, V4HImode, operands);") 746 "TARGET_MMX && ix86_binary_operator_ok (MULT, V4HImode, operands)" 762 "ix86_fixup_binary_operands_no_copy (MULT, V4HImode, operands);") 775 && ix86_binary_operator_ok (MULT, V4HImode, operands)" 800 "ix86_fixup_binary_operands_no_copy (MULT, V4HImode, operands);") 821 "TARGET_MMX && ix86_binary_operator_ok (MULT, V4HImode, operands)" [all …]
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | simplify-rtx.c | 748 if (GET_CODE (op) == MULT in simplify_unary_operation_1() 752 return simplify_gen_binary (MULT, mode, XEXP (op, 0), temp); in simplify_unary_operation_1() 862 && GET_CODE (XEXP (op, 0)) == MULT)) in simplify_unary_operation_1() 1057 if (GET_CODE (op) == MULT) in simplify_unary_operation_1() 1091 (MULT, mode, in simplify_unary_operation_1() 1170 if (GET_CODE (op) == MULT) in simplify_unary_operation_1() 1204 (MULT, mode, in simplify_unary_operation_1() 1988 else if (GET_CODE (lhs) == MULT in simplify_binary_operation_1() 2009 else if (GET_CODE (rhs) == MULT in simplify_binary_operation_1() 2035 tem = simplify_gen_binary (MULT, mode, lhs, coeff); in simplify_binary_operation_1() [all …]
|
| HD | loop-iv.c | 432 simplify_gen_binary (MULT, iv->extend_mode, in iv_subreg() 434 iv->step = simplify_gen_binary (MULT, iv->extend_mode, iv->step, iv->mult); in iv_subreg() 579 iv->base = simplify_gen_binary (MULT, mode, iv->base, mby); in iv_mult() 580 iv->step = simplify_gen_binary (MULT, mode, iv->step, mby); in iv_mult() 584 iv->delta = simplify_gen_binary (MULT, mode, iv->delta, mby); in iv_mult() 585 iv->mult = simplify_gen_binary (MULT, mode, iv->mult, mby); in iv_mult() 975 case MULT: in iv_analyze_expr() 1026 case MULT: in iv_analyze_expr() 1243 simplify_gen_binary (MULT, iv->extend_mode, in get_iv_value() 1258 simplify_gen_binary (MULT, iv->extend_mode, in get_iv_value() [all …]
|
| HD | loop-unroll.c | 1633 if (code != PLUS && code != MINUS && code != MULT && code != FMA) in analyze_insn_to_expand_var() 1997 incr = simplify_gen_binary (MULT, mode, in split_iv() 2153 case MULT: in insert_var_expansion_initialization() 2200 case MULT: in combine_var_copies_in_loop_exit() 2202 sum = simplify_gen_binary (MULT, GET_MODE (ve->reg), var, sum); in combine_var_copies_in_loop_exit()
|
| HD | explow.c | 304 || GET_CODE (x) == MULT) in break_out_memory_refs() 386 case MULT: in convert_memory_address_addr_space() 494 else if (GET_CODE (x) == MULT || GET_CODE (x) == MINUS) in memory_address_addr_space() 1902 case MULT: in rtx_to_tree_code()
|
| HD | combine.c | 2161 case MULT: in contains_muldiv() 2957 if (GET_CODE (i2src) == MULT in try_combine() 2958 || (i1 != 0 && GET_CODE (i1src) == MULT) in try_combine() 2959 || (i0 != 0 && GET_CODE (i0src) == MULT) in try_combine() 2961 && GET_CODE (SET_SRC (PATTERN (i3))) == MULT)) in try_combine() 3318 || (GET_CODE (newpat) == SET && GET_CODE (SET_SRC (newpat)) == MULT in try_combine() 3647 if (split_code == MULT in try_combine() 3698 else if ((code == PLUS || code == MULT) in try_combine() 3759 if (i2_code_number >= 0 && ! (split_code == MULT && ! have_mult)) in try_combine() 4964 if (set_src && code == MINUS && GET_CODE (XEXP (x, 1)) == MULT in find_split_point() [all …]
|
| HD | cfgexpand.c | 3074 return simplify_gen_binary (MULT, mode, op0, op1); in expand_debug_expr() 3106 simplify_gen_binary (MULT, mode, adj, op1), in expand_debug_expr() 3133 simplify_gen_binary (MULT, mode, adj, op1), in expand_debug_expr() 3142 simplify_gen_binary (MULT, mode, adj, op1), in expand_debug_expr() 3169 simplify_gen_binary (MULT, mode, adj, op1), in expand_debug_expr() 3178 simplify_gen_binary (MULT, mode, adj, op1), in expand_debug_expr() 3490 op0 = simplify_gen_binary (MULT, mode, op0, op1); in expand_debug_expr() 3510 op0 = simplify_gen_binary (MULT, mode, op0, op1); in expand_debug_expr()
|
| HD | regcprop.c | 556 if (code0 == MULT || code0 == SIGN_EXTEND || code0 == TRUNCATE in replace_oldest_value_addr() 563 else if (code1 == MULT || code1 == SIGN_EXTEND || code1 == TRUNCATE in replace_oldest_value_addr()
|
| /dragonfly/contrib/gcc-4.7/gcc/config/i386/ |
| HD | mmx.md | 408 "ix86_fixup_binary_operands_no_copy (MULT, V2SFmode, operands);") 414 "TARGET_3DNOW && ix86_binary_operator_ok (MULT, V2SFmode, operands)" 823 "ix86_fixup_binary_operands_no_copy (MULT, V4HImode, operands);") 829 "TARGET_MMX && ix86_binary_operator_ok (MULT, V4HImode, operands)" 845 "ix86_fixup_binary_operands_no_copy (MULT, V4HImode, operands);") 857 "TARGET_MMX && ix86_binary_operator_ok (MULT, V4HImode, operands)" 873 "ix86_fixup_binary_operands_no_copy (MULT, V4HImode, operands);") 886 && ix86_binary_operator_ok (MULT, V4HImode, operands)" 911 "ix86_fixup_binary_operands_no_copy (MULT, V4HImode, operands);") 932 "TARGET_MMX && ix86_binary_operator_ok (MULT, V4HImode, operands)" [all …]
|
| HD | sse.md | 811 "ix86_fixup_binary_operands_no_copy (MULT, <MODE>mode, operands);") 818 "TARGET_SSE && ix86_binary_operator_ok (MULT, <MODE>mode, operands)" 5026 "ix86_fixup_binary_operands_no_copy (MULT, <MODE>mode, operands);") 5032 "TARGET_SSE2 && ix86_binary_operator_ok (MULT, <MODE>mode, operands)" 5053 "ix86_fixup_binary_operands_no_copy (MULT, <MODE>mode, operands);") 5065 "TARGET_SSE2 && ix86_binary_operator_ok (MULT, <MODE>mode, operands)" 5089 "ix86_fixup_binary_operands_no_copy (MULT, V8SImode, operands);") 5104 "TARGET_AVX2 && ix86_binary_operator_ok (MULT, V8SImode, operands)" 5122 "ix86_fixup_binary_operands_no_copy (MULT, V4SImode, operands);") 5135 "TARGET_SSE2 && ix86_binary_operator_ok (MULT, V4SImode, operands)" [all …]
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | simplify-rtx.c | 666 || GET_CODE (op) == MULT)) in simplify_truncation() 1108 if (GET_CODE (op) == MULT in simplify_unary_operation_1() 1112 return simplify_gen_binary (MULT, mode, XEXP (op, 0), temp); in simplify_unary_operation_1() 1200 && GET_CODE (XEXP (op, 0)) == MULT) in simplify_unary_operation_1() 1437 if (GET_CODE (op) == MULT) in simplify_unary_operation_1() 1473 (MULT, mode, in simplify_unary_operation_1() 1577 if (GET_CODE (op) == MULT) in simplify_unary_operation_1() 1613 (MULT, mode, in simplify_unary_operation_1() 2301 else if (GET_CODE (lhs) == MULT in simplify_binary_operation_1() 2322 else if (GET_CODE (rhs) == MULT in simplify_binary_operation_1() [all …]
|
| HD | loop-iv.c | 433 simplify_gen_binary (MULT, iv->extend_mode, in iv_subreg() 435 iv->step = simplify_gen_binary (MULT, iv->extend_mode, iv->step, iv->mult); in iv_subreg() 587 iv->base = simplify_gen_binary (MULT, mode, iv->base, mby); in iv_mult() 588 iv->step = simplify_gen_binary (MULT, mode, iv->step, mby); in iv_mult() 592 iv->delta = simplify_gen_binary (MULT, mode, iv->delta, mby); in iv_mult() 593 iv->mult = simplify_gen_binary (MULT, mode, iv->mult, mby); in iv_mult() 969 case MULT: in iv_analyze_expr() 1020 case MULT: in iv_analyze_expr() 1243 simplify_gen_binary (MULT, iv->extend_mode, in get_iv_value() 1259 simplify_gen_binary (MULT, iv->extend_mode, in get_iv_value() [all …]
|
| HD | loop-unroll.c | 1396 if (code != PLUS && code != MINUS && code != MULT && code != FMA) in analyze_insn_to_expand_var() 1744 incr = simplify_gen_binary (MULT, mode, in split_iv() 1900 case MULT: in insert_var_expansion_initialization() 1947 case MULT: in combine_var_copies_in_loop_exit() 1949 sum = simplify_gen_binary (MULT, GET_MODE (ve->reg), var, sum); in combine_var_copies_in_loop_exit()
|
| HD | combine.c | 2302 case MULT: in contains_muldiv() 3101 if (GET_CODE (i2src) == MULT in try_combine() 3102 || (i1 != 0 && GET_CODE (i1src) == MULT) in try_combine() 3103 || (i0 != 0 && GET_CODE (i0src) == MULT) in try_combine() 3105 && GET_CODE (SET_SRC (PATTERN (i3))) == MULT)) in try_combine() 3461 || (GET_CODE (newpat) == SET && GET_CODE (SET_SRC (newpat)) == MULT in try_combine() 3809 if (split_code == MULT in try_combine() 3824 && GET_CODE (XEXP (*split, 0)) == MULT in try_combine() 3876 else if ((code == PLUS || code == MULT) in try_combine() 3936 if (i2_code_number >= 0 && ! (split_code == MULT && ! have_mult)) in try_combine() [all …]
|
| HD | explow.c | 273 || GET_CODE (x) == MULT) in break_out_memory_refs() 355 case MULT: in convert_memory_address_addr_space_1() 481 else if (GET_CODE (x) == MULT || GET_CODE (x) == MINUS) in memory_address_addr_space() 2251 case MULT: in rtx_to_tree_code()
|
| HD | rtlanal.c | 4208 case MULT: in rtx_cost() 4358 case MULT: in nonzero_bits_binary_arith_p() 4645 case MULT: in nonzero_bits1() 4680 case MULT: in nonzero_bits1() 4914 case MULT: in num_sign_bit_copies_binary_arith_p() 5225 case MULT: in num_sign_bit_copies1() 6155 return (code == MULT in binary_scale_code_p() 6482 if (GET_CODE (index) == MULT in get_index_scale()
|
| HD | optabs.def | 113 OPTAB_NL(smul_optab, "mul$Q$a3", MULT, "mul", '3', gen_int_fp_fixed_libfunc) 116 OPTAB_VL(smulv_optab, "mulv$I$a3", MULT, "mul", '3', gen_intv_fp_libfunc)
|
| HD | regcprop.c | 550 if (code0 == MULT || code0 == SIGN_EXTEND || code0 == TRUNCATE in replace_oldest_value_addr() 557 else if (code1 == MULT || code1 == SIGN_EXTEND || code1 == TRUNCATE in replace_oldest_value_addr()
|
| HD | cfgexpand.c | 4668 return simplify_gen_binary (MULT, mode, op0, op1); in expand_debug_expr() 4700 simplify_gen_binary (MULT, mode, adj, op1), in expand_debug_expr() 4727 simplify_gen_binary (MULT, mode, adj, op1), in expand_debug_expr() 4736 simplify_gen_binary (MULT, mode, adj, op1), in expand_debug_expr() 4763 simplify_gen_binary (MULT, mode, adj, op1), in expand_debug_expr() 4772 simplify_gen_binary (MULT, mode, adj, op1), in expand_debug_expr() 5138 op0 = simplify_gen_binary (MULT, mode, op0, op1); in expand_debug_expr() 5158 op0 = simplify_gen_binary (MULT, mode, op0, op1); in expand_debug_expr()
|
| /dragonfly/contrib/file/src/ |
| HD | apprentice.c | 938 #define MULT 10U in apprentice_magic_strength_1() macro 940 ssize_t val = 2 * MULT; /* baseline strength */ in apprentice_magic_strength_1() 1002 val += ts * MULT; in apprentice_magic_strength_1() 1008 val += m->vallen * MULT; in apprentice_magic_strength_1() 1013 val += m->vallen * MULT / 2; in apprentice_magic_strength_1() 1019 val += m->vallen * MAX(MULT / m->vallen, 1); in apprentice_magic_strength_1() 1024 val += v * MAX(MULT / v, 1); in apprentice_magic_strength_1() 1034 val += MULT; in apprentice_magic_strength_1() 1049 val += MULT; in apprentice_magic_strength_1() 1054 val -= 2 * MULT; in apprentice_magic_strength_1() [all …]
|
| /dragonfly/contrib/awk/ |
| HD | maketab.c | 61 { MULT, "arith", " * " },
|
| HD | awkgram.y | 57 %token <i> ADD MINUS MULT DIVIDE MOD 363 | term '*' term { $$ = op2(MULT, $1, $3); }
|
| /dragonfly/contrib/gcc-4.7/libcpp/include/ |
| HD | cpplib.h | 62 OP(MULT, "*") \
|
| /dragonfly/contrib/gcc-8.0/libcpp/include/ |
| HD | cpplib.h | 60 OP(MULT, "*") \
|