Searched refs:update_fcsr0 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/loongarch/tcg/ |
H A D | fpu_helper.c | 90 update_fcsr0(env, GETPC()); in helper_fadd_s() 99 update_fcsr0(env, GETPC()); in helper_fadd_d() 108 update_fcsr0(env, GETPC()); in helper_fsub_s() 117 update_fcsr0(env, GETPC()); in helper_fsub_d() 126 update_fcsr0(env, GETPC()); in helper_fmul_s() 135 update_fcsr0(env, GETPC()); in helper_fmul_d() 144 update_fcsr0(env, GETPC()); in helper_fdiv_s() 153 update_fcsr0(env, GETPC()); in helper_fdiv_d() 162 update_fcsr0(env, GETPC()); in helper_fmax_s() 171 update_fcsr0(env, GETPC()); in helper_fmax_d() [all …]
|