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

  /src/external/gpl3/gcc/dist/gcc/config/alpha/
alpha.cc 7241 static int vms_save_fp_regno;
7322 vms_save_fp_regno = -1;
7328 vms_save_fp_regno = i;
7334 if ((vms_save_fp_regno == -1 && alpha_procedure_type == PT_REGISTER)
7946 emit_move_insn (gen_rtx_REG (DImode, vms_save_fp_regno),
8134 fprintf (file, "\t.fp_save $%d\n", vms_save_fp_regno);
8334 gen_rtx_REG (DImode, vms_save_fp_regno));
8358 gen_rtx_REG (DImode, vms_save_fp_regno));
7225 static int vms_save_fp_regno; variable
  /src/external/gpl3/gcc.old/dist/gcc/config/alpha/
alpha.cc 7226 static int vms_save_fp_regno;
7307 vms_save_fp_regno = -1;
7313 vms_save_fp_regno = i;
7319 if ((vms_save_fp_regno == -1 && alpha_procedure_type == PT_REGISTER)
7932 emit_move_insn (gen_rtx_REG (DImode, vms_save_fp_regno),
8121 fprintf (file, "\t.fp_save $%d\n", vms_save_fp_regno);
8321 gen_rtx_REG (DImode, vms_save_fp_regno));
8345 gen_rtx_REG (DImode, vms_save_fp_regno));
7210 static int vms_save_fp_regno; variable

Completed in 25 milliseconds