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

  /src/external/gpl3/gcc/dist/gcc/config/mcore/
mcore-protos.h 37 extern int mcore_num_arg_regs (machine_mode, const_tree);
mcore.cc 1963 number_of_regs_before_varargs += mcore_num_arg_regs (arg.mode, arg.type);
2721 mcore_num_arg_regs (machine_mode mode, const_tree type)
2754 && (reg + mcore_num_arg_regs (mode, type) <= (FIRST_PARM_REG + NPARM_REGS)))
2835 + (int) arg.named * mcore_num_arg_regs (arg.mode, arg.type));
2876 if (reg + mcore_num_arg_regs (arg.mode, arg.type) <= NPARM_REGS)
2713 mcore_num_arg_regs (machine_mode mode, const_tree type) function
  /src/external/gpl3/gcc.old/dist/gcc/config/mcore/
mcore-protos.h 37 extern int mcore_num_arg_regs (machine_mode, const_tree);
mcore.cc 1962 = *args_so_far + mcore_num_arg_regs (arg.mode, arg.type);
2720 mcore_num_arg_regs (machine_mode mode, const_tree type)
2753 && (reg + mcore_num_arg_regs (mode, type) <= (FIRST_PARM_REG + NPARM_REGS)))
2834 + (int) arg.named * mcore_num_arg_regs (arg.mode, arg.type));
2875 if (reg + mcore_num_arg_regs (arg.mode, arg.type) <= NPARM_REGS)
2712 mcore_num_arg_regs (machine_mode mode, const_tree type) function

Completed in 18 milliseconds