Searched refs:WITH_PROFILE (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dsim-profile.h24 #ifndef WITH_PROFILE
25 Error, WITH_PROFILE not defined.
81 /* Masks so WITH_PROFILE can have symbolic values.
91 /* Preprocessor macros to simplify tests of WITH_PROFILE. */
92 #define WITH_PROFILE_INSN_P (WITH_PROFILE & PROFILE_insn)
93 #define WITH_PROFILE_MEMORY_P (WITH_PROFILE & PROFILE_memory)
94 #define WITH_PROFILE_MODEL_P (WITH_PROFILE & PROFILE_model)
95 #define WITH_PROFILE_SCACHE_P (WITH_PROFILE & PROFILE_scache)
96 #define WITH_PROFILE_PC_P (WITH_PROFILE & PROFILE_pc)
97 #define WITH_PROFILE_CORE_P (WITH_PROFILE
[all...]
H A Dsim-config.c378 #if defined (WITH_PROFILE)
379 sim_io_printf (sd, "WITH_PROFILE = %d\n", WITH_PROFILE);
H A Dsim-config.h501 #ifndef WITH_PROFILE macro
502 #define WITH_PROFILE (-1)
H A Dsim-profile.c268 if (! WITH_PROFILE)
318 if (! WITH_PROFILE)
427 if (WITH_PROFILE)
452 if (WITH_PROFILE)
H A Dsim-module.c47 #if WITH_PROFILE
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/frv/
H A Dprofile.h196 /* Masks so WITH_PROFILE can have symbolic values.
202 /* Preprocessor macros to simplify tests of WITH_PROFILE. */
203 #define WITH_PROFILE_CACHE_P (WITH_PROFILE & PROFILE_insn)
204 #define WITH_PROFILE_PARALLEL_P (WITH_PROFILE & PROFILE_insn)
H A Doptions.c140 if (! WITH_PROFILE)

Completed in 63 milliseconds