Searched refs:kFormat16B (Results 1 – 6 of 6) sorted by relevance
/external/vixl/src/aarch64/ |
D | instructions-aarch64.cc | 1063 case kFormat16B: in VectorFormatFillQ() 1064 return kFormat16B; in VectorFormatFillQ() 1088 return kFormat16B; in VectorFormatHalfWidthDoubleLanes() 1113 return kFormat16B; in VectorFormatDoubleLanes() 1126 VIXL_ASSERT(vform == kFormat16B || vform == kFormat8H || vform == kFormat4S); in VectorFormatHalfLanes() 1128 case kFormat16B: in VectorFormatHalfLanes() 1243 case kFormat16B: in RegisterSizeInBitsFromFormat() 1265 case kFormat16B: in LaneSizeInBitsFromFormat() 1303 case kFormat16B: in LaneSizeInBytesLog2FromFormat() 1334 case kFormat16B: in LaneCountFromFormat() [all …]
|
D | instructions-aarch64.h | 182 kFormat16B = NEON_16B, enumerator 817 kFormat16B, in GetVectorFormat()
|
D | simulator-aarch64.cc | 679 case kFormat16B: in GetPrintRegisterFormat() 6123 VectorFormat vf = kFormat16B; in NEONLoadStoreSingleStructHelper() 6375 vform = q ? kFormat16B : kFormat8B; in VisitNEONModifiedImmediate() 10145 ld1(kFormat16B, zt, addr + offset); in VisitSVELoadAndBroadcastQuadword_ScalarPlusImm() 10179 ld1(kFormat16B, zt, addr + offset); in VisitSVELoadAndBroadcastQuadword_ScalarPlusScalar()
|
D | logic-aarch64.cc | 2353 case kFormat16B: in extractnarrow() 3239 result[i] = zero_out_of_bounds ? 0 : dst.Uint(kFormat16B, i); in Table() 3246 result[i] = tab[tab_idx]->Uint(kFormat16B, j_idx); in Table()
|
D | simulator-aarch64.h | 649 SetUint(kFormat16B, i, 0); in ClearForWrite()
|
/external/vixl/test/aarch64/ |
D | test-api-aarch64.cc | 277 VIXL_CHECK(VRegister(5, kFormat16B).Is(v5.V16B())); in TEST()
|