Home
last modified time | relevance | path

Searched refs:expand_simple_unop (Results 1 – 9 of 9) sorted by relevance

/NextBSD/contrib/gcc/
HDexpr.h267 extern rtx expand_simple_unop (enum machine_mode, enum rtx_code, rtx, rtx,
HDoptabs.c2306 expand_simple_unop (enum machine_mode mode, enum rtx_code code, rtx op0, in expand_simple_unop() function
6021 val = expand_simple_unop (mode, NEG, val, NULL_RTX, 1); in expand_sync_operation()
6058 t1 = expand_simple_unop (mode, NOT, t1, NULL_RTX, true); in expand_sync_operation()
6122 val = expand_simple_unop (mode, NEG, val, NULL_RTX, 1); in expand_sync_fetch_operation()
6190 target = expand_simple_unop (mode, NOT, target, NULL_RTX, true); in expand_sync_fetch_operation()
6215 t1 = expand_simple_unop (mode, NOT, t1, NULL_RTX, true); in expand_sync_fetch_operation()
HDifcvt.c1819 target = expand_simple_unop (GET_MODE (target), NEG, target, if_info->x, 0); in noce_try_abs()
HDexpr.c6094 return expand_simple_unop (GET_MODE (value), code, op1, target, 0); in force_operand()
HDChangeLog-200113516 * optabs.c (expand_simple_binop, expand_simple_unop,
HDChangeLog-200522926 expand_twoval_binop_libfunc, expand_simple_unop expand_unop,
/NextBSD/contrib/gcc/config/ia64/
HDia64.c2149 new_reg = expand_simple_unop (DImode, NOT, new_reg, NULL_RTX, true); in ia64_expand_atomic_op()
/NextBSD/contrib/gcc/config/s390/
HDs390.c4155 ac->modemaski = expand_simple_unop (SImode, NOT, ac->modemask, NULL_RTX, 1); in init_alignment_context()
/NextBSD/contrib/gcc/config/i386/
HDi386.c11326 tmp = expand_simple_unop (mode, NOT, tmp, copy_rtx (tmp), 1); in ix86_expand_int_movcc()
11348 tmp = expand_simple_unop (mode, NOT, tmp, copy_rtx (tmp), 1); in ix86_expand_int_movcc()