Home
last modified time | relevance | path

Searched refs:fr2_val (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/s390/
Dsimulator-s390.cc2720 float fr2_val = get_float32_from_d_register(r2); in DecodeFourByte() local
2721 SetS390ConditionCode<float>(fr2_val, 0.0); in DecodeFourByte()
4170 float fr2_val = get_float32_from_d_register(r2); in DecodeFourByteFloatingPoint() local
4176 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 …]