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

  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390.cc 16357 tree sfpc = s390_builtin_decls[S390_BUILTIN_s390_sfpc];
16380 tree set_new_fpc = build_call_expr (sfpc, 1, new_fpc);
16389 *clear = build_call_expr (sfpc, 1, new_fpc);
16401 set_new_fpc = build_call_expr (sfpc, 1, fenv_var);
16356 tree sfpc = s390_builtin_decls[S390_BUILTIN_s390_sfpc]; local
  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390.cc 16896 tree sfpc = s390_builtin_decls[S390_BUILTIN_s390_sfpc];
16919 tree set_new_fpc = build_call_expr (sfpc, 1, new_fpc);
16928 *clear = build_call_expr (sfpc, 1, new_fpc);
16940 set_new_fpc = build_call_expr (sfpc, 1, fenv_var);
16895 tree sfpc = s390_builtin_decls[S390_BUILTIN_s390_sfpc]; local

Completed in 29 milliseconds