Searched refs:kFormat16B (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/vixl/a64/ |
D | instructions-a64.cc | 430 case kFormat16B: return kFormat16B; in VectorFormatFillQ() 447 case kFormat8H: return kFormat16B; in VectorFormatHalfWidthDoubleLanes() 459 case kFormat8B: return kFormat16B; in VectorFormatDoubleLanes() 468 VIXL_ASSERT(vform == kFormat16B || vform == kFormat8H || vform == kFormat4S); in VectorFormatHalfLanes() 470 case kFormat16B: return kFormat8B; in VectorFormatHalfLanes() 515 case kFormat16B: return 8; in LaneSizeInBitsFromFormat() 540 case kFormat16B: return 0; in LaneSizeInBytesLog2FromFormat() 558 case kFormat16B: return 16; in LaneCountFromFormat() 580 case kFormat16B: return 16; in MaxLaneCountFromFormat()
|
D | instructions-a64.h | 432 kFormat16B = NEON_16B, enumerator 581 kFormat8B, kFormat16B, kFormat4H, kFormat8H, in GetVectorFormat()
|
D | logic-a64.cc | 2046 case kFormat16B: upperhalf = true; srcform = kFormat8H; break; in extractnarrow() 2589 case 0: dst.SetUint(vform, i, tab.Uint(kFormat16B, j & 15)); break; in tbx() 2605 case 0: dst.SetUint(vform, i, tab.Uint(kFormat16B, j & 15)); break; in tbx() 2606 case 1: dst.SetUint(vform, i, tab2.Uint(kFormat16B, j & 15)); break; in tbx() 2623 case 0: dst.SetUint(vform, i, tab.Uint(kFormat16B, j & 15)); break; in tbx() 2624 case 1: dst.SetUint(vform, i, tab2.Uint(kFormat16B, j & 15)); break; in tbx() 2625 case 2: dst.SetUint(vform, i, tab3.Uint(kFormat16B, j & 15)); break; in tbx() 2643 case 0: dst.SetUint(vform, i, tab.Uint(kFormat16B, j & 15)); break; in tbx() 2644 case 1: dst.SetUint(vform, i, tab2.Uint(kFormat16B, j & 15)); break; in tbx() 2645 case 2: dst.SetUint(vform, i, tab3.Uint(kFormat16B, j & 15)); break; in tbx() [all …]
|
D | simulator-a64.cc | 462 case kFormat16B: return kPrintReg16B; in GetPrintRegisterFormat() 3156 VectorFormat vf = kFormat16B; in NEONLoadStoreSingleStructHelper() 3386 vform = q ? kFormat16B : kFormat8B; in VisitNEONModifiedImmediate()
|
D | simulator-a64.h | 546 SetUint(kFormat16B, i, 0); in ClearForWrite()
|