Searched refs:kFormat16B (Results 1 – 14 of 14) sorted by relevance
/third_party/node/deps/v8/src/codegen/arm64/ |
D | register-arm64.cc | 58 case kFormat16B: in VectorFormatFillQ() 59 return kFormat16B; in VectorFormatFillQ() 82 return kFormat16B; in VectorFormatHalfWidthDoubleLanes() 100 return kFormat16B; in VectorFormatDoubleLanes() 111 DCHECK(vform == kFormat16B || vform == kFormat8H || vform == kFormat4S); in VectorFormatHalfLanes() 113 case kFormat16B: in VectorFormatHalfLanes() 177 case kFormat16B: in LaneSizeInBitsFromFormat() 205 case kFormat16B: in LaneSizeInBytesLog2FromFormat() 227 case kFormat16B: in LaneCountFromFormat() 254 case kFormat16B: in MaxLaneCountFromFormat()
|
D | instructions-arm64.cc | 390 kFormatUndefined, kFormat8B, kFormat16B, kFormat4H, kFormat8H, in GetVectorFormat()
|
D | register-arm64.h | 277 kFormat16B = NEON_16B, enumerator
|
/third_party/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() 1244 case kFormat16B: in RegisterSizeInBitsFromFormat() 1266 case kFormat16B: in LaneSizeInBitsFromFormat() 1306 case kFormat16B: in LaneSizeInBytesLog2FromFormat() 1337 case kFormat16B: in LaneCountFromFormat() [all …]
|
D | instructions-aarch64.h | 182 kFormat16B = NEON_16B, enumerator 851 kFormat16B, in GetVectorFormat()
|
D | simulator-aarch64.cc | 1099 case kFormat16B: in Simulator() 8160 VectorFormat vf = kFormat16B; in Simulator() 8412 vform = q ? kFormat16B : kFormat8B; in Simulator()
|
D | logic-aarch64.cc | 2191 if ((dstform == kFormat16B) || (dstform == kFormat8H) || in extractnarrow() 3242 VectorFormat vform_tab = (vform == kFormat8B) ? kFormat16B : vform; in Table()
|
D | simulator-aarch64.h | 659 SetUint(kFormat16B, i, 0); in ClearForWrite()
|
/third_party/node/deps/v8/src/wasm/baseline/arm64/ |
D | liftoff-assembler-arm64.h | 2536 src1 = scope.AcquireV(kFormat16B); in emit_i8x16_shuffle() 2537 src2 = scope.AcquireV(kFormat16B); in emit_i8x16_shuffle() 2604 liftoff::EmitAllTrue(this, dst, src, kFormat16B); in emit_i8x16_alltrue()
|
/third_party/node/deps/v8/src/execution/arm64/ |
D | simulator-logic-arm64.cc | 1723 case kFormat16B: in ExtractNarrow() 2155 result[i] = zero_out_of_bounds ? 0 : dst.Uint(kFormat16B, i); in Table() 2162 result[i] = tab[tab_idx]->Uint(kFormat16B, j_idx); in Table()
|
D | simulator-arm64.cc | 1249 case kFormat16B: in GetPrintRegisterFormat() 5004 VectorFormat vf = kFormat16B; in NEONLoadStoreSingleStructHelper() 5263 vform = q ? kFormat16B : kFormat8B; in VisitNEONModifiedImmediate()
|
D | simulator-arm64.h | 518 SetUint(kFormat16B, i, 0); in ClearForWrite()
|
/third_party/vixl/test/aarch64/ |
D | test-api-aarch64.cc | 277 VIXL_CHECK(VRegister(5, kFormat16B).Is(v5.V16B())); in TEST()
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
D | code-generator-arm64.cc | 2752 VRegister temp = scope.AcquireV(kFormat16B); in AssembleArchInstruction()
|