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

  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
pftn.c 3096 NODE *real_l, *imag_l; local
3119 real_l = structref(ccopy(ltemp), STREF, real);
3131 p = buildtree(op, comop(p, real_l), real_r);
3139 buildtree(op, real_l, real_r)));
3149 buildtree(MUL, ccopy(real_r), ccopy(real_l)),
3154 buildtree(MUL, imag_r, real_l))));
3163 buildtree(MUL, ccopy(real_r), ccopy(real_l)),
3172 buildtree(MUL, ccopy(real_l), ccopy(imag_r))),
3177 tfree(real_l);
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
pftn.c 3161 NODE *real_l, *imag_l; local
3191 real_l = structref(ccopy(ltemp), STREF, real);
3205 p = buildtree(op, comop(p, real_l), real_r);
3213 p = buildtree(NE, comop(p, real_l), bcon(0)); /* gets INT */
3225 buildtree(op, real_l, NIL)));
3233 buildtree(op, real_l, real_r)));
3246 p = buildtree(CM, comop(p, real_l), imag_l);
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr.cc 5132 int *real_l = l;
5137 return avr_out_lpm (insn, operands, real_l);
5180 return output_reload_insisf (operands, NULL_RTX, real_l);
5183 return out_movsi_r_mr (insn, operands, real_l); /* mov r,m */
5192 templ = out_movsi_mr_r (insn, operands, real_l);
5194 if (!real_l)
5131 int *real_l = l; local
  /src/external/gpl3/gcc/dist/gcc/config/avr/
avr.cc 5777 int *real_l = l;
5782 return avr_out_lpm (insn, operands, real_l);
5825 return output_reload_insisf (operands, NULL_RTX, real_l);
5828 return out_movsi_r_mr (insn, operands, real_l); /* mov r,m */
5837 templ = out_movsi_mr_r (insn, operands, real_l);
5839 if (!real_l)
5776 int *real_l = l; local

Completed in 87 milliseconds