Home
last modified time | relevance | path

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

/external/v8/src/s390/
Dsimulator-s390.cc2410 int32_t r1_val = get_low_register<int32_t>(r1); in DecodeTwoByte() local
2415 isOF = CheckOverflowForIntAdd(r1_val, r2_val, int32_t); in DecodeTwoByte()
2416 r1_val += r2_val; in DecodeTwoByte()
2417 SetS390ConditionCode<int32_t>(r1_val, 0); in DecodeTwoByte()
2421 isOF = CheckOverflowForIntSub(r1_val, r2_val, int32_t); in DecodeTwoByte()
2422 r1_val -= r2_val; in DecodeTwoByte()
2423 SetS390ConditionCode<int32_t>(r1_val, 0); in DecodeTwoByte()
2427 r1_val |= r2_val; in DecodeTwoByte()
2428 SetS390BitWiseConditionCode<uint32_t>(r1_val); in DecodeTwoByte()
2431 r1_val &= r2_val; in DecodeTwoByte()
[all …]