Home
last modified time | relevance | path

Searched refs:LogicalFormatMap (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/codegen/arm64/
Dinstructions-arm64.h671 static const NEONFormatMap* LogicalFormatMap() { in LogicalFormatMap() function
/third_party/vixl/src/aarch64/
Dinstructions-aarch64.h913 static const NEONFormatMap* LogicalFormatMap() { in LogicalFormatMap() function
Ddisasm-aarch64.cc2885 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LogicalFormatMap()); in Disassembler()
2976 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LogicalFormatMap()); in Disassembler()
3275 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LogicalFormatMap()); in Disassembler()
3811 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LogicalFormatMap()); in Disassembler()
4190 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LogicalFormatMap()); in Disassembler()
Dsimulator-aarch64.cc6775 vf = nfd.GetVectorFormat(nfd.LogicalFormatMap()); in Simulator()
7082 VectorFormat vf = nfd.GetVectorFormat(nfd.LogicalFormatMap()); in Simulator()
7952 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LogicalFormatMap()); in Simulator()
9303 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LogicalFormatMap()); in Simulator()
/third_party/node/deps/v8/src/diagnostics/arm64/
Ddisasm-arm64.cc1614 nfd.SetFormatMaps(nfd.LogicalFormatMap()); in VisitNEON3Same()
1770 nfd.SetFormatMaps(nfd.LogicalFormatMap()); in VisitNEON2RegMisc()
2253 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LogicalFormatMap()); in VisitNEONExtract()
/third_party/node/deps/v8/src/execution/arm64/
Dsimulator-arm64.cc3999 vf = nfd.GetVectorFormat(nfd.LogicalFormatMap()); in VisitNEON2RegMisc()
4182 VectorFormat vf = nfd.GetVectorFormat(nfd.LogicalFormatMap()); in VisitNEON3Same()
4830 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LogicalFormatMap()); in VisitNEONExtract()
5974 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LogicalFormatMap()); in VisitNEONTable()