Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/config/sh/
Dsh.h366 int tcb_gbr_offset; member
388 GEN_INT (selected_atomic_model ().tcb_gbr_offset)
Dsh.cc702 ret.tcb_gbr_offset = -1; in parse_validate_atomic_model_option()
743 ret.tcb_gbr_offset = integral_argument (offset_str.c_str ()); in parse_validate_atomic_model_option()
744 if (offset_str.empty () || ret.tcb_gbr_offset == -1) in parse_validate_atomic_model_option()
761 if (ret.type == sh_atomic_model::soft_tcb && ret.tcb_gbr_offset == -1) in parse_validate_atomic_model_option()
765 && (ret.tcb_gbr_offset < 0 || ret.tcb_gbr_offset > 1020 in parse_validate_atomic_model_option()
766 || (ret.tcb_gbr_offset & 3) != 0)) in parse_validate_atomic_model_option()
768 "a multiple of 4 in the range 0-1020", ret.tcb_gbr_offset, in parse_validate_atomic_model_option()