Home | History | Annotate | Download | only in s390

Lines Matching refs:high_bits

2463           int32_t high_bits = product >> 32;
2464 r1_val = high_bits;
2466 set_low_register(r1, high_bits);
3497 int32_t high_bits = product >> 32;
3499 set_low_register(r1, high_bits);
6695 int32_t high_bits = product >> 32;
6696 r1_val = high_bits;
6698 set_low_register(r1, high_bits);
7065 int32_t high_bits = product >> 32;
7066 r1_val = high_bits;
7068 set_low_register(r1, high_bits);
10519 int32_t high_bits = product >> 32;
10521 set_low_register(r1, high_bits);
11391 int32_t high_bits = product >> 32;
11392 r1_val = high_bits;
11394 set_low_register(r1, high_bits);
11675 uint32_t high_bits = product >> 32;
11676 r1_val = high_bits;
11678 set_low_register(r1, high_bits);