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

  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-options.cc 2053 const char *abi_name = opts->x_ix86_abi == MS_ABI ? "ms" : "sysv";
2056 error ("%<-mabi=%s%> not supported with %<-fsanitize=address%>", abi_name);
2060 abi_name);
2063 error ("%<-mabi=%s%> not supported with %<-fsanitize=thread%>", abi_name);
  /src/external/gpl3/binutils/dist/opcodes/
csky-opc.h 672 const char *abi_name; member in struct:csky_reg_def
702 #define DECLARE_REG(regno, abi_name, support) \
703 {GENERAL_REG_BANK, regno, "r"#regno, abi_name, support, NULL}
729 #define DECLARE_REG(regno, abi_name, support) \
730 {0, regno, "cr"#regno, abi_name, support, NULL}
773 #define DECLARE_REG(regno, abi_name, support) \
774 {GENERAL_REG_BANK, regno, "r"#regno, abi_name, support, NULL}
828 #define DECLARE_REG(regno, abi_name) \
829 {0, regno, "cr<"#regno", 0>", abi_name, REG_SUPPORT_ALL, NULL}
863 #define DECLARE_REG(regno, abi_name, support)
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
csky-opc.h 672 const char *abi_name; member in struct:csky_reg_def
702 #define DECLARE_REG(regno, abi_name, support) \
703 {GENERAL_REG_BANK, regno, "r"#regno, abi_name, support, NULL}
729 #define DECLARE_REG(regno, abi_name, support) \
730 {0, regno, "cr"#regno, abi_name, support, NULL}
773 #define DECLARE_REG(regno, abi_name, support) \
774 {GENERAL_REG_BANK, regno, "r"#regno, abi_name, support, NULL}
828 #define DECLARE_REG(regno, abi_name) \
829 {0, regno, "cr<"#regno", 0>", abi_name, REG_SUPPORT_ALL, NULL}
863 #define DECLARE_REG(regno, abi_name, support)
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
csky-opc.h 672 const char *abi_name; member in struct:csky_reg_def
702 #define DECLARE_REG(regno, abi_name, support) \
703 {GENERAL_REG_BANK, regno, "r"#regno, abi_name, support, NULL}
729 #define DECLARE_REG(regno, abi_name, support) \
730 {0, regno, "cr"#regno, abi_name, support, NULL}
773 #define DECLARE_REG(regno, abi_name, support) \
774 {GENERAL_REG_BANK, regno, "r"#regno, abi_name, support, NULL}
828 #define DECLARE_REG(regno, abi_name) \
829 {0, regno, "cr<"#regno", 0>", abi_name, REG_SUPPORT_ALL, NULL}
863 #define DECLARE_REG(regno, abi_name, support)
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
csky-opc.h 672 const char *abi_name; member in struct:csky_reg_def
702 #define DECLARE_REG(regno, abi_name, support) \
703 {GENERAL_REG_BANK, regno, "r"#regno, abi_name, support, NULL}
729 #define DECLARE_REG(regno, abi_name, support) \
730 {0, regno, "cr"#regno, abi_name, support, NULL}
773 #define DECLARE_REG(regno, abi_name, support) \
774 {GENERAL_REG_BANK, regno, "r"#regno, abi_name, support, NULL}
828 #define DECLARE_REG(regno, abi_name) \
829 {0, regno, "cr<"#regno", 0>", abi_name, REG_SUPPORT_ALL, NULL}
863 #define DECLARE_REG(regno, abi_name, support)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-options.cc 2216 const char *abi_name = opts->x_ix86_abi == MS_ABI ? "ms" : "sysv";
2219 error ("%<-mabi=%s%> not supported with %<-fsanitize=address%>", abi_name);
2223 abi_name);
2226 error ("%<-mabi=%s%> not supported with %<-fsanitize=thread%>", abi_name);
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-sve-builtins.cc 67 const char *abi_name; member in struct:aarch64_sve::vector_type_info
69 /* The C++ mangling of ABI_NAME. */
103 #define DEF_SVE_TYPE(ACLE_NAME, NCHARS, ABI_NAME, SCALAR_TYPE) \
104 { #ACLE_NAME, #ABI_NAME, "u" #NCHARS #ABI_NAME },
3340 #define DEF_SVE_TYPE(ACLE_NAME, NCHARS, ABI_NAME, SCALAR_TYPE) \
3387 vector_types[i].abi_name);
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-sve-builtins.cc 69 const char *abi_name; member in struct:aarch64_sve::vector_type_info
71 /* The C++ mangling of ABI_NAME. */
105 #define DEF_SVE_TYPE(ACLE_NAME, NCHARS, ABI_NAME, SCALAR_TYPE) \
106 { #ACLE_NAME, #ABI_NAME, "u" #NCHARS #ABI_NAME },
4379 #define DEF_SVE_TYPE(ACLE_NAME, NCHARS, ABI_NAME, SCALAR_TYPE) \
4438 register_type_decl (vectype, vector_types[i].abi_name);
4441 vector_types[i].abi_name);
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-vector-builtins.cc 69 const char *abi_name; member in struct:riscv_vector::vector_type_info
71 /* The C++ mangling of ABI_NAME. */
133 #define DEF_RVV_TYPE(NAME, NCHARS, ABI_NAME, ARGS...) \
134 {#NAME, #ABI_NAME, "u" #NCHARS #ABI_NAME},
135 #define DEF_RVV_TUPLE_TYPE(NAME, NCHARS, ABI_NAME, ARGS...) \
136 {#NAME, #ABI_NAME, "u" #NCHARS #ABI_NAME},
149 #define DEF_RVV_TYPE(NAME, NCHARS, ABI_NAME, SCALAR_TYPE, VECTOR_MODE, \
152 #define DEF_RVV_TUPLE_TYPE(NAME, NCHARS, ABI_NAME, SUBPART_TYPE, SCALAR_TYPE,
    [all...]

Completed in 61 milliseconds