Searched refs:update_fpsw (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/target/rx/ |
| H A D | op_helper.c | 72 static void update_fpsw(CPURXState *env, float32 ret, uintptr_t retaddr) in update_fpsw() function 145 update_fpsw(env, *(uint32_t *)&ret, GETPC()); \ 158 update_fpsw(env, 0, GETPC()); in FLOATOP() 178 update_fpsw(env, ret, GETPC()); in helper_ftoi() 186 update_fpsw(env, ret, GETPC()); in helper_round() 194 update_fpsw(env, ret, GETPC()); in helper_itof()
|