Searched refs:kFormatUndefined (Results 1 - 11 of 11) sorted by relevance
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | register-arm64.cc | 152 DCHECK_NE(vform, kFormatUndefined); in RegisterSizeInBitsFromFormat() 173 DCHECK_NE(vform, kFormatUndefined); in LaneSizeInBitsFromFormat() 201 DCHECK_NE(vform, kFormatUndefined); in LaneSizeInBytesLog2FromFormat() 225 DCHECK_NE(vform, kFormatUndefined); in LaneCountFromFormat() 250 DCHECK_NE(vform, kFormatUndefined); in MaxLaneCountFromFormat() 275 DCHECK_NE(vform, kFormatUndefined); in IsVectorFormat()
|
H A D | instructions-arm64.cc | 390 kFormatUndefined, kFormat8B, kFormat16B, kFormat4H, kFormat8H, in GetVectorFormat()
|
H A D | register-arm64.h | 275 kFormatUndefined = 0xffffffff, enumerator
|
/third_party/vixl/src/aarch64/ |
H A D | instructions-aarch64.cc | 63 movprfx_is_predicated ? movprfx->GetSVEVectorFormat() : kFormatUndefined; in CanTakeSVEMovprfx() 1028 return kFormatUndefined; in VectorFormatHalfWidth() 1055 return kFormatUndefined; in VectorFormatDoubleWidth() 1080 return kFormatUndefined; in VectorFormatFillQ() 1106 return kFormatUndefined; in VectorFormatHalfWidthDoubleLanes() 1121 return kFormatUndefined; in VectorFormatDoubleLanes() 1137 return kFormatUndefined; in VectorFormatHalfLanes() 1154 return kFormatUndefined; in ScalarFormatFromLaneSize() 1188 return kFormatUndefined; in SVEFormatFromLaneSizeInBytes() 1203 return kFormatUndefined; in SVEFormatFromLaneSizeInBits() [all...] |
H A D | instructions-aarch64.h | 184 kFormatUndefined = 0xffffffff, enumerator 338 return kFormatUndefined; in GetSVEVectorFormat() 912 static const VectorFormat vform[] = {kFormatUndefined, in GetVectorFormat()
|
H A D | simulator-aarch64.cc | 8647 VectorFormat vform = kFormatUndefined; in Simulator() 10558 VectorFormat vform = kFormatUndefined; in Simulator() 10654 VectorFormat vform = kFormatUndefined; in Simulator() 10752 VectorFormat dst_data_size = kFormatUndefined; in Simulator() 10753 VectorFormat src_data_size = kFormatUndefined; in Simulator() 12399 VectorFormat vform = kFormatUndefined; in Simulator() 12434 VectorFormat vform = kFormatUndefined; in Simulator() 12824 VectorFormat vform = kFormatUndefined; in Simulator() 12855 VectorFormat vform = kFormatUndefined; in Simulator() 13541 VectorFormat element_form = kFormatUndefined; in Simulator() [all...] |
H A D | disasm-aarch64.cc | 2264 if (vform_dst != kFormatUndefined) { in Disassembler() 2358 if (vform_dst != kFormatUndefined) { in Disassembler() 3483 if (vform_dst != kFormatUndefined) { in Disassembler()
|
H A D | simulator-aarch64.h | 1021 vector_form_(kFormatUndefined), in LogicSVEAddressVector()
|
/third_party/vixl/test/aarch64/ |
H A D | test-simulator-aarch64.cc | 1452 VIXL_ASSERT(vd_form != kFormatUndefined); in Test1OpNEON_Helper() 1453 VIXL_ASSERT(vn_form != kFormatUndefined); in Test1OpNEON_Helper() 1660 VIXL_ASSERT(vd_form != kFormatUndefined); in Test1OpAcrossNEON_Helper() 1661 VIXL_ASSERT(vn_form != kFormatUndefined); in Test1OpAcrossNEON_Helper() 1889 VIXL_ASSERT(vd_form != kFormatUndefined); in Test2OpNEON_Helper() 1890 VIXL_ASSERT(vn_form != kFormatUndefined); in Test2OpNEON_Helper() 1891 VIXL_ASSERT(vm_form != kFormatUndefined); in Test2OpNEON_Helper() 2140 VIXL_ASSERT(vd_form != kFormatUndefined); in TestByElementNEON_Helper() 2141 VIXL_ASSERT(vn_form != kFormatUndefined); in TestByElementNEON_Helper() 2142 VIXL_ASSERT(vm_form != kFormatUndefined); in TestByElementNEON_Helper() [all...] |
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-arm64.cc | 5239 VectorFormat vform = kFormatUndefined;
|
H A D | simulator-logic-arm64.cc | 1714 VectorFormat srcform = kFormatUndefined; in ExtractNarrow()
|
Completed in 54 milliseconds