Home
last modified time | relevance | path

Searched defs:necr (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/frv/
Dtraps.c378 USI necr = GET_NECR (); in next_available_nesr() local
402 USI necr = GET_NECR (); in next_valid_nesr() local
431 USI necr; in frvbf_check_non_excepting_load() local
860 USI necr; in frvbf_clear_ne_flags() local
900 USI necr; in frvbf_commit() local
Dfrv-sim.h755 #define GET_NECR_ELOS(necr) (((necr) >> 6) & 1) argument
756 #define GET_NECR_NEN(necr) (((necr) >> 1) & 0x1f) argument
757 #define GET_NECR_VALID(necr) (((necr) ) & 1) argument