Home
last modified time | relevance | path

Searched refs:nlt_4 (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/codegen/arm/
Dconstants-arm.h323 enum NeonListType { nlt_1 = 0x7, nlt_2 = 0xA, nlt_3 = 0x6, nlt_4 = 0x2 }; enumerator
Dassembler-arm.h290 return nlt_4; in type()
/third_party/node/deps/v8/src/diagnostics/arm/
Ddisasm-arm.cc396 } else if (type == nlt_4) { in FormatNeonList()
2464 if (itype == nlt_1 || itype == nlt_2 || itype == nlt_3 || itype == nlt_4) { in DecodeAdvancedSIMDElementOrStructureLoadStore()
/third_party/node/deps/v8/src/execution/arm/
Dsimulator-arm.cc5778 case nlt_4: in DecodeAdvancedSIMDLoadStoreMultipleStructures()