Lines Matching defs:ob_fcode
541 when expanded from overloaded builtin OB_FCODE. */
543 s390_get_vstring_flags (int ob_fcode)
547 switch (ob_fcode)
566 switch (ob_fcode)
582 switch (ob_fcode)
598 switch (ob_fcode)
627 OB_FCODE to the signature of the low-level builtin given by
630 s390_adjust_builtin_arglist (unsigned int ob_fcode, tree decl,
645 switch (ob_fcode)
663 s390_get_vstring_flags (ob_fcode)));
682 s390_get_vstring_flags (ob_fcode)));
888 unsigned int ob_fcode = DECL_MD_FUNCTION_CODE (ob_fndecl);
894 const unsigned int ob_flags = bflags_for_builtin(ob_fcode);
902 (int)ob_fcode, IDENTIFIER_POINTER (DECL_NAME (ob_fndecl)),
903 ob_fcode < S390_BUILTIN_MAX ? "not" : "");
906 if (ob_fcode < S390_BUILTIN_MAX)
939 ob_fcode -= S390_BUILTIN_MAX;
960 if (desc_start_for_overloaded_builtin[ob_fcode] ==
962 return s390_expand_overloaded_builtin (loc, ob_fcode, arglist, NULL_TREE);
964 for (bindex = desc_start_for_overloaded_builtin[ob_fcode];
965 bindex <= desc_end_for_overloaded_builtin[ob_fcode];
1081 return s390_expand_overloaded_builtin (loc, ob_fcode, arglist, return_type);
1083 s390_adjust_builtin_arglist (ob_fcode, target_builtin_decl, &arglist);