Searched refs:kFormatB (Results 1 – 3 of 3) sorted by relevance
403 case kFormatH: return kFormatB; in VectorFormatHalfWidth()413 vform == kFormatB || vform == kFormatH || vform == kFormatS); in VectorFormatDoubleWidth()418 case kFormatB: return kFormatH; in VectorFormatDoubleWidth()428 case kFormatB: in VectorFormatFillQ()480 case 8: return kFormatB; in ScalarFormatFromLaneSize()492 case kFormatB: return kBRegSize; in RegisterSizeInBitsFromFormat()513 case kFormatB: in LaneSizeInBitsFromFormat()538 case kFormatB: in LaneSizeInBytesLog2FromFormat()566 case kFormatB: in LaneCountFromFormat()578 case kFormatB: in MaxLaneCountFromFormat()[all …]
445 kFormatB = NEON_B | NEONScalar, enumerator583 kFormatB, kFormatH, kFormatS, kFormatD in GetVectorFormat()
2051 case kFormatB : upperhalf = false; srcform = kFormatH; break; in extractnarrow()