Searched refs:EP_insv (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dexpr.h722 enum extraction_pattern { EP_insv, EP_extv, EP_extzv };
715 enum extraction_pattern { EP_insv, EP_extv, EP_extzv }; enumerator in enum:extraction_pattern
H A Dexpmed.c281 case EP_insv:
348 enum machine_mode op_mode = mode_for_extraction (EP_insv, 3);
640 enum machine_mode maxmode = mode_for_extraction (EP_insv, 3);
H A Dcombine.c6486 if (in_dest && mode_for_extraction (EP_insv, -1) != MAX_MACHINE_MODE)
6488 wanted_inner_reg_mode = mode_for_extraction (EP_insv, 0);
6489 pos_mode = mode_for_extraction (EP_insv, 2);
6490 extraction_mode = mode_for_extraction (EP_insv, 3);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dexpr.h806 enum extraction_pattern { EP_insv, EP_extv, EP_extzv };
798 enum extraction_pattern { EP_insv, EP_extv, EP_extzv }; enumerator in enum:extraction_pattern
H A Dcombine.c6914 if (in_dest && mode_for_extraction (EP_insv, -1) != MAX_MACHINE_MODE)
6916 wanted_inner_reg_mode = mode_for_extraction (EP_insv, 0);
6917 pos_mode = mode_for_extraction (EP_insv, 2);
6918 extraction_mode = mode_for_extraction (EP_insv, 3);
H A Dexpmed.c309 case EP_insv:
383 enum machine_mode op_mode = mode_for_extraction (EP_insv, 3);

Completed in 286 milliseconds