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

  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-expand.cc 16960 machine_mode concat_mode = tmp_mode == DImode ? V2DImode : V2SImode; local
16961 rtx tmp = gen_reg_rtx (concat_mode);
16962 vals = gen_rtx_PARALLEL (concat_mode, gen_rtvec_v (2, words));
16963 ix86_expand_vector_init_general (mmx_ok, concat_mode, tmp, vals);

Completed in 21 milliseconds