Home
last modified time | relevance | path

Searched refs:cur_cc_complex (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/frv/
Dprofile-fr500.c48 d->cur_cc_complex = d->prev_cc_complex; in fr500_model_insn_before()
66 d->prev_cc_complex = d->cur_cc_complex; in fr500_model_insn_after()
119 d->cur_cc_complex |= (((DI)1) << (cc)); in set_use_is_cc_complex()
126 d->cur_cc_complex &= ~(((DI)1) << (cc)); in set_use_not_cc_complex()
Dcpu.h392 DI cur_cc_complex; member