Searched refs:fr1_val (Results 1 – 1 of 1) sorted by relevance
4169 float fr1_val = get_float32_from_d_register(r1); in DecodeFourByteFloatingPoint() local4176 fr1_val += fr2_val; in DecodeFourByteFloatingPoint()4177 set_d_register_from_float32(r1, fr1_val); in DecodeFourByteFloatingPoint()4178 SetS390ConditionCode<float>(fr1_val, 0); in DecodeFourByteFloatingPoint()4184 fr1_val -= fr2_val; in DecodeFourByteFloatingPoint()4185 set_d_register_from_float32(r1, fr1_val); in DecodeFourByteFloatingPoint()4186 SetS390ConditionCode<float>(fr1_val, 0); in DecodeFourByteFloatingPoint()4192 fr1_val *= fr2_val; in DecodeFourByteFloatingPoint()4193 set_d_register_from_float32(r1, fr1_val); in DecodeFourByteFloatingPoint()4194 SetS390ConditionCode<float>(fr1_val, 0); in DecodeFourByteFloatingPoint()[all …]