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

  /src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch.h 690 #define FP_RETURN ((TARGET_SOFT_FLOAT_ABI) ? GP_RETURN : (FP_REG_FIRST + 0))
1160 #define FUNCTION_VALUE_REGNO_P(N) ((N) == GP_RETURN || (N) == FP_RETURN)
  /src/external/gpl3/gcc.old/dist/gcc/config/riscv/
riscv.h 570 #define FP_RETURN (UNITS_PER_FP_ARG == 0 ? GP_RETURN : FP_ARG_FIRST)
592 #define FUNCTION_VALUE_REGNO_P(N) ((N) == GP_RETURN || (N) == FP_RETURN)
  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch.h 673 #define FP_RETURN ((TARGET_SOFT_FLOAT_ABI) ? GP_RETURN : (FP_REG_FIRST + 0))
1254 #define FUNCTION_VALUE_REGNO_P(N) ((N) == GP_RETURN || (N) == FP_RETURN)
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv.h 685 #define FP_RETURN (UNITS_PER_FP_ARG == 0 ? GP_RETURN : FP_ARG_FIRST)
690 #define FP_RETURN_FIRST FP_RETURN
691 #define FP_RETURN_LAST FP_RETURN + 1
  /src/external/gpl3/gcc/dist/gcc/config/mips/
mips.h 2453 #define FP_RETURN ((TARGET_SOFT_FLOAT) ? GP_RETURN : (FP_REG_FIRST + 0))
  /src/external/gpl3/gcc.old/dist/gcc/config/mips/
mips.h 2435 #define FP_RETURN ((TARGET_SOFT_FLOAT) ? GP_RETURN : (FP_REG_FIRST + 0))

Completed in 26 milliseconds