Searched refs:expand_simple_binop (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.3-release/contrib/gcc/config/s390/
H A Ds390.c3854 cmp_op0 = expand_simple_binop (cmp_mode, XOR, cmp_op0, cmp_op1,
3926 cmp_op0 = expand_simple_binop (cmp_mode, XOR, cmp_op0, cmp_op1,
4090 val = expand_simple_binop (SImode, AND, val, GEN_INT (GET_MODE_MASK (mode)),
4092 return expand_simple_binop (SImode, ASHIFT, val, count,
4131 align = expand_simple_binop (Pmode, AND, addr,
4141 byteoffset = expand_simple_binop (Pmode, AND, addr,
4145 ac->shift = expand_simple_binop (SImode, MINUS, ac->shift, byteoffset,
4150 ac->shift = expand_simple_binop (SImode, MULT, ac->shift, GEN_INT (BITS_PER_UNIT),
4153 ac->modemask = expand_simple_binop (SImode, ASHIFT,
4186 val = expand_simple_binop (SImod
[all...]
/freebsd-10.3-release/contrib/gcc/
H A Dexpr.h249 /* Passed to expand_simple_binop and expand_binop to say which options
268 extern rtx expand_simple_binop (enum machine_mode, enum rtx_code, rtx,
H A Difcvt.c982 target = expand_simple_binop (mode,
993 target = expand_simple_binop (mode, ASHIFT,
1002 target = expand_simple_binop (mode, IOR,
1011 target = expand_simple_binop (mode, AND,
1015 target = expand_simple_binop (mode, PLUS,
1109 target = expand_simple_binop (GET_MODE (if_info->x),
1158 target = expand_simple_binop (GET_MODE (if_info->x), AND,
1700 target = expand_simple_binop (GET_MODE (if_info->x), op,
H A Dexpmed.c1944 a1 = expand_simple_binop (Pmode, AND, force_operand (base, NULL),
1953 a2 = expand_simple_binop (Pmode, AND, force_operand (a2, NULL),
1976 v2 = expand_simple_binop (dmode, ASHIFT, v2, GEN_INT (m_bitsize),
1980 comb = expand_simple_binop (dmode, IOR, v1, v2, NULL,
1986 shift = expand_simple_binop (Pmode, AND, base, GEN_INT (m_size - 1),
1994 shift = expand_simple_binop (Pmode, PLUS, shift, GEN_INT (bitpos),
2018 comb = expand_simple_binop (dmode, unsignedp ? LSHIFTRT : ASHIFTRT,
2028 result = expand_simple_binop (mode, ASHIFT, result,
2032 result = expand_simple_binop (mode, unsignedp ? LSHIFTRT : ASHIFTRT,
H A Dexpr.c1482 tmp = expand_simple_binop (iter_mode, PLUS, iter, const1_rtx, iter,
2950 temp = expand_simple_binop (Pmode, PLUS, stack_pointer_rtx,
6038 rtx temp = expand_simple_binop (GET_MODE (value), code,
6041 return expand_simple_binop (GET_MODE (value), code, temp,
6055 return expand_simple_binop (GET_MODE (value), code, op1, op2,
6076 return expand_simple_binop (GET_MODE (value), code, op1, op2,
6080 return expand_simple_binop (GET_MODE (value), code, op1, op2,
6625 result = expand_simple_binop (tmode, PLUS, result, tmp, subtarget,
H A Doptabs.c1159 expand_simple_binop (enum machine_mode mode, enum rtx_code code, rtx op0,
6087 t1 = expand_simple_binop (mode, code, t1, val, NULL_RTX,
6217 target = expand_simple_binop (mode, code, target, val, NULL_RTX,
6244 t1 = expand_simple_binop (mode, code, t1, val, NULL_RTX,
1153 expand_simple_binop (enum machine_mode mode, enum rtx_code code, rtx op0, function
H A Dfunction.c1409 x = expand_simple_binop (GET_MODE (SET_DEST (set)), PLUS,
1515 this through expand_simple_binop. */
1516 x = expand_simple_binop (GET_MODE (x), PLUS, new,
1532 new = expand_simple_binop (GET_MODE (new), PLUS, new,
H A Dloop-unroll.c1003 niter = expand_simple_binop (desc->mode, AND,
H A Dstmt.c3318 new_index = expand_simple_binop (mode, MINUS, index, low_rtx,
H A Dbuiltins.c1395 incoming_args = expand_simple_binop (Pmode, MINUS, incoming_args, argsize,
5237 temp = expand_simple_binop (Pmode, PLUS, tramp, addend,
5239 tramp = expand_simple_binop (Pmode, AND, temp, mask,
/freebsd-10.3-release/contrib/gcc/config/i386/
H A Di386.c6987 new = expand_simple_binop (Pmode, PLUS, reg, pic_offset_table_rtx,
9330 op1 = expand_simple_binop (Pmode, PLUS, op1, addend,
9584 tmp = expand_simple_binop (Pmode, PLUS, stack_pointer_rtx,
11324 tmp = expand_simple_binop (mode, PLUS,
11337 tmp = expand_simple_binop (mode, IOR,
11353 tmp = expand_simple_binop (mode, PLUS,
11376 tmp = expand_simple_binop (mode, AND,
11381 tmp = expand_simple_binop (mode, PLUS,
11457 out = expand_simple_binop (mode, IOR,
11597 out = expand_simple_binop (mod
[all...]
/freebsd-10.3-release/contrib/gcc/config/ia64/
H A Dia64.c1049 op0 = expand_simple_binop (Pmode, PLUS, op0, GEN_INT (addend),
1118 op1 = expand_simple_binop (mode, PLUS, subtarget,
2118 new_reg = expand_simple_binop (mode, PLUS, old_dst, val, new_dst,
2157 new_reg = expand_simple_binop (DImode, code, new_reg, val, NULL_RTX,
/freebsd-10.3-release/contrib/gcc/config/mips/
H A Dmips.c3643 final_src = expand_simple_binop (Pmode, PLUS, src_reg, GEN_INT (length),

Completed in 429 milliseconds