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

  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
spu.c 683 rtx comp_rtx, eq_rtx;
912 eq_rtx = GEN_FCN (spu_comp_icode[index][eq_code]) (eq_result,
914 if (eq_rtx == 0)
916 emit_insn (eq_rtx);
6199 rtx c_rtx, eq_rtx;
6214 eq_rtx = spu_emit_vector_compare (EQ, op0, op1, dest_mode);
6218 emit_insn (GEN_FCN (ior_code) (mask, c_rtx, eq_rtx));
680 rtx comp_rtx, eq_rtx; local
6188 rtx c_rtx, eq_rtx; local
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 16118 rtx c_rtx, eq_rtx;
16152 eq_rtx = rs6000_emit_vector_compare (EQ, op0, op1, dmode);
16153 if (!eq_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;
15694 eq_rtx = rs6000_emit_vector_compare (EQ, op0, op1, dmode);
15695 if (!eq_rtx)
15699 emit_insn (GEN_FCN (ior_code) (mask, c_rtx, eq_rtx));
15628 rtx c_rtx, eq_rtx; local

Completed in 62 milliseconds