Home | History | Annotate | Download | only in arm64

Lines Matching refs:value_plus_a

2608   uint64_t value_plus_a = value + a;
2609 uint64_t b = LargestPowerOf2Divisor(value_plus_a);
2610 uint64_t value_plus_a_minus_b = value_plus_a - b;