Searched refs:update_fpsw (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/rx/ |
H A D | op_helper.c | 73 static void update_fpsw(CPURXState *env, float32 ret, uintptr_t retaddr) in update_fpsw() function 146 update_fpsw(env, *(uint32_t *)&ret, GETPC()); \ 159 update_fpsw(env, 0, GETPC()); in FLOATOP() 179 update_fpsw(env, ret, GETPC()); in helper_ftoi() 187 update_fpsw(env, ret, GETPC()); in helper_round() 195 update_fpsw(env, ret, GETPC()); in helper_itof()
|