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

  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm-mve-builtins.cc 800 function_builder::append_name (const char *name) function in class:arm_mve::function_builder
823 append_name ("__arm_");
824 append_name (instance.base_name);
825 append_name (pred_suffixes[instance.pred]);
829 append_name (instance.mode_suffix ().string);
834 append_name (instance.type_suffix (i).string);
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-sve-builtins.cc 914 function_builder::append_name (const char *name) function in class:aarch64_sve::function_builder
934 append_name (instance.base_name);
942 append_name ("_offset");
946 append_name ("_index");
950 append_name ("_vnum");
954 append_name (instance.mode_suffix ().string);
957 append_name (instance.type_suffix (i).string);
958 append_name (pred_suffixes[instance.pred]);
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-sve-builtins.cc 1283 function_builder::append_name (const char *name) function in class:aarch64_sve::function_builder
1306 append_name ("__");
1307 append_name (instance.base_name);
1315 append_name ("_offset");
1319 append_name ("_index");
1323 append_name ("_vnum");
1327 append_name (instance.mode_suffix ().string);
1330 append_name (instance.type_suffix (i).string);
1332 append_name (instance.group_suffix ().string);
1333 append_name (pred_suffixes[instance.pred])
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-vector-builtins.cc 3604 function_builder::append_name (const char *name) function in class:riscv_vector::function_builder
3613 append_name ("__riscv_");
3614 append_name (name);
3624 append_name ("8");
3627 append_name ("16");
3630 append_name ("32");
3633 append_name ("64");
3647 append_name ("2");
3650 append_name ("3");
3653 append_name ("4")
    [all...]

Completed in 91 milliseconds