Searched refs:LogicalFormatMap (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | instructions-arm64.h | 671 static const NEONFormatMap* LogicalFormatMap() { in LogicalFormatMap() function in v8::internal::NEONFormatDecoder
|
/third_party/node/deps/v8/src/diagnostics/arm64/ |
H A D | disasm-arm64.cc | 1614 nfd.SetFormatMaps(nfd.LogicalFormatMap()); in VisitNEON3Same() 1770 nfd.SetFormatMaps(nfd.LogicalFormatMap()); in VisitNEON2RegMisc() 2253 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LogicalFormatMap()); in VisitNEONExtract()
|
/third_party/vixl/src/aarch64/ |
H A D | instructions-aarch64.h | 976 static const NEONFormatMap* LogicalFormatMap() { in LogicalFormatMap() function in vixl::aarch64::NEONFormatDecoder
|
H A D | disasm-aarch64.cc | 2226 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LogicalFormatMap()); in Disassembler() 2317 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LogicalFormatMap()); in Disassembler() 2614 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LogicalFormatMap()); in Disassembler() 3150 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LogicalFormatMap()); in Disassembler() 3527 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LogicalFormatMap()); in Disassembler()
|
H A D | simulator-aarch64.cc | 7029 vf = nfd.GetVectorFormat(nfd.LogicalFormatMap()); in Simulator() 7336 VectorFormat vf = nfd.GetVectorFormat(nfd.LogicalFormatMap()); in Simulator() 8206 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LogicalFormatMap()); in Simulator() 9562 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LogicalFormatMap()); in Simulator()
|
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-arm64.cc | 3999 vf = nfd.GetVectorFormat(nfd.LogicalFormatMap()); 4182 VectorFormat vf = nfd.GetVectorFormat(nfd.LogicalFormatMap()); 4830 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LogicalFormatMap()); 5974 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LogicalFormatMap());
|
Completed in 41 milliseconds