Searched refs:sh_atomic_model (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Dsh.h342 struct sh_atomic_model
370 extern const sh_atomic_model& selected_atomic_model (void);
374 (selected_atomic_model ().type != sh_atomic_model::none)
380 (selected_atomic_model ().type == sh_atomic_model::soft_gusa)
383 (selected_atomic_model ().type == sh_atomic_model::hard_llcs)
386 (selected_atomic_model ().type == sh_atomic_model::soft_tcb)
392 (selected_atomic_model ().type == sh_atomic_model::soft_imask)
341 struct sh_atomic_model struct
H A Dsh.c675 static sh_atomic_model selected_atomic_model_;
677 const sh_atomic_model&
683 static sh_atomic_model
686 const char* model_names[sh_atomic_model::num_models];
687 model_names[sh_atomic_model::none] = "none";
688 model_names[sh_atomic_model::soft_gusa] = "soft-gusa";
689 model_names[sh_atomic_model::hard_llcs] = "hard-llcs";
690 model_names[sh_atomic_model::soft_tcb] = "soft-tcb";
691 model_names[sh_atomic_model::soft_imask] = "soft-imask";
693 const char* model_cdef_names[sh_atomic_model
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsh.h342 struct sh_atomic_model
370 extern const sh_atomic_model& selected_atomic_model (void);
374 (selected_atomic_model ().type != sh_atomic_model::none)
380 (selected_atomic_model ().type == sh_atomic_model::soft_gusa)
383 (selected_atomic_model ().type == sh_atomic_model::hard_llcs)
386 (selected_atomic_model ().type == sh_atomic_model::soft_tcb)
392 (selected_atomic_model ().type == sh_atomic_model::soft_imask)
341 struct sh_atomic_model struct
H A Dsh.cc675 static sh_atomic_model selected_atomic_model_;
677 const sh_atomic_model&
683 static sh_atomic_model
686 const char* model_names[sh_atomic_model::num_models];
687 model_names[sh_atomic_model::none] = "none";
688 model_names[sh_atomic_model::soft_gusa] = "soft-gusa";
689 model_names[sh_atomic_model::hard_llcs] = "hard-llcs";
690 model_names[sh_atomic_model::soft_tcb] = "soft-tcb";
691 model_names[sh_atomic_model::soft_imask] = "soft-imask";
693 const char* model_cdef_names[sh_atomic_model
[all...]

Completed in 141 milliseconds