Home
last modified time | relevance | path

Searched refs:expand_simple_binop (Results 1 – 23 of 23) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.c17586 *xorp = expand_simple_binop (intmode, ASHIFT, in ix86_expand_adjust_ufix_to_sfix_si()
17594 *xorp = expand_simple_binop (intmode, AND, in ix86_expand_adjust_ufix_to_sfix_si()
19004 tmp = expand_simple_binop (mode, PLUS, in ix86_expand_int_movcc()
19017 tmp = expand_simple_binop (mode, IOR, in ix86_expand_int_movcc()
19033 tmp = expand_simple_binop (mode, PLUS, in ix86_expand_int_movcc()
19056 tmp = expand_simple_binop (mode, AND, in ix86_expand_int_movcc()
19061 tmp = expand_simple_binop (mode, PLUS, in ix86_expand_int_movcc()
19141 out = expand_simple_binop (mode, IOR, in ix86_expand_int_movcc()
33164 x = expand_simple_binop (wsmode, ASHIFT, val, in ix86_expand_vector_init_duplicate()
35283 tmp = expand_simple_binop (mode, MINUS, in ix86_expand_floorceildf_32()
[all …]
H A Dsse.md3145 tmp[6] = expand_simple_binop (<ssepackfltmode>mode, XOR, tmp[4], tmp[5],
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c22002 *xorp = expand_simple_binop (intmode, ASHIFT, in ix86_expand_adjust_ufix_to_sfix_si()
22010 *xorp = expand_simple_binop (intmode, AND, in ix86_expand_adjust_ufix_to_sfix_si()
23489 tmp = expand_simple_binop (mode, PLUS, in ix86_expand_int_movcc()
23502 tmp = expand_simple_binop (mode, IOR, in ix86_expand_int_movcc()
23518 tmp = expand_simple_binop (mode, PLUS, in ix86_expand_int_movcc()
23541 tmp = expand_simple_binop (mode, AND, in ix86_expand_int_movcc()
23546 tmp = expand_simple_binop (mode, PLUS, in ix86_expand_int_movcc()
23625 out = expand_simple_binop (mode, IOR, in ix86_expand_int_movcc()
42888 x = expand_simple_binop (wsmode, ASHIFT, val, in ix86_expand_vector_init_duplicate()
45663 tmp = expand_simple_binop (mode, MINUS, in ix86_expand_floorceildf_32()
[all …]
H A Dsync.md794 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,
/dragonfly/contrib/gcc-4.7/gcc/
H A Difcvt.c1148 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 Dexpr.h167 extern rtx expand_simple_binop (enum machine_mode, enum rtx_code, rtx,
H A Doptabs.c1253 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 Dexpr.c1472 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 Dfunction.c1541 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 Dloop-unroll.c1032 niter = expand_simple_binop (desc->mode, AND, in unroll_loop_runtime_iterations()
H A Dbuiltins.c1593 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 Dstmt.c3186 new_index = expand_simple_binop (mode, MINUS, index, low_rtx, in emit_case_nodes()
H A Dmodulo-sched.c1162 sub_reg = expand_simple_binop (GET_MODE (count_reg), MINUS, in generate_prolog_epilog()
/dragonfly/contrib/gcc-8.0/gcc/
H A Difcvt.c1433 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 Doptabs.h183 extern rtx expand_simple_binop (machine_mode, enum rtx_code, rtx,
H A Dinternal-fn.c614 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 Doptabs.c904 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 Dbuiltins.c5087 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()
6321 result = expand_simple_binop (mode, AND, result, const1_rtx, target, in expand_ifn_atomic_bit_test_and()
[all …]
H A Dloop-unroll.c954 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 Dexpr.c1856 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 Dfunction.c1584 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 Dmodulo-sched.c1145 sub_reg = expand_simple_binop (GET_MODE (count_reg), MINUS, count_reg, in generate_prolog_epilog()
H A Dasan.c1203 tmp = expand_simple_binop (Pmode, PLUS, addr, gen_int_mode (4, Pmode), addr, in asan_clear_shadow()