Searched refs:is_abs (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/s390x/tcg/ |
H A D | vec_fpu_helper.c | 905 S390MinMaxType type, bool is_min, bool is_abs, bool se, in vfminmax32() argument 921 if (is_abs) { in vfminmax32() 947 } else if (!is_abs) { in vfminmax32() 967 S390MinMaxType type, bool is_min, bool is_abs, bool se, in vfminmax64() argument 983 if (is_abs) { in vfminmax64() 1009 } else if (!is_abs) { in vfminmax64() 1029 S390MinMaxType type, bool is_min, bool is_abs, bool se, in vfminmax128() argument 1041 if (is_abs) { in vfminmax128() 1067 } else if (!is_abs) { in vfminmax128() 1086 bool is_abs = false; \ [all …]
|