Searched refs:update_fcsr0 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/loongarch/tcg/ |
H A D | fpu_helper.c | 81 static void update_fcsr0(CPULoongArchState *env, uintptr_t pc) in update_fcsr0() function 91 update_fcsr0(env, GETPC()); in helper_fadd_s() 100 update_fcsr0(env, GETPC()); in helper_fadd_d() 109 update_fcsr0(env, GETPC()); in helper_fsub_s() 118 update_fcsr0(env, GETPC()); in helper_fsub_d() 127 update_fcsr0(env, GETPC()); in helper_fmul_s() 136 update_fcsr0(env, GETPC()); in helper_fmul_d() 145 update_fcsr0(env, GETPC()); in helper_fdiv_s() 154 update_fcsr0(env, GETPC()); in helper_fdiv_d() 163 update_fcsr0(env, GETPC()); in helper_fmax_s() [all …]
|