Searched refs:DEF_RISCV_FTYPE (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/ |
H A D | riscv-ftypes.def | 22 /* Invoke DEF_RISCV_FTYPE (NARGS, LIST) for each prototype used by 29 DEF_RISCV_FTYPE (0, (USI)) 30 DEF_RISCV_FTYPE (1, (VOID, USI))
|
H A D | riscv-builtins.cc | 46 #define DEF_RISCV_FTYPE(NARGS, LIST) RISCV_FTYPE_NAME##NARGS LIST, macro 48 #undef DEF_RISCV_FTYPE 156 #define DEF_RISCV_FTYPE(NUM, ARGS) \ in riscv_build_function_type() macro 163 #undef DEF_RISCV_FTYPE in riscv_build_function_type()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/riscv/ |
H A D | riscv-ftypes.def | 22 /* Invoke DEF_RISCV_FTYPE (NARGS, LIST) for each prototype used by 29 DEF_RISCV_FTYPE (0, (USI)) 30 DEF_RISCV_FTYPE (1, (VOID, USI))
|
H A D | riscv-builtins.c | 46 #define DEF_RISCV_FTYPE(NARGS, LIST) RISCV_FTYPE_NAME##NARGS LIST, macro 48 #undef DEF_RISCV_FTYPE 156 #define DEF_RISCV_FTYPE(NUM, ARGS) \ in riscv_build_function_type() macro 163 #undef DEF_RISCV_FTYPE in riscv_build_function_type()
|