Home
last modified time | relevance | path

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

/external/vixl/src/vixl/a64/
Dinstructions-a64.cc398 vform == kFormatH || vform == kFormatS || vform == kFormatD); in VectorFormatHalfWidth()
404 case kFormatS: return kFormatH; in VectorFormatHalfWidth()
405 case kFormatD: return kFormatS; in VectorFormatHalfWidth()
413 vform == kFormatB || vform == kFormatH || vform == kFormatS); in VectorFormatDoubleWidth()
419 case kFormatH: return kFormatS; in VectorFormatDoubleWidth()
420 case kFormatS: return kFormatD; in VectorFormatDoubleWidth()
434 case kFormatS: in VectorFormatFillQ()
482 case 32: return kFormatS; in ScalarFormatFromLaneSize()
494 case kFormatS: return kSRegSize; in RegisterSizeInBitsFromFormat()
519 case kFormatS: in LaneSizeInBitsFromFormat()
[all …]
Dinstructions-a64.h447 kFormatS = NEON_S | NEONScalar, enumerator
583 kFormatB, kFormatH, kFormatS, kFormatD in GetVectorFormat()
Dlogic-a64.cc2052 case kFormatH : upperhalf = false; srcform = kFormatS; break; in extractnarrow()
2053 case kFormatS : upperhalf = false; srcform = kFormatD; break; in extractnarrow()
4214 if (vform == kFormatS) { \
4238 dst.ClearForWrite(kFormatS); in NEON_FPPAIRWISE_LIST()
4836 float result = FixedToFloat(src.Int(kFormatS, i), fbits, round); in scvtf()
4855 float result = UFixedToFloat(src.Uint(kFormatS, i), fbits, round); in ucvtf()
Dsimulator-a64.cc2219 VectorFormat vform = (instr->Mask(FP64) == FP64) ? kFormatD : kFormatS; in VisitFPDataProcessing1Source()
2230 case FABS_s: fabs_(kFormatS, vreg(fd), vreg(fn)); return; in VisitFPDataProcessing1Source()
2232 case FNEG_s: fneg(kFormatS, vreg(fd), vreg(fn)); return; in VisitFPDataProcessing1Source()
2267 VectorFormat vform = (instr->Mask(FP64) == FP64) ? kFormatD : kFormatS; in VisitFPDataProcessing2Source()
3510 fcvtxn(kFormatS, rd, rn); in VisitNEONScalar2RegMisc()