Home
last modified time | relevance | path

Searched refs:EP_insv (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dexpr.h724 enum extraction_pattern { EP_insv, EP_extv, EP_extzv }; enumerator
H A Dexpmed.c291 case EP_insv: in mode_for_extraction()
357 enum machine_mode op_mode = mode_for_extraction (EP_insv, 3); in store_bit_field()
648 enum machine_mode maxmode = mode_for_extraction (EP_insv, 3); in store_bit_field()
H A Dcombine.c6158 if (in_dest && mode_for_extraction (EP_insv, -1) != MAX_MACHINE_MODE) in make_extraction()
6160 wanted_inner_reg_mode = mode_for_extraction (EP_insv, 0); in make_extraction()
6161 pos_mode = mode_for_extraction (EP_insv, 2); in make_extraction()
6162 extraction_mode = mode_for_extraction (EP_insv, 3); in make_extraction()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dexpr.h756 enum extraction_pattern { EP_insv, EP_extv, EP_extzv }; enumerator
H A Dexpmed.c233 case EP_insv:
304 enum machine_mode op_mode = mode_for_extraction (EP_insv, 3);
559 enum machine_mode maxmode = mode_for_extraction (EP_insv, 3);
H A Dcombine.c6313 if (in_dest && mode_for_extraction (EP_insv, -1) != MAX_MACHINE_MODE)
6315 wanted_inner_reg_mode = mode_for_extraction (EP_insv, 0);
6316 pos_mode = mode_for_extraction (EP_insv, 2);
6317 extraction_mode = mode_for_extraction (EP_insv, 3);
H A Dfunction.c2306 && mode_for_extraction (EP_insv, -1) != MAX_MACHINE_MODE)
2337 wanted_mode = mode_for_extraction (EP_insv, 0);