Home
last modified time | relevance | path

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

/external/v8/src/s390/
Dsimulator-s390.cc3284 uint64_t bitwise_result = 0; in DecodeFourByteArithmetic64Bit() local
3286 bitwise_result = r2_val & r3_val; in DecodeFourByteArithmetic64Bit()
3288 bitwise_result = r2_val | r3_val; in DecodeFourByteArithmetic64Bit()
3290 bitwise_result = r2_val ^ r3_val; in DecodeFourByteArithmetic64Bit()
3292 SetS390BitWiseConditionCode<uint64_t>(bitwise_result); in DecodeFourByteArithmetic64Bit()
3293 set_register(r1, bitwise_result); in DecodeFourByteArithmetic64Bit()
3391 uint32_t bitwise_result = 0; in DecodeFourByteArithmetic() local
3393 bitwise_result = r2_val & r3_val; in DecodeFourByteArithmetic()
3395 bitwise_result = r2_val | r3_val; in DecodeFourByteArithmetic()
3397 bitwise_result = r2_val ^ r3_val; in DecodeFourByteArithmetic()
[all …]