Home
last modified time | relevance | path

Searched refs:kFormatB (Results 1 – 3 of 3) sorted by relevance

/external/vixl/src/vixl/a64/
Dinstructions-a64.cc403 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 …]
Dinstructions-a64.h445 kFormatB = NEON_B | NEONScalar, enumerator
583 kFormatB, kFormatH, kFormatS, kFormatD in GetVectorFormat()
Dlogic-a64.cc2051 case kFormatB : upperhalf = false; srcform = kFormatH; break; in extractnarrow()