Searched refs:dstform (Results 1 - 1 of 1) sorted by relevance

/external/vixl/src/aarch64/
H A Dlogic-aarch64.cc2087 LogicVRegister Simulator::extractnarrow(VectorFormat dstform, argument
2097 switch (dstform) {
2145 offset = LaneCountFromFormat(dstform) / 2;
2148 dst.ClearForWrite(dstform);
2153 if (ssrc[i] > MaxIntFromFormat(dstform)) {
2155 } else if (ssrc[i] < MinIntFromFormat(dstform)) {
2161 if (ssrc[i] > static_cast<int64_t>(MaxUintFromFormat(dstform))) {
2167 if (usrc[i] > MaxUintFromFormat(dstform)) {
2174 result = ssrc[i] & MaxUintFromFormat(dstform);
2176 result = usrc[i] & MaxUintFromFormat(dstform);
[all...]

Completed in 108 milliseconds