Home
last modified time | relevance | path

Searched refs:kFormatS (Results 1 – 4 of 4) sorted by relevance

/external/vixl/src/aarch64/
Dinstructions-aarch64.cc398 vform == kFormatH || vform == kFormatS || vform == kFormatD); in VectorFormatHalfWidth()
408 case kFormatS: in VectorFormatHalfWidth()
411 return kFormatS; in VectorFormatHalfWidth()
421 vform == kFormatB || vform == kFormatH || vform == kFormatS); in VectorFormatDoubleWidth()
432 return kFormatS; in VectorFormatDoubleWidth()
433 case kFormatS: in VectorFormatDoubleWidth()
452 case kFormatS: in VectorFormatFillQ()
525 return kFormatS; in ScalarFormatFromLaneSize()
547 case kFormatS: in RegisterSizeInBitsFromFormat()
578 case kFormatS: in LaneSizeInBitsFromFormat()
[all …]
Dinstructions-aarch64.h524 kFormatS = NEON_S | NEONScalar, enumerator
670 kFormatS, in GetVectorFormat()
Dlogic-aarch64.cc2128 srcform = kFormatS; in extractnarrow()
2130 case kFormatS: in extractnarrow()
4293 if (vform == kFormatS) { \
4317 dst.ClearForWrite(kFormatS); in NEON_FPPAIRWISE_LIST()
4928 float result = FixedToFloat(src.Int(kFormatS, i), fbits, round); in scvtf()
4947 float result = UFixedToFloat(src.Uint(kFormatS, i), fbits, round); in ucvtf()
Dsimulator-aarch64.cc547 case kFormatS: in GetPrintRegisterFormat()
570 case kFormatS: in GetPrintRegisterFormatFP()
2623 VectorFormat vform = (instr->Mask(FP64) == FP64) ? kFormatD : kFormatS; in VisitFPDataProcessing1Source()
2715 VectorFormat vform = (instr->Mask(FP64) == FP64) ? kFormatD : kFormatS; in VisitFPDataProcessing2Source()
4556 fcvtxn(kFormatS, rd, rn); in VisitNEONScalar2RegMisc()