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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 7404 rtvec vec_val = rtvec_alloc (2);
7407 RTVEC_ELT (vec_val, 0) = gen_rtx_CONST_INT (DImode, 0);
7408 RTVEC_ELT (vec_val, 1) = tmp_val;
7412 RTVEC_ELT (vec_val, 0) = tmp_val;
7413 RTVEC_ELT (vec_val, 1) = gen_rtx_CONST_INT (DImode, 0);
7416 gen_vec_initv2didi (val_v2di, gen_rtx_PARALLEL (V2DImode, vec_val)));
7392 rtvec vec_val = rtvec_alloc (2); local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 7328 rtvec vec_val = rtvec_alloc (2);
7331 RTVEC_ELT (vec_val, 0) = gen_rtx_CONST_INT (DImode, 0);
7332 RTVEC_ELT (vec_val, 1) = tmp_val;
7336 RTVEC_ELT (vec_val, 0) = tmp_val;
7337 RTVEC_ELT (vec_val, 1) = gen_rtx_CONST_INT (DImode, 0);
7340 gen_vec_initv2didi (val_v2di, gen_rtx_PARALLEL (V2DImode, vec_val)));
7316 rtvec vec_val = rtvec_alloc (2); local

Completed in 65 milliseconds