Home
last modified time | relevance | path

Searched refs:fixed_condition_code_regs (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dtarget.h289 bool (* fixed_condition_code_regs) PARAMS ((unsigned int *, unsigned int *)); member
H A Dcse.c8069 if (! (*targetm.fixed_condition_code_regs) (&cc_regno_1, &cc_regno_2)) in cse_condition_code_reg()
H A DChangeLog1249 * target.h (struct gcc_target): Add fixed_condition_code_regs and
/openbsd-src/gnu/gcc/gcc/
H A Dtarget.h579 bool (* fixed_condition_code_regs) (unsigned int *, unsigned int *); member
H A Dcse.c7856 if (! targetm.fixed_condition_code_regs (&cc_regno_1, &cc_regno_2)) in cse_condition_code_reg()