Home
last modified time | relevance | path

Searched refs:EP_extzv (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/gcc/
HDexpr.h723 enum extraction_pattern { EP_insv, EP_extv, EP_extzv }; enumerator
HDexpmed.c307 case EP_extzv: in mode_for_extraction()
1101 enum machine_mode extzv_mode = mode_for_extraction (EP_extzv, 0); in extract_bit_field()
1404 enum machine_mode maxmode = mode_for_extraction (EP_extzv, 0); in extract_bit_field()
HDcombine.c6169 && mode_for_extraction (EP_extzv, -1) != MAX_MACHINE_MODE) in make_extraction()
6171 wanted_inner_reg_mode = mode_for_extraction (EP_extzv, 1); in make_extraction()
6172 pos_mode = mode_for_extraction (EP_extzv, 3); in make_extraction()
6173 extraction_mode = mode_for_extraction (EP_extzv, 0); in make_extraction()
9922 = mode_for_extraction (EP_extzv, 1); in simplify_comparison()
HDrecog.c611 = mode_for_extraction (EP_extzv, 1); in validate_replace_rtx_1()