/dflybsd-src/contrib/gcc-4.7/gcc/config/i386/ |
H A D | i386.c | 12416 new_rtx = expand_simple_binop (Pmode, PLUS, reg, pic_offset_table_rtx, in legitimize_pic_address() 15632 tmp = expand_simple_binop (Pmode, PLUS, tmp, addend, in ix86_expand_move() 16175 tmp = expand_simple_binop (Pmode, PLUS, stack_pointer_rtx, in ix86_expand_push() 16473 scratch = expand_simple_binop (mode, IOR, scratch, operands[3], in ix86_split_idivmod() 17448 x = expand_simple_binop (SImode, PLUS, input, GEN_INT (-2147483647 - 1), in ix86_expand_convert_uns_sidf_sse() 17457 x = expand_simple_binop (DFmode, PLUS, fp, x, target, 0, OPTAB_DIRECT); in ix86_expand_convert_uns_sidf_sse() 17478 fp_hi = expand_simple_binop (DFmode, MULT, fp_hi, x, fp_hi, 0, OPTAB_DIRECT); in ix86_expand_convert_sign_didf_sse() 17482 x = expand_simple_binop (DFmode, PLUS, fp_hi, fp_lo, target, in ix86_expand_convert_sign_didf_sse() 17498 int_lo = expand_simple_binop (SImode, AND, input, GEN_INT(0xffff), in ix86_expand_convert_uns_sisf_sse() 17500 int_hi = expand_simple_binop (SImode, LSHIFTRT, input, GEN_INT(16), in ix86_expand_convert_uns_sisf_sse() [all …]
|
H A D | i386.md | 11175 operands[0] = expand_simple_binop (Pmode, code, op0, op1, NULL_RTX, 0, 16728 x = expand_simple_binop (Pmode, MINUS, stack_pointer_rtx, operands[1], 16740 x = expand_simple_binop (Pmode, MINUS, stack_pointer_rtx, x, 17909 upper = expand_simple_binop (DImode, ASHIFT, upper, GEN_INT (32), 17911 reg = expand_simple_binop (DImode, IOR, reg, upper, reg, 1, 17957 upper = expand_simple_binop (DImode, ASHIFT, upper, GEN_INT (32), 17959 lower = expand_simple_binop (DImode, IOR, lower, upper, lower, 1, 18007 upper = expand_simple_binop (DImode, ASHIFT, upper, GEN_INT (32), 18009 reg = expand_simple_binop (DImode, IOR, reg, upper, reg, 1,
|
H A D | sse.md | 3145 tmp[6] = expand_simple_binop (<ssepackfltmode>mode, XOR, tmp[4], tmp[5],
|
/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/ |
H A D | i386.c | 16290 new_rtx = expand_simple_binop (Pmode, PLUS, pic_offset_table_rtx, in legitimize_pic_address() 16374 new_rtx = expand_simple_binop (Pmode, PLUS, in legitimize_pic_address() 20009 op1 = expand_simple_binop (Pmode, PLUS, op1, addend, in ix86_expand_move() 20803 scratch = expand_simple_binop (mode, IOR, scratch, operands[3], in ix86_split_idivmod() 21864 x = expand_simple_binop (SImode, PLUS, input, GEN_INT (-2147483647 - 1), in ix86_expand_convert_uns_sidf_sse() 21873 x = expand_simple_binop (DFmode, PLUS, fp, x, target, 0, OPTAB_DIRECT); in ix86_expand_convert_uns_sidf_sse() 21894 fp_hi = expand_simple_binop (DFmode, MULT, fp_hi, x, fp_hi, 0, OPTAB_DIRECT); in ix86_expand_convert_sign_didf_sse() 21898 x = expand_simple_binop (DFmode, PLUS, fp_hi, fp_lo, target, in ix86_expand_convert_sign_didf_sse() 21914 int_lo = expand_simple_binop (SImode, AND, input, GEN_INT(0xffff), in ix86_expand_convert_uns_sisf_sse() 21916 int_hi = expand_simple_binop (SImode, LSHIFTRT, input, GEN_INT(16), in ix86_expand_convert_uns_sisf_sse() [all …]
|
H A D | sync.md | 794 result = expand_simple_binop (<MODE>mode, ASHIFT, result, 831 result = expand_simple_binop (<MODE>mode, ASHIFT, result, 869 result = expand_simple_binop (<MODE>mode, ASHIFT, result,
|
H A D | i386.md | 12438 operands[0] = expand_simple_binop (Pmode, code, op0, op1, NULL_RTX, 0, 18457 x = expand_simple_binop (Pmode, MINUS, stack_pointer_rtx, x,
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | ifcvt.c | 1148 target = expand_simple_binop (mode, in noce_try_store_flag_constants() 1159 target = expand_simple_binop (mode, ASHIFT, in noce_try_store_flag_constants() 1168 target = expand_simple_binop (mode, IOR, in noce_try_store_flag_constants() 1177 target = expand_simple_binop (mode, AND, in noce_try_store_flag_constants() 1181 target = expand_simple_binop (mode, PLUS, in noce_try_store_flag_constants() 1274 target = expand_simple_binop (GET_MODE (if_info->x), in noce_try_addcc() 1322 target = expand_simple_binop (GET_MODE (if_info->x), AND, in noce_try_store_flag_mask() 1920 target = expand_simple_binop (GET_MODE (if_info->x), op, in noce_try_minmax()
|
H A D | expr.h | 167 extern rtx expand_simple_binop (enum machine_mode, enum rtx_code, rtx,
|
H A D | optabs.c | 1253 expand_simple_binop (enum machine_mode mode, enum rtx_code code, rtx op0, in expand_simple_binop() function 6971 sel = expand_simple_binop (selmode, PLUS, sel, sel, in expand_vec_perm() 6974 sel = expand_simple_binop (selmode, ASHIFT, sel, in expand_vec_perm() 7000 sel_qi = expand_simple_binop (qimode, PLUS, sel, tmp, in expand_vec_perm() 8040 result = expand_simple_binop (mode, AND, result, val, NULL_RTX, in expand_atomic_fetch_op() 8045 result = expand_simple_binop (mode, code, result, val, target, in expand_atomic_fetch_op() 8075 result = expand_simple_binop (mode, code, result, val, target, in expand_atomic_fetch_op() 8104 t1 = expand_simple_binop (mode, AND, t1, val, NULL_RTX, in expand_atomic_fetch_op() 8109 t1 = expand_simple_binop (mode, code, t1, val, NULL_RTX, true, in expand_atomic_fetch_op()
|
H A D | expr.c | 1472 tmp = expand_simple_binop (iter_mode, PLUS, iter, const1_rtx, iter, in emit_block_move_via_loop() 3087 temp = expand_simple_binop (Pmode, PLUS, stack_pointer_rtx, in emit_move_resolve_push() 6987 rtx temp = expand_simple_binop (GET_MODE (value), code, in force_operand() 6990 return expand_simple_binop (GET_MODE (value), code, temp, in force_operand() 7004 return expand_simple_binop (GET_MODE (value), code, op1, op2, in force_operand() 7021 return expand_simple_binop (GET_MODE (value), code, op1, op2, in force_operand() 7024 return expand_simple_binop (GET_MODE (value), code, op1, op2, in force_operand() 7563 result = expand_simple_binop (tmode, PLUS, result, tmp, subtarget, in expand_expr_addr_expr_1()
|
H A D | function.c | 1541 x = expand_simple_binop (GET_MODE (SET_DEST (set)), PLUS, in instantiate_virtual_regs_in_insn() 1662 x = expand_simple_binop (GET_MODE (x), PLUS, new_rtx, in instantiate_virtual_regs_in_insn() 1678 new_rtx = expand_simple_binop (GET_MODE (new_rtx), PLUS, new_rtx, in instantiate_virtual_regs_in_insn()
|
H A D | loop-unroll.c | 1032 niter = expand_simple_binop (desc->mode, AND, in unroll_loop_runtime_iterations()
|
H A D | builtins.c | 1593 incoming_args = expand_simple_binop (Pmode, MINUS, incoming_args, argsize, in expand_builtin_apply() 4884 temp = expand_simple_binop (Pmode, PLUS, tramp, addend, in round_trampoline_addr() 4886 tramp = expand_simple_binop (Pmode, AND, temp, mask, in round_trampoline_addr() 5562 ret = expand_simple_binop (mode, AND, ret, val, NULL_RTX, true, in expand_builtin_atomic_fetch_op() 5567 ret = expand_simple_binop (mode, code, ret, val, target, true, in expand_builtin_atomic_fetch_op()
|
H A D | stmt.c | 3186 new_index = expand_simple_binop (mode, MINUS, index, low_rtx, in emit_case_nodes()
|
H A D | modulo-sched.c | 1162 sub_reg = expand_simple_binop (GET_MODE (count_reg), MINUS, in generate_prolog_epilog()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | ifcvt.c | 1433 target = expand_simple_binop (mode, PLUS, in noce_try_store_flag_constants() 1439 target = expand_simple_binop (mode, subtract_flag_p ? MINUS : PLUS, in noce_try_store_flag_constants() 1454 target = expand_simple_binop (mode, ASHIFT, in noce_try_store_flag_constants() 1463 target = expand_simple_binop (mode, IOR, in noce_try_store_flag_constants() 1576 target = expand_simple_binop (GET_MODE (if_info->x), in noce_try_addcc() 1626 target = expand_simple_binop (GET_MODE (if_info->x), AND, in noce_try_store_flag_mask() 1829 target = expand_simple_binop (mode, AND, in noce_try_cmove() 1833 target = expand_simple_binop (mode, PLUS, in noce_try_cmove() 2528 target = expand_simple_binop (GET_MODE (if_info->x), op, in noce_try_minmax()
|
H A D | optabs.h | 183 extern rtx expand_simple_binop (machine_mode, enum rtx_code, rtx,
|
H A D | internal-fn.c | 614 lres = expand_simple_binop (tgtmode, AND, res, mask, NULL_RTX, in expand_arith_overflow_result_store() 1816 tem = expand_simple_binop (mode, MINUS, loxhi, tem, NULL_RTX, in expand_mul_overflow() 1830 tem = expand_simple_binop (mode, MINUS, loxhi, larger, NULL_RTX, in expand_mul_overflow() 1839 tem = expand_simple_binop (mode, PLUS, loxhi, tem, NULL_RTX, in expand_mul_overflow() 1866 tem = expand_simple_binop (mode, IOR, loxhishifted, tem, res, in expand_mul_overflow() 1891 tem = expand_simple_binop (hmode, PLUS, hipart0, const1_rtx, in expand_mul_overflow() 1900 tem = expand_simple_binop (hmode, PLUS, hipart1, const1_rtx, in expand_mul_overflow()
|
H A D | optabs.c | 904 expand_simple_binop (machine_mode mode, enum rtx_code code, rtx op0, in expand_simple_binop() function 5660 sel = expand_simple_binop (selmode, PLUS, sel, sel, in expand_vec_perm_var() 5663 sel = expand_simple_binop (selmode, ASHIFT, sel, in expand_vec_perm_var() 5687 sel_qi = expand_simple_binop (qimode, PLUS, sel, tmp, in expand_vec_perm_var() 6884 result = expand_simple_binop (mode, AND, result, val, NULL_RTX, in expand_atomic_fetch_op_no_fallback() 6889 result = expand_simple_binop (mode, code, result, val, target, in expand_atomic_fetch_op_no_fallback() 6979 result = expand_simple_binop (mode, code, result, val, target, in expand_atomic_fetch_op() 7011 t1 = expand_simple_binop (mode, AND, t1, val, NULL_RTX, in expand_atomic_fetch_op() 7016 t1 = expand_simple_binop (mode, code, t1, val, NULL_RTX, true, in expand_atomic_fetch_op()
|
H A D | builtins.c | 1601 incoming_args = expand_simple_binop (Pmode, MINUS, incoming_args, argsize, in expand_builtin_apply() 5087 rtx off = expand_simple_binop (Pmode, MINUS, virtual_stack_dynamic_rtx, in expand_asan_emit_allocas_unpoison() 5091 bot = expand_simple_binop (ptr_mode, PLUS, bot, off, NULL_RTX, 0, in expand_asan_emit_allocas_unpoison() 5341 temp = expand_simple_binop (Pmode, PLUS, tramp, addend, in round_trampoline_addr() 5343 tramp = expand_simple_binop (Pmode, AND, temp, mask, in round_trampoline_addr() 6236 ret = expand_simple_binop (mode, AND, ret, val, NULL_RTX, true, in expand_builtin_atomic_fetch_op() 6241 ret = expand_simple_binop (mode, code, ret, val, target, true, in expand_builtin_atomic_fetch_op() 6290 val = expand_simple_binop (mode, ASHIFT, const1_rtx, in expand_ifn_atomic_bit_test_and() 6310 val = expand_simple_binop (mode, ASHIFT, const1_rtx, in expand_ifn_atomic_bit_test_and() 6319 result = expand_simple_binop (mode, ASHIFTRT, result, bitval, in expand_ifn_atomic_bit_test_and() [all …]
|
H A D | loop-unroll.c | 954 niter = expand_simple_binop (desc->mode, PLUS, in unroll_loop_runtime_iterations() 963 niter = expand_simple_binop (desc->mode, AND, in unroll_loop_runtime_iterations()
|
H A D | expr.c | 1856 tmp = expand_simple_binop (iter_mode, PLUS, iter, const1_rtx, iter, in emit_block_move_via_loop() 3380 temp = expand_simple_binop (Pmode, PLUS, stack_pointer_rtx, in emit_move_resolve_push() 7480 rtx temp = expand_simple_binop (GET_MODE (value), code, in force_operand() 7483 return expand_simple_binop (GET_MODE (value), code, temp, in force_operand() 7497 return expand_simple_binop (GET_MODE (value), code, op1, op2, in force_operand() 7514 return expand_simple_binop (GET_MODE (value), code, op1, op2, in force_operand() 7517 return expand_simple_binop (GET_MODE (value), code, op1, op2, in force_operand() 8058 result = expand_simple_binop (tmode, PLUS, result, tmp, subtarget, in expand_expr_addr_expr_1()
|
H A D | function.c | 1584 x = expand_simple_binop (GET_MODE (SET_DEST (set)), PLUS, new_rtx, in instantiate_virtual_regs_in_insn() 1705 x = expand_simple_binop (GET_MODE (x), PLUS, new_rtx, in instantiate_virtual_regs_in_insn() 1721 new_rtx = expand_simple_binop in instantiate_virtual_regs_in_insn()
|
H A D | asan.c | 1203 tmp = expand_simple_binop (Pmode, PLUS, addr, gen_int_mode (4, Pmode), addr, in asan_clear_shadow()
|
H A D | modulo-sched.c | 1145 sub_reg = expand_simple_binop (GET_MODE (count_reg), MINUS, count_reg, in generate_prolog_epilog()
|