Searched refs:truncated_to_mode (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcombine.c243 happened. The field truncated_to_mode is only valid if
253 ENUM_BITFIELD(machine_mode) truncated_to_mode : 8;
13386 rsp->truncated_to_mode = VOIDmode;
13553 rsp->truncated_to_mode = VOIDmode;
13629 machine_mode truncated = rsp->truncated_to_mode;
13674 if (rsp->truncated_to_mode == 0
13676 || partial_subreg_p (truncated_mode, rsp->truncated_to_mode))
13678 rsp->truncated_to_mode = truncated_mode;
H A Drtl.h2466 extern bool truncated_to_mode (machine_mode, const_rtx);
H A Drtlanal.c5895 truncated_to_mode (machine_mode mode, const_rtx x)
5866 truncated_to_mode (machine_mode mode, const_rtx x) function
H A Dsimplify-rtx.c591 involves either TRULY_NOOP_TRUNCATION_MODES_P or truncated_to_mode.
597 first form when TRULY_NOOP_TRUNCATION_MODES_P or truncated_to_mode allow,
1225 || truncated_to_mode (mode, op)))
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dcombine.cc229 happened. The field truncated_to_mode is only valid if
239 ENUM_BITFIELD(machine_mode) truncated_to_mode : 8;
13280 rsp->truncated_to_mode = VOIDmode;
13447 rsp->truncated_to_mode = VOIDmode;
13523 machine_mode truncated = rsp->truncated_to_mode;
13568 if (rsp->truncated_to_mode == 0
13570 || partial_subreg_p (truncated_mode, rsp->truncated_to_mode))
13572 rsp->truncated_to_mode = truncated_mode;
238 ENUM_BITFIELD(machine_mode) truncated_to_mode : 8; member in struct:reg_stat_type
H A Drtl.h2476 extern bool truncated_to_mode (machine_mode, const_rtx);
H A Drtlanal.cc6210 truncated_to_mode (machine_mode mode, const_rtx x)
H A Dsimplify-rtx.cc586 involves either TRULY_NOOP_TRUNCATION_MODES_P or truncated_to_mode.
592 first form when TRULY_NOOP_TRUNCATION_MODES_P or truncated_to_mode allow,
1249 || truncated_to_mode (mode, op)))

Completed in 411 milliseconds