Home
last modified time | relevance | path

Searched refs:shift_var (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.h42 const int shift_var; /* variable shift costs */ member
2717 TOPLEVEL_COSTS_N_INSNS(ix86_cost->shift_var * 2); \
2719 TOPLEVEL_COSTS_N_INSNS(ix86_cost->shift_var * 6 + 2); \
2727 TOPLEVEL_COSTS_N_INSNS (ix86_cost->shift_var); \
/openbsd-src/gnu/gcc/gcc/config/m68hc11/
H A Dm68hc11.h162 const int shift_var; member
H A Dm68hc11.c5304 total += m68hc11_cost->shift_var; in m68hc11_rtx_costs_1()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/m68hc11/
H A Dm68hc11.h253 const int shift_var; member
H A Dm68hc11.c5478 total += m68hc11_cost->shift_var;
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Di386.h42 const int shift_var; /* variable shift costs */ member
H A Di386.c17329 *total = ix86_cost->shift_var * 2; in ix86_rtx_costs()
17331 *total = ix86_cost->shift_var * 6 + COSTS_N_INSNS (2); in ix86_rtx_costs()
17339 *total = ix86_cost->shift_var; in ix86_rtx_costs()