Lines Matching refs:high_bits
2443 int32_t high_bits = product >> 32; in DecodeTwoByte() local
2444 r1_val = high_bits; in DecodeTwoByte()
2446 set_low_register(r1, high_bits); in DecodeTwoByte()
3477 int32_t high_bits = product >> 32; in DecodeFourByteArithmetic() local
3479 set_low_register(r1, high_bits); in DecodeFourByteArithmetic()
6585 int32_t high_bits = product >> 32; in EVALUATE() local
6586 r1_val = high_bits; in EVALUATE()
6588 set_low_register(r1, high_bits); in EVALUATE()
6955 int32_t high_bits = product >> 32; in EVALUATE() local
6956 r1_val = high_bits; in EVALUATE()
6958 set_low_register(r1, high_bits); in EVALUATE()
10330 int32_t high_bits = product >> 32; in EVALUATE() local
10332 set_low_register(r1, high_bits); in EVALUATE()
11183 int32_t high_bits = product >> 32; in EVALUATE() local
11184 r1_val = high_bits; in EVALUATE()
11186 set_low_register(r1, high_bits); in EVALUATE()
11467 uint32_t high_bits = product >> 32; in EVALUATE() local
11468 r1_val = high_bits; in EVALUATE()
11470 set_low_register(r1, high_bits); in EVALUATE()