| /third_party/node/deps/v8/src/codegen/arm64/ |
| D | instructions-arm64.cc | 313 NEONFormatDecoder::NEONFormatDecoder(const Instruction* instr) { in NEONFormatDecoder() function in v8::internal::NEONFormatDecoder 318 NEONFormatDecoder::NEONFormatDecoder(const Instruction* instr, in NEONFormatDecoder() function in v8::internal::NEONFormatDecoder 324 NEONFormatDecoder::NEONFormatDecoder(const Instruction* instr, in NEONFormatDecoder() function in v8::internal::NEONFormatDecoder 331 NEONFormatDecoder::NEONFormatDecoder(const Instruction* instr, in NEONFormatDecoder() function in v8::internal::NEONFormatDecoder 339 void NEONFormatDecoder::SetFormatMaps(const NEONFormatMap* format0, in SetFormatMaps() 352 void NEONFormatDecoder::SetFormatMap(unsigned index, in SetFormatMap() 359 const char* NEONFormatDecoder::SubstitutePlaceholders(const char* string) { in SubstitutePlaceholders() 364 const char* NEONFormatDecoder::Substitute(const char* string, in Substitute() 375 const char* NEONFormatDecoder::Mnemonic(const char* mnemonic) { in Mnemonic() 383 VectorFormat NEONFormatDecoder::GetVectorFormat(int format_index) { in GetVectorFormat() [all …]
|
| D | instructions-arm64.h | 594 class NEONFormatDecoder { 601 explicit NEONFormatDecoder(const Instruction* instr); 602 NEONFormatDecoder(const Instruction* instr, const NEONFormatMap* format); 603 NEONFormatDecoder(const Instruction* instr, const NEONFormatMap* format0, 605 NEONFormatDecoder(const Instruction* instr, const NEONFormatMap* format0,
|
| /third_party/node/deps/v8/src/diagnostics/arm64/ |
| D | disasm-arm64.cc | 1579 NEONFormatDecoder nfd(instr); in VisitNEON3Same() 1673 NEONFormatDecoder nfd(instr); in VisitNEON2RegMisc() 1943 NEONFormatDecoder nfd(instr); in VisitNEON3Different() 2048 NEONFormatDecoder nfd(instr, NEONFormatDecoder::ScalarFormatMap(), in VisitNEONAcrossLanes() 2049 NEONFormatDecoder::IntegerFormatMap()); in VisitNEONAcrossLanes() 2102 nfd.Substitute(form, NEONFormatDecoder::kPlaceholder, in VisitNEONAcrossLanes() 2103 NEONFormatDecoder::kFormat)); in VisitNEONAcrossLanes() 2114 NEONFormatDecoder nfd(instr, &map_ta, NEONFormatDecoder::IntegerFormatMap(), in VisitNEONByIndexedElement() 2115 NEONFormatDecoder::ScalarFormatMap()); in VisitNEONByIndexedElement() 2205 NEONFormatDecoder nfd(instr, NEONFormatDecoder::TriangularFormatMap(), in VisitNEONCopy() [all …]
|
| /third_party/vixl/src/aarch64/ |
| D | disasm-aarch64.cc | 2833 NEONFormatDecoder nfd(instr); in Disassembler() 2841 NEONFormatDecoder nfd(instr); in Disassembler() 2848 NEONFormatDecoder nfd(instr, NEONFormatDecoder::FPFormatMap()); in Disassembler() 2859 NEONFormatDecoder nfd(instr, &map_cvt_tb, &map_cvt_ta); in Disassembler() 2878 NEONFormatDecoder nfd(instr, NEONFormatDecoder::FPFormatMap()); in Disassembler() 2885 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LogicalFormatMap()); in Disassembler() 2896 NEONFormatDecoder nfd(instr, in Disassembler() 2897 NEONFormatDecoder::IntegerFormatMap(), in Disassembler() 2898 NEONFormatDecoder::LongIntegerFormatMap()); in Disassembler() 2920 NEONFormatDecoder nfd(instr); in Disassembler() [all …]
|
| D | instructions-aarch64.h | 762 class NEONFormatDecoder { 769 explicit NEONFormatDecoder(const Instruction* instr) { in NEONFormatDecoder() function 773 NEONFormatDecoder(const Instruction* instr, const NEONFormatMap* format) { in NEONFormatDecoder() function 777 NEONFormatDecoder(const Instruction* instr, in NEONFormatDecoder() function 783 NEONFormatDecoder(const Instruction* instr, in NEONFormatDecoder() function
|
| D | simulator-aarch64.cc | 6690 NEONFormatDecoder nfd(instr); in Simulator() 6972 NEONFormatDecoder nfd(instr); in Simulator() 7076 NEONFormatDecoder nfd(instr); in Simulator() 7351 NEONFormatDecoder nfd(instr); in Simulator() 7408 NEONFormatDecoder nfd(instr); in Simulator() 7444 NEONFormatDecoder nfd(instr); in Simulator() 7616 NEONFormatDecoder nfd(instr); in Simulator() 7693 NEONFormatDecoder nfd(instr); in Simulator() 7775 NEONFormatDecoder nfd(instr); in Simulator() 7872 NEONFormatDecoder nfd(instr); in Simulator() [all …]
|
| /third_party/node/deps/v8/src/execution/arm64/ |
| D | simulator-arm64.cc | 3913 NEONFormatDecoder nfd(instr); in VisitNEON2RegMisc() 4176 NEONFormatDecoder nfd(instr); in VisitNEON3Same() 4434 NEONFormatDecoder nfd(instr); in VisitNEON3Different() 4605 NEONFormatDecoder nfd(instr); in VisitNEONAcrossLanes() 4662 NEONFormatDecoder nfd(instr); in VisitNEONByIndexedElement() 4792 NEONFormatDecoder nfd(instr, NEONFormatDecoder::TriangularFormatMap()); in VisitNEONCopy() 4830 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LogicalFormatMap()); in VisitNEONExtract() 4845 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LoadStoreFormatMap()); in NEONLoadStoreMultiStructHelper() 5001 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LoadStoreFormatMap()); in NEONLoadStoreSingleStructHelper() 5338 NEONFormatDecoder nfd(instr, NEONFormatDecoder::ScalarFormatMap()); in VisitNEONScalar2RegMisc() [all …]
|