HomeSort by: relevance | last modified time | path
    Searched defs:promote_duplicated_reg (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-expand.cc 8780 promote_duplicated_reg (machine_mode mode, rtx val) function
8814 tmp = promote_duplicated_reg (mode, const1_rtx);
8843 /* Duplicate value VAL using promote_duplicated_reg into maximal size that will
8854 promoted_val = promote_duplicated_reg (DImode, val);
8856 promoted_val = promote_duplicated_reg (SImode, val);
8858 promoted_val = promote_duplicated_reg (HImode, val);
9137 vec_promoted_val = promote_duplicated_reg (move_mode, val_exp);
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-expand.cc 8204 promote_duplicated_reg (machine_mode mode, rtx val) function
8238 tmp = promote_duplicated_reg (mode, const1_rtx);
8267 /* Duplicate value VAL using promote_duplicated_reg into maximal size that will
8278 promoted_val = promote_duplicated_reg (DImode, val);
8280 promoted_val = promote_duplicated_reg (SImode, val);
8282 promoted_val = promote_duplicated_reg (HImode, val);
8561 vec_promoted_val = promote_duplicated_reg (move_mode, val_exp);

Completed in 129 milliseconds