Searched refs:expand_simple_unop (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.3-release/contrib/gcc/
H A Dexpr.h270 extern rtx expand_simple_unop (enum machine_mode, enum rtx_code, rtx, rtx,
H A Doptabs.c2316 expand_simple_unop (enum machine_mode mode, enum rtx_code code, rtx op0,
6047 val = expand_simple_unop (mode, NEG, val, NULL_RTX, 1);
6084 t1 = expand_simple_unop (mode, NOT, t1, NULL_RTX, true);
6148 val = expand_simple_unop (mode, NEG, val, NULL_RTX, 1);
6216 target = expand_simple_unop (mode, NOT, target, NULL_RTX, true);
6241 t1 = expand_simple_unop (mode, NOT, t1, NULL_RTX, true);
2306 expand_simple_unop (enum machine_mode mode, enum rtx_code code, rtx op0, function
H A Difcvt.c1822 target = expand_simple_unop (GET_MODE (target), NEG, target, if_info->x, 0);
H A Dexpr.c6110 return expand_simple_unop (GET_MODE (value), code, op1, target, 0);
/freebsd-10.3-release/contrib/gcc/config/s390/
H A Ds390.c4156 ac->modemaski = expand_simple_unop (SImode, NOT, ac->modemask, NULL_RTX, 1);
/freebsd-10.3-release/contrib/gcc/config/ia64/
H A Dia64.c2154 new_reg = expand_simple_unop (DImode, NOT, new_reg, NULL_RTX, true);
/freebsd-10.3-release/contrib/gcc/config/i386/
H A Di386.c11351 tmp = expand_simple_unop (mode, NOT, tmp, copy_rtx (tmp), 1);
11373 tmp = expand_simple_unop (mode, NOT, tmp, copy_rtx (tmp), 1);

Completed in 320 milliseconds