OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MaxUintFromFormat
(Results
1 - 5
of
5
) sorted by null
/external/vixl/src/vixl/a64/
instructions-a64.cc
618
uint64_t
MaxUintFromFormat
(VectorFormat vform) {
logic-a64.cc
726
dst.SetUint(vform, i, result ?
MaxUintFromFormat
(vform) : 0);
751
dst.SetUint(vform, i, ((ua & ub) != 0) ?
MaxUintFromFormat
(vform) : 0);
[
all
...]
instructions-a64.h
470
uint64_t
MaxUintFromFormat
(VectorFormat vform);
simulator-a64.h
496
SetUint(vform, i,
MaxUintFromFormat
(vform));
532
val |= (
MaxUintFromFormat
(vform) >> 1) + 1;
548
val ^= (
MaxUintFromFormat
(vform) >> 1) + 1;
[
all
...]
simulator-a64.cc
[
all
...]
Completed in 510 milliseconds