Searched refs:r2_val (Results 1 – 3 of 3) sorted by relevance
2823 double r2_val = get_double_from_d_register(r2); in EVALUATE() local2825 double r1_val = r2_val + r3_val; in EVALUATE()2838 double r2_val = get_double_from_d_register(r2); in EVALUATE() local2840 double r1_val = r2_val - r3_val; in EVALUATE()2853 double r2_val = get_double_from_d_register(r2); in EVALUATE() local2855 double r1_val = r2_val * r3_val; in EVALUATE()2868 double r2_val = get_double_from_d_register(r2); in EVALUATE() local2870 double r1_val = r2_val / r3_val; in EVALUATE()2890 uint32_t r2_val = get_low_register<uint32_t>(r2); in EVALUATE() local2891 SetS390ConditionCode<uint32_t>(r1_val, r2_val); in EVALUATE()[all …]
271 void SetS390RoundConditionCode(T1 r2_val, T2 max, T2 min) { in SetS390RoundConditionCode() argument273 double r2_dval = static_cast<double>(r2_val); in SetS390RoundConditionCode()288 void SetS390RoundConditionCode(T1 r2_val, int64_t max, int64_t min) { in SetS390RoundConditionCode() argument290 double r2_dval = static_cast<double>(r2_val); in SetS390RoundConditionCode()
3981 intptr_t r2_val = get_register(r2); in CallInternal() local4056 set_register(r2, r2_val); in CallInternal()