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

  /src/external/gpl3/gcc/dist/gcc/config/sparc/
sparc.cc 2813 rtx sub_temp = op0;
2816 sub_temp = gen_reg_rtx (DImode);
2822 emit_insn (gen_rtx_SET (sub_temp,
2825 sub_temp = temp;
2830 sub_temp = temp;
2839 emit_insn (gen_rtx_SET (temp4, gen_rtx_ASHIFT (DImode, sub_temp,
2866 emit_insn (gen_rtx_SET (op0, gen_rtx_ASHIFT (DImode, sub_temp,
2869 sub_temp = op0;
2878 emit_insn (gen_rtx_SET (op0, gen_rtx_ASHIFT (DImode, sub_temp,
2881 sub_temp = op0
2810 rtx sub_temp = op0; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/sparc/
sparc.cc 2821 rtx sub_temp = op0;
2824 sub_temp = gen_reg_rtx (DImode);
2830 emit_insn (gen_rtx_SET (sub_temp,
2833 sub_temp = temp;
2838 sub_temp = temp;
2847 emit_insn (gen_rtx_SET (temp4, gen_rtx_ASHIFT (DImode, sub_temp,
2874 emit_insn (gen_rtx_SET (op0, gen_rtx_ASHIFT (DImode, sub_temp,
2877 sub_temp = op0;
2886 emit_insn (gen_rtx_SET (op0, gen_rtx_ASHIFT (DImode, sub_temp,
2889 sub_temp = op0
2818 rtx sub_temp = op0; local
    [all...]

Completed in 83 milliseconds