Searched defs:first_val (Results 1 - 1 of 1) sorted by relevance

/external/vixl/src/aarch64/
H A Dlogic-aarch64.cc1389 int64_t first_val = src->Int(vform, i); local
1393 dst_val = (first_val > second_val) ? first_val : second_val;
1395 dst_val = (first_val < second_val) ? first_val : second_val;
1569 uint64_t first_val = src->Uint(vform, i); local
1573 dst_val = (first_val > second_val) ? first_val : second_val;
1575 dst_val = (first_val < second_val) ? first_val
[all...]

Completed in 113 milliseconds