Searched refs:float_comp_to_cc (Results 1 – 4 of 4) sorted by relevance
/qemu/target/s390x/tcg/ |
H A D | fpu_helper.c | 122 int float_comp_to_cc(CPUS390XState *env, FloatRelation float_compare) in float_comp_to_cc() function 395 return float_comp_to_cc(env, cmp); in HELPER() 403 return float_comp_to_cc(env, cmp); in HELPER() 412 return float_comp_to_cc(env, cmp); in HELPER() 758 return float_comp_to_cc(env, cmp); in HELPER() 766 return float_comp_to_cc(env, cmp); in HELPER() 775 return float_comp_to_cc(env, cmp); in HELPER()
|
H A D | vec_fpu_helper.c | 356 return float_comp_to_cc(env, cmp); in DEF_GVEC_VOP3() 376 return float_comp_to_cc(env, cmp); in wfc64() 396 return float_comp_to_cc(env, cmp); in wfc128()
|
/qemu/target/m68k/ |
H A D | fpu_helper.c | 423 static int float_comp_to_cc(FloatRelation float_compare) in float_comp_to_cc() function 444 env->fpsr = (env->fpsr & ~FPSR_CC_MASK) | float_comp_to_cc(float_compare); in HELPER()
|
/qemu/target/s390x/ |
H A D | s390x-internal.h | 304 int float_comp_to_cc(CPUS390XState *env, FloatRelation float_compare);
|