| /NextBSD/contrib/gcc/config/s390/ |
| HD | s390.c | 3853 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 …]
|
| /NextBSD/contrib/gcc/ |
| HD | ifcvt.c | 979 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()
|
| HD | expmed.c | 1937 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()
|
| HD | expr.h | 265 extern rtx expand_simple_binop (enum machine_mode, enum rtx_code, rtx,
|
| HD | expr.c | 1478 tmp = expand_simple_binop (iter_mode, PLUS, iter, const1_rtx, iter, in emit_block_move_via_loop() 2940 temp = expand_simple_binop (Pmode, PLUS, stack_pointer_rtx, in emit_move_resolve_push() 6022 rtx temp = expand_simple_binop (GET_MODE (value), code, in force_operand() 6025 return expand_simple_binop (GET_MODE (value), code, temp, in force_operand() 6039 return expand_simple_binop (GET_MODE (value), code, op1, op2, in force_operand() 6060 return expand_simple_binop (GET_MODE (value), code, op1, op2, in force_operand() 6064 return expand_simple_binop (GET_MODE (value), code, op1, op2, in force_operand() 6605 result = expand_simple_binop (tmode, PLUS, result, tmp, subtarget, in expand_expr_addr_expr_1()
|
| HD | optabs.c | 1153 expand_simple_binop (enum machine_mode mode, enum rtx_code code, rtx op0, in expand_simple_binop() function 6061 t1 = expand_simple_binop (mode, code, t1, val, NULL_RTX, in expand_sync_operation() 6191 target = expand_simple_binop (mode, code, target, val, NULL_RTX, in expand_sync_fetch_operation() 6218 t1 = expand_simple_binop (mode, code, t1, val, NULL_RTX, in expand_sync_fetch_operation()
|
| HD | function.c | 1398 x = expand_simple_binop (GET_MODE (SET_DEST (set)), PLUS, in instantiate_virtual_regs_in_insn() 1505 x = expand_simple_binop (GET_MODE (x), PLUS, new, in instantiate_virtual_regs_in_insn() 1521 new = expand_simple_binop (GET_MODE (new), PLUS, new, in instantiate_virtual_regs_in_insn()
|
| HD | loop-unroll.c | 1003 niter = expand_simple_binop (desc->mode, AND, in unroll_loop_runtime_iterations()
|
| HD | stmt.c | 3300 new_index = expand_simple_binop (mode, MINUS, index, low_rtx, in emit_case_nodes()
|
| HD | builtins.c | 1394 incoming_args = expand_simple_binop (Pmode, MINUS, incoming_args, argsize, in expand_builtin_apply() 5236 temp = expand_simple_binop (Pmode, PLUS, tramp, addend, in round_trampoline_addr() 5238 tramp = expand_simple_binop (Pmode, AND, temp, mask, in round_trampoline_addr()
|
| HD | ChangeLog-2005 | 7385 expand_simple_binop for EXPAND_INITIALIZER. 11941 * loop.c (loop_givs_rescan): Use expand_simple_binop instead of 22924 (expand_ternary_op, expand_simple_binop, expand_binop,
|
| HD | ChangeLog-2001 | 13516 * optabs.c (expand_simple_binop, expand_simple_unop,
|
| HD | ChangeLog-2002 | 31404 expand_simple_binop instead of expand_binop.
|
| /NextBSD/contrib/gcc/config/i386/ |
| HD | i386.c | 6969 new = expand_simple_binop (Pmode, PLUS, reg, pic_offset_table_rtx, in legitimize_pic_address() 9305 op1 = expand_simple_binop (Pmode, PLUS, op1, addend, in ix86_expand_move() 9559 tmp = expand_simple_binop (Pmode, PLUS, stack_pointer_rtx, in ix86_expand_push() 11299 tmp = expand_simple_binop (mode, PLUS, in ix86_expand_int_movcc() 11312 tmp = expand_simple_binop (mode, IOR, in ix86_expand_int_movcc() 11328 tmp = expand_simple_binop (mode, PLUS, in ix86_expand_int_movcc() 11351 tmp = expand_simple_binop (mode, AND, in ix86_expand_int_movcc() 11356 tmp = expand_simple_binop (mode, PLUS, in ix86_expand_int_movcc() 11432 out = expand_simple_binop (mode, IOR, in ix86_expand_int_movcc() 11572 out = expand_simple_binop (mode, PLUS, copy_rtx (out), constm1_rtx, in ix86_expand_int_movcc() [all …]
|
| HD | i386.md | 14063 operands[0] = expand_simple_binop (Pmode, code, op0, op1, NULL_RTX, 0,
|
| /NextBSD/contrib/gcc/config/ia64/ |
| HD | ia64.c | 1044 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()
|
| HD | ia64.md | 6024 operands[0] = expand_simple_binop (DImode, PLUS, op0, addr,
|
| /NextBSD/contrib/gcc/config/mips/ |
| HD | mips.c | 3625 final_src = expand_simple_binop (Pmode, PLUS, src_reg, GEN_INT (length), in mips_block_move_loop()
|