Searched refs:get_fcsr_update_call (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/ |
H A D | loongarch-builtins.cc | 402 tree get_fcsr_update_call = build_call_expr (get_fcsr, 1, const0); in loongarch_atomic_assign_expand_fenv() local 404 get_fcsr_update_call, NULL, NULL); in loongarch_atomic_assign_expand_fenv()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/ |
H A D | mips.cc | 22639 tree get_fcsr_update_call = build_call_expr (get_fcsr, 0); in mips_atomic_assign_expand_fenv() local 22641 exceptions_var, get_fcsr_update_call, NULL, NULL); in mips_atomic_assign_expand_fenv()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/ |
H A D | mips.c | 22435 tree get_fcsr_update_call = build_call_expr (get_fcsr, 0); in mips_atomic_assign_expand_fenv() local 22437 exceptions_var, get_fcsr_update_call, NULL, NULL); in mips_atomic_assign_expand_fenv()
|