Searched refs:promote_duplicated_reg (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c7043 promote_duplicated_reg (machine_mode mode, rtx val) function
7077 tmp = promote_duplicated_reg (mode, const1_rtx);
7109 /* Duplicate value VAL using promote_duplicated_reg into maximal size that will
7120 promoted_val = promote_duplicated_reg (DImode, val);
7122 promoted_val = promote_duplicated_reg (SImode, val);
7124 promoted_val = promote_duplicated_reg (HImode, val);
7401 vec_promoted_val = promote_duplicated_reg (move_mode, val_exp);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc8187 promote_duplicated_reg (machine_mode mode, rtx val) function
8221 tmp = promote_duplicated_reg (mode, const1_rtx);
8250 /* Duplicate value VAL using promote_duplicated_reg into maximal size that will
8261 promoted_val = promote_duplicated_reg (DImode, val);
8263 promoted_val = promote_duplicated_reg (SImode, val);
8265 promoted_val = promote_duplicated_reg (HImode, val);
8544 vec_promoted_val = promote_duplicated_reg (move_mode, val_exp);

Completed in 275 milliseconds