Searched refs:fr2_val (Results 1 – 1 of 1) sorted by relevance
2720 float fr2_val = get_float32_from_d_register(r2); in DecodeFourByte() local2721 SetS390ConditionCode<float>(fr2_val, 0.0); in DecodeFourByte()4170 float fr2_val = get_float32_from_d_register(r2); in DecodeFourByteFloatingPoint() local4176 fr1_val += fr2_val; in DecodeFourByteFloatingPoint()4184 fr1_val -= fr2_val; in DecodeFourByteFloatingPoint()4192 fr1_val *= fr2_val; in DecodeFourByteFloatingPoint()4211 fr1_val /= fr2_val; in DecodeFourByteFloatingPoint()4221 if (isNaN(fr1_val) || isNaN(fr2_val)) { in DecodeFourByteFloatingPoint()4224 SetS390ConditionCode<float>(fr1_val, fr2_val); in DecodeFourByteFloatingPoint()4231 int64_t fr2_val = get_register(r2); in DecodeFourByteFloatingPoint() local[all …]