Searched refs:kFormatS (Results 1 – 4 of 4) sorted by relevance
/external/vixl/src/aarch64/ |
D | instructions-aarch64.cc | 398 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 …]
|
D | instructions-aarch64.h | 524 kFormatS = NEON_S | NEONScalar, enumerator 670 kFormatS, in GetVectorFormat()
|
D | logic-aarch64.cc | 2128 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()
|
D | simulator-aarch64.cc | 547 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()
|