Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Ddoloop.c487 count = expand_simple_binop (GET_MODE (counter_reg), MINUS,
623 diff = expand_simple_binop (mode, MINUS,
675 diff = expand_simple_binop (mode, PLUS, diff, GEN_INT (abs_inc),
690 diff = expand_simple_binop (GET_MODE (diff), PLUS,
696 diff = expand_simple_binop (GET_MODE (diff), LSHIFTRT,
H A Difcvt.c800 target = expand_simple_binop (mode,
811 target = expand_simple_binop (mode, ASHIFT,
820 target = expand_simple_binop (mode, IOR,
829 target = expand_simple_binop (mode, AND,
833 target = expand_simple_binop (mode, PLUS,
898 target = expand_simple_binop (GET_MODE (if_info->x),
951 target = expand_simple_binop (GET_MODE (if_info->x), AND,
1487 target = expand_simple_binop (GET_MODE (if_info->x), op,
H A Dexpr.h251 extern rtx expand_simple_binop PARAMS ((enum machine_mode, enum rtx_code, rtx,
H A Dprofile.c1329 tmp = expand_simple_binop (mode, PLUS, mem_ref, const1_rtx,
H A Dfunction.c5861 temp = expand_simple_binop (Pmode, PLUS, tramp, addend,
5863 tramp = expand_simple_binop (Pmode, AND, temp, mask,
6507 tmp = expand_simple_binop (Pmode, AND, stack_pointer_rtx, GEN_INT(-align), in expand_main_function()
6510 tmp = expand_simple_binop (Pmode, PLUS, stack_pointer_rtx, in expand_main_function()
6512 tmp = expand_simple_binop (Pmode, AND, tmp, GEN_INT (-align), in expand_main_function()
H A Dunroll.c2358 result = expand_simple_binop (GET_MODE (dest_reg), PLUS, src_reg, increment,
3163 tem = expand_simple_binop (GET_MODE (tem), MINUS, tem,
H A Dexpr.c2120 tmp = expand_simple_binop (iter_mode, PLUS, iter, const1_rtx, iter,
5969 rtx temp = expand_simple_binop (GET_MODE (value), code,
5972 return expand_simple_binop (GET_MODE (value), code, temp,
5986 return expand_simple_binop (GET_MODE (value), code, op1, op2,
6007 return expand_simple_binop (GET_MODE (value), code, op1, op2,
6011 return expand_simple_binop (GET_MODE (value), code, op1, op2,
/openbsd-src/gnu/gcc/gcc/config/s390/
H A Ds390.c3853 cmp_op0 = expand_simple_binop (cmp_mode, XOR, cmp_op0, cmp_op1, in s390_expand_addcc()
3925 cmp_op0 = expand_simple_binop (cmp_mode, XOR, cmp_op0, cmp_op1, in s390_expand_addcc()
4089 val = expand_simple_binop (SImode, AND, val, GEN_INT (GET_MODE_MASK (mode)), in s390_expand_mask_and_shift()
4091 return expand_simple_binop (SImode, ASHIFT, val, count, in s390_expand_mask_and_shift()
4130 align = expand_simple_binop (Pmode, AND, addr, in init_alignment_context()
4140 byteoffset = expand_simple_binop (Pmode, AND, addr, in init_alignment_context()
4144 ac->shift = expand_simple_binop (SImode, MINUS, ac->shift, byteoffset, in init_alignment_context()
4149 ac->shift = expand_simple_binop (SImode, MULT, ac->shift, GEN_INT (BITS_PER_UNIT), in init_alignment_context()
4152 ac->modemask = expand_simple_binop (SImode, ASHIFT, in init_alignment_context()
4185 val = expand_simple_binop (SImode, AND, ac.memsi, ac.modemaski, in s390_expand_cs_hqi()
[all …]
/openbsd-src/gnu/gcc/gcc/
H A Difcvt.c979 target = expand_simple_binop (mode, in noce_try_store_flag_constants()
990 target = expand_simple_binop (mode, ASHIFT, in noce_try_store_flag_constants()
999 target = expand_simple_binop (mode, IOR, in noce_try_store_flag_constants()
1008 target = expand_simple_binop (mode, AND, in noce_try_store_flag_constants()
1012 target = expand_simple_binop (mode, PLUS, in noce_try_store_flag_constants()
1106 target = expand_simple_binop (GET_MODE (if_info->x), in noce_try_addcc()
1155 target = expand_simple_binop (GET_MODE (if_info->x), AND, in noce_try_store_flag_mask()
1697 target = expand_simple_binop (GET_MODE (if_info->x), op, in noce_try_minmax()
H A Dexpmed.c1937 a1 = expand_simple_binop (Pmode, AND, force_operand (base, NULL), in extract_force_align_mem_bit_field()
1946 a2 = expand_simple_binop (Pmode, AND, force_operand (a2, NULL), in extract_force_align_mem_bit_field()
1969 v2 = expand_simple_binop (dmode, ASHIFT, v2, GEN_INT (m_bitsize), in extract_force_align_mem_bit_field()
1973 comb = expand_simple_binop (dmode, IOR, v1, v2, NULL, in extract_force_align_mem_bit_field()
1979 shift = expand_simple_binop (Pmode, AND, base, GEN_INT (m_size - 1), in extract_force_align_mem_bit_field()
1987 shift = expand_simple_binop (Pmode, PLUS, shift, GEN_INT (bitpos), in extract_force_align_mem_bit_field()
2011 comb = expand_simple_binop (dmode, unsignedp ? LSHIFTRT : ASHIFTRT, in extract_force_align_mem_bit_field()
2021 result = expand_simple_binop (mode, ASHIFT, result, in extract_force_align_mem_bit_field()
2025 result = expand_simple_binop (mode, unsignedp ? LSHIFTRT : ASHIFTRT, in extract_force_align_mem_bit_field()
H A Dexpr.h265 extern rtx expand_simple_binop (enum machine_mode, enum rtx_code, rtx,
H A Dexpr.c1479 tmp = expand_simple_binop (iter_mode, PLUS, iter, const1_rtx, iter, in emit_block_move_via_loop()
2944 temp = expand_simple_binop (Pmode, PLUS, stack_pointer_rtx, in emit_move_resolve_push()
5977 rtx temp = expand_simple_binop (GET_MODE (value), code, in force_operand()
5980 return expand_simple_binop (GET_MODE (value), code, temp, in force_operand()
5994 return expand_simple_binop (GET_MODE (value), code, op1, op2, in force_operand()
6015 return expand_simple_binop (GET_MODE (value), code, op1, op2, in force_operand()
6019 return expand_simple_binop (GET_MODE (value), code, op1, op2, in force_operand()
6560 result = expand_simple_binop (tmode, PLUS, result, tmp, subtarget, in expand_expr_addr_expr_1()
H A Dfunction.c1390 x = expand_simple_binop (GET_MODE (SET_DEST (set)), PLUS, in instantiate_virtual_regs_in_insn()
1497 x = expand_simple_binop (GET_MODE (x), PLUS, new, in instantiate_virtual_regs_in_insn()
1513 new = expand_simple_binop (GET_MODE (new), PLUS, new, in instantiate_virtual_regs_in_insn()
H A Doptabs.c1153 expand_simple_binop (enum machine_mode mode, enum rtx_code code, rtx op0, in expand_simple_binop() function
6051 t1 = expand_simple_binop (mode, code, t1, val, NULL_RTX, in expand_sync_operation()
6181 target = expand_simple_binop (mode, code, target, val, NULL_RTX, in expand_sync_fetch_operation()
6208 t1 = expand_simple_binop (mode, code, t1, val, NULL_RTX, in expand_sync_fetch_operation()
H A Dloop-unroll.c1003 niter = expand_simple_binop (desc->mode, AND, in unroll_loop_runtime_iterations()
H A Dstmt.c3289 new_index = expand_simple_binop (mode, MINUS, index, low_rtx, in emit_case_nodes()
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Di386.c6757 new = expand_simple_binop (Pmode, PLUS, reg, pic_offset_table_rtx, in legitimize_pic_address()
9093 op1 = expand_simple_binop (Pmode, PLUS, op1, addend, in ix86_expand_move()
9331 tmp = expand_simple_binop (Pmode, PLUS, stack_pointer_rtx, in ix86_expand_push()
11071 tmp = expand_simple_binop (mode, PLUS, in ix86_expand_int_movcc()
11084 tmp = expand_simple_binop (mode, IOR, in ix86_expand_int_movcc()
11100 tmp = expand_simple_binop (mode, PLUS, in ix86_expand_int_movcc()
11123 tmp = expand_simple_binop (mode, AND, in ix86_expand_int_movcc()
11128 tmp = expand_simple_binop (mode, PLUS, in ix86_expand_int_movcc()
11204 out = expand_simple_binop (mode, IOR, in ix86_expand_int_movcc()
11344 out = expand_simple_binop (mode, PLUS, copy_rtx (out), constm1_rtx, in ix86_expand_int_movcc()
[all …]
/openbsd-src/gnu/gcc/gcc/config/alpha/
H A Dalpha.c1062 x = expand_simple_binop (Pmode, PLUS, XEXP (x, 0), in alpha_legitimize_address()
1198 x = expand_simple_binop (Pmode, PLUS, x, GEN_INT (addend), in alpha_legitimize_address()
1202 x = expand_simple_binop (Pmode, PLUS, x, GEN_INT (high), in alpha_legitimize_address()
1604 return expand_simple_binop (Pmode, PLUS, addr, GEN_INT (ofs & 7), in get_unaligned_offset()
3403 exth = expand_simple_binop (DImode, ASHIFT, exth, GEN_INT (8), in alpha_expand_unaligned_load()
3405 addr = expand_simple_binop (DImode, IOR, extl, exth, in alpha_expand_unaligned_load()
3550 dsth = expand_simple_binop (DImode, LSHIFTRT, src, GEN_INT (8), in alpha_expand_unaligned_store()
4646 align = expand_simple_binop (Pmode, AND, addr, GEN_INT (-8), in alpha_expand_compare_and_swap_12()
4743 align = expand_simple_binop (Pmode, AND, addr, GEN_INT (-8), in alpha_expand_lock_test_and_set_12()
/openbsd-src/gnu/gcc/gcc/config/score/
H A Dscore-mdaux.c948 final_dst = expand_simple_binop (Pmode, PLUS, dst_reg, GEN_INT (length), in mdx_block_move_loop()
H A Dscore.c164 reg = expand_simple_binop (GET_MODE (reg), PLUS, in score_add_offset()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.c9385 tmp = expand_simple_binop (mode, PLUS,
9398 tmp = expand_simple_binop (mode, IOR,
9414 tmp = expand_simple_binop (mode, PLUS,
9437 tmp = expand_simple_binop (mode, AND,
9442 tmp = expand_simple_binop (mode, PLUS,
9519 out = expand_simple_binop (mode, IOR,
9659 out = expand_simple_binop (mode, PLUS, out, constm1_rtx,
9663 out = expand_simple_binop (mode, AND, out,
9667 out = expand_simple_binop (mode, PLUS, out, GEN_INT (ct),
/openbsd-src/gnu/usr.bin/gcc/gcc/config/romp/
H A Dromp.c2058 temp = expand_simple_binop (SImode, PLUS, tramp, GEN_INT (4),
/openbsd-src/gnu/gcc/gcc/config/ia64/
H A Dia64.c1044 op0 = expand_simple_binop (Pmode, PLUS, op0, GEN_INT (addend), in ia64_expand_tls_address()
1113 op1 = expand_simple_binop (mode, PLUS, subtarget, in ia64_expand_move()
2113 new_reg = expand_simple_binop (mode, PLUS, old_dst, val, new_dst, in ia64_expand_atomic_op()
2152 new_reg = expand_simple_binop (DImode, code, new_reg, val, NULL_RTX, in ia64_expand_atomic_op()
/openbsd-src/gnu/gcc/gcc/config/sh/
H A Dsh.h1989 (TRAMP) = expand_simple_binop (Pmode, PLUS, (TRAMP), const1_rtx, \
/openbsd-src/gnu/usr.bin/gcc/gcc/config/sh/
H A Dsh.h2030 (TRAMP) = expand_simple_binop (Pmode, PLUS, (TRAMP), GEN_INT (1), \

12