Home
last modified time | relevance | path

Searched refs:shift_const (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.h43 const int shift_const; /* constant shift costs */ member
2696 && ix86_cost->lea <= ix86_cost->shift_const) \
2710 TOPLEVEL_COSTS_N_INSNS(ix86_cost->shift_const + 2); \
2712 TOPLEVEL_COSTS_N_INSNS(ix86_cost->shift_const * 2); \
2725 TOPLEVEL_COSTS_N_INSNS (ix86_cost->shift_const); \
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Di386.h43 const int shift_const; /* constant shift costs */ member
H A Di386.c12350 && count * ix86_cost->add <= ix86_cost->shift_const) in ix86_expand_ashl_const()
17305 && ix86_cost->lea <= ix86_cost->shift_const) in ix86_rtx_costs()
17322 *total = ix86_cost->shift_const + COSTS_N_INSNS (2); in ix86_rtx_costs()
17324 *total = ix86_cost->shift_const * 2; in ix86_rtx_costs()
17337 *total = ix86_cost->shift_const; in ix86_rtx_costs()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DFSFChangeLog.117812 (simplify_{rtx,if_then_else,logical,shift_const}): Don't