Home
last modified time | relevance | path

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

/external/v8/src/s390/
Dsimulator-s390.cc2430 int32_t r1_val = get_low_register<int32_t>(r1); in DecodeTwoByte() local
2435 isOF = CheckOverflowForIntAdd(r1_val, r2_val, int32_t); in DecodeTwoByte()
2436 r1_val += r2_val; in DecodeTwoByte()
2437 SetS390ConditionCode<int32_t>(r1_val, 0); in DecodeTwoByte()
2441 isOF = CheckOverflowForIntSub(r1_val, r2_val, int32_t); in DecodeTwoByte()
2442 r1_val -= r2_val; in DecodeTwoByte()
2443 SetS390ConditionCode<int32_t>(r1_val, 0); in DecodeTwoByte()
2447 r1_val |= r2_val; in DecodeTwoByte()
2448 SetS390BitWiseConditionCode<uint32_t>(r1_val); in DecodeTwoByte()
2451 r1_val &= r2_val; in DecodeTwoByte()
[all …]