Searched refs:kFormat4S (Results 1 – 4 of 4) sorted by relevance
/external/vixl/src/vixl/a64/ |
D | instructions-a64.cc | 397 VIXL_ASSERT(vform == kFormat8H || vform == kFormat4S || vform == kFormat2D || in VectorFormatHalfWidth() 401 case kFormat4S: return kFormat4H; in VectorFormatHalfWidth() 416 case kFormat4H: return kFormat4S; in VectorFormatDoubleWidth() 436 case kFormat4S: return kFormat4S; in VectorFormatFillQ() 449 case kFormat4S: return kFormat8H; in VectorFormatHalfWidthDoubleLanes() 451 case kFormat2D: return kFormat4S; in VectorFormatHalfWidthDoubleLanes() 461 case kFormat2S: return kFormat4S; in VectorFormatDoubleLanes() 468 VIXL_ASSERT(vform == kFormat16B || vform == kFormat8H || vform == kFormat4S); in VectorFormatHalfLanes() 472 case kFormat4S: return kFormat2S; in VectorFormatHalfLanes() 521 case kFormat4S: return 32; in LaneSizeInBitsFromFormat() [all …]
|
D | instructions-a64.h | 436 kFormat4S = NEON_4S, enumerator 582 kFormat2S, kFormat4S, kFormat1D, kFormat2D, in GetVectorFormat()
|
D | logic-a64.cc | 2047 case kFormat4H : upperhalf = false; srcform = kFormat4S; break; in extractnarrow() 2048 case kFormat8H : upperhalf = true; srcform = kFormat4S; break; in extractnarrow() 2050 case kFormat4S : upperhalf = true; srcform = kFormat2D; break; in extractnarrow() 4233 VIXL_ASSERT(vform == kFormat4S); in NEON_FPPAIRWISE_LIST() 4280 LogicVRegister index_reg = dup_element(kFormat4S, temp, src2, index); in fmul() 4300 LogicVRegister index_reg = dup_element(kFormat4S, temp, src2, index); in fmla() 4320 LogicVRegister index_reg = dup_element(kFormat4S, temp, src2, index); in fmls() 4340 LogicVRegister index_reg = dup_element(kFormat4S, temp, src2, index); in fmulx()
|
D | simulator-a64.cc | 466 case kFormat4S: return kPrintReg4S; in GetPrintRegisterFormat() 3216 vf = ((instr->NEONLSSize() & 1) == 0) ? kFormat4S : kFormat2D; in NEONLoadStoreSingleStructHelper() 3368 vform = (q == 1) ? kFormat4S : kFormat2S; in VisitNEONModifiedImmediate() 3377 vform = (q == 1) ? kFormat4S : kFormat2S; in VisitNEONModifiedImmediate() 3398 vform = q ? kFormat4S : kFormat2S; in VisitNEONModifiedImmediate()
|