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

  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
spu.c 6199 rtx c_rtx, eq_rtx;
6213 c_rtx = spu_emit_vector_compare (new_code, op0, op1, dest_mode);
6218 emit_insn (GEN_FCN (ior_code) (mask, c_rtx, eq_rtx));
6188 rtx c_rtx, eq_rtx; local
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 16118 rtx c_rtx, eq_rtx;
16148 c_rtx = rs6000_emit_vector_compare (new_code, op0, op1, dmode);
16149 if (!c_rtx)
16157 emit_insn (GEN_FCN (ior_code) (mask, c_rtx, eq_rtx));
16086 rtx c_rtx, eq_rtx; local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 15660 rtx c_rtx, eq_rtx;
15690 c_rtx = rs6000_emit_vector_compare (new_code, op0, op1, dmode);
15691 if (!c_rtx)
15699 emit_insn (GEN_FCN (ior_code) (mask, c_rtx, eq_rtx));
15628 rtx c_rtx, eq_rtx; local

Completed in 70 milliseconds