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

/external/vixl/src/vixl/a64/
H A Dlogic-a64.cc2038 LogicVRegister Simulator::extractnarrow(VectorFormat dstform, argument
2048 switch (dstform) {
2068 offset = LaneCountFromFormat(dstform) / 2;
2071 dst.ClearForWrite(dstform);
2076 if (ssrc[i] > MaxIntFromFormat(dstform)) {
2078 } else if (ssrc[i] < MinIntFromFormat(dstform)) {
2084 if (ssrc[i] > static_cast<int64_t>(MaxUintFromFormat(dstform))) {
2090 if (usrc[i] > MaxUintFromFormat(dstform)) {
2097 result = ssrc[i] & MaxUintFromFormat(dstform);
2099 result = usrc[i] & MaxUintFromFormat(dstform);
[all...]

Completed in 160 milliseconds