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

  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390-c.cc 900 tree target_builtin_decl, b_arg_chain, return_type; local
1037 target_builtin_decl = ob_fndecl;
1039 target_builtin_decl = s390_builtin_decls[bt_for_overloaded_builtin_var[last_match_index]];
1055 int n_elem = s390_vec_n_elem (target_builtin_decl);
1073 i + 1, target_builtin_decl);
1078 && !s390_const_operand_ok (arg, i + 1, op_flags, target_builtin_decl))
1087 s390_adjust_builtin_arglist (ob_fcode, target_builtin_decl, &arglist);
1090 return build_function_call_vec (loc, vNULL, target_builtin_decl,
1094 build_function_call_vec (loc, vNULL, target_builtin_decl,
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390-c.cc 896 tree target_builtin_decl, b_arg_chain, return_type; local
1033 target_builtin_decl = ob_fndecl;
1035 target_builtin_decl = s390_builtin_decls[bt_for_overloaded_builtin_var[last_match_index]];
1051 int n_elem = s390_vec_n_elem (target_builtin_decl);
1069 i + 1, target_builtin_decl);
1074 && !s390_const_operand_ok (arg, i + 1, op_flags, target_builtin_decl))
1083 s390_adjust_builtin_arglist (ob_fcode, target_builtin_decl, &arglist);
1086 return build_function_call_vec (loc, vNULL, target_builtin_decl,
1090 build_function_call_vec (loc, vNULL, target_builtin_decl,

Completed in 32 milliseconds