]> Git Repo - qemu.git/blobdiff - target-s390x/cpu.h
target-s390x: split FPU ops
[qemu.git] / target-s390x / cpu.h
index 18ac6e3938ea4f426290168a39d4f3f2b34471b8..b4620c502d29db803f5ae611340a404560dac8d4 100644 (file)
@@ -999,4 +999,10 @@ static inline void cpu_pc_from_tb(CPUS390XState *env, TranslationBlock* tb)
     env->psw.addr = tb->pc;
 }
 
+/* fpu_helper.c */
+uint32_t set_cc_f32(float32 v1, float32 v2);
+uint32_t set_cc_f64(float64 v1, float64 v2);
+uint32_t set_cc_nz_f32(float32 v);
+uint32_t set_cc_nz_f64(float64 v);
+
 #endif
This page took 0.022498 seconds and 4 git commands to generate.