Searched refs:NEONFormatDecoder (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/arm64/ |
D | instructions-arm64.cc | 629 NEONFormatDecoder::NEONFormatDecoder(const Instruction* instr) { in NEONFormatDecoder() function in v8::internal::NEONFormatDecoder 634 NEONFormatDecoder::NEONFormatDecoder(const Instruction* instr, in NEONFormatDecoder() function in v8::internal::NEONFormatDecoder 640 NEONFormatDecoder::NEONFormatDecoder(const Instruction* instr, in NEONFormatDecoder() function in v8::internal::NEONFormatDecoder 647 NEONFormatDecoder::NEONFormatDecoder(const Instruction* instr, in NEONFormatDecoder() function in v8::internal::NEONFormatDecoder 655 void NEONFormatDecoder::SetFormatMaps(const NEONFormatMap* format0, in SetFormatMaps() 664 void NEONFormatDecoder::SetFormatMap(unsigned index, in SetFormatMap() 671 const char* NEONFormatDecoder::SubstitutePlaceholders(const char* string) { in SubstitutePlaceholders() 675 const char* NEONFormatDecoder::Substitute(const char* string, in Substitute() 684 const char* NEONFormatDecoder::Mnemonic(const char* mnemonic) { in Mnemonic() 692 VectorFormat NEONFormatDecoder::GetVectorFormat(int format_index) { in GetVectorFormat() [all …]
|
D | disasm-arm64.cc | 1300 NEONFormatDecoder nfd(instr); in VisitNEON3Same() 1394 NEONFormatDecoder nfd(instr); in VisitNEON2RegMisc() 1664 NEONFormatDecoder nfd(instr); in VisitNEON3Different() 1769 NEONFormatDecoder nfd(instr, NEONFormatDecoder::ScalarFormatMap(), in VisitNEONAcrossLanes() 1770 NEONFormatDecoder::IntegerFormatMap()); in VisitNEONAcrossLanes() 1823 nfd.Substitute(form, NEONFormatDecoder::kPlaceholder, in VisitNEONAcrossLanes() 1824 NEONFormatDecoder::kFormat)); in VisitNEONAcrossLanes() 1835 NEONFormatDecoder nfd(instr, &map_ta, NEONFormatDecoder::IntegerFormatMap(), in VisitNEONByIndexedElement() 1836 NEONFormatDecoder::ScalarFormatMap()); in VisitNEONByIndexedElement() 1926 NEONFormatDecoder nfd(instr, NEONFormatDecoder::TriangularFormatMap(), in VisitNEONCopy() [all …]
|
D | instructions-arm64.h | 633 class NEONFormatDecoder { 640 explicit NEONFormatDecoder(const Instruction* instr); 641 NEONFormatDecoder(const Instruction* instr, const NEONFormatMap* format); 642 NEONFormatDecoder(const Instruction* instr, const NEONFormatMap* format0, 644 NEONFormatDecoder(const Instruction* instr, const NEONFormatMap* format0,
|
D | simulator-arm64.cc | 3452 NEONFormatDecoder nfd(instr); in VisitNEON2RegMisc() 3715 NEONFormatDecoder nfd(instr); in VisitNEON3Same() 3973 NEONFormatDecoder nfd(instr); in VisitNEON3Different() 4144 NEONFormatDecoder nfd(instr); in VisitNEONAcrossLanes() 4201 NEONFormatDecoder nfd(instr); in VisitNEONByIndexedElement() 4331 NEONFormatDecoder nfd(instr, NEONFormatDecoder::TriangularFormatMap()); in VisitNEONCopy() 4369 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LogicalFormatMap()); in VisitNEONExtract() 4384 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LoadStoreFormatMap()); in NEONLoadStoreMultiStructHelper() 4540 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LoadStoreFormatMap()); in NEONLoadStoreSingleStructHelper() 4869 NEONFormatDecoder nfd(instr, NEONFormatDecoder::ScalarFormatMap()); in VisitNEONScalar2RegMisc() [all …]
|
/external/vixl/src/aarch64/ |
D | disasm-aarch64.cc | 2197 NEONFormatDecoder nfd(instr); in VisitNEON2RegMisc() 2469 NEONFormatDecoder nfd(instr, &map_half); in VisitNEON2RegMiscFP16() 2534 NEONFormatDecoder nfd(instr); in VisitNEON3Same() 2722 NEONFormatDecoder nfd(instr); in VisitNEON3SameFP16() 2768 NEONFormatDecoder nfd(instr); in VisitNEON3SameExtra() 2806 NEONFormatDecoder nfd(instr); in VisitNEON3Different() 2915 NEONFormatDecoder nfd(instr, in VisitNEONAcrossLanes() 2916 NEONFormatDecoder::ScalarFormatMap(), in VisitNEONAcrossLanes() 2917 NEONFormatDecoder::IntegerFormatMap()); in VisitNEONAcrossLanes() 2994 NEONFormatDecoder::kPlaceholder, in VisitNEONAcrossLanes() [all …]
|
D | instructions-aarch64.h | 586 class NEONFormatDecoder { 593 explicit NEONFormatDecoder(const Instruction* instr) { in NEONFormatDecoder() function 597 NEONFormatDecoder(const Instruction* instr, const NEONFormatMap* format) { in NEONFormatDecoder() function 601 NEONFormatDecoder(const Instruction* instr, in NEONFormatDecoder() function 607 NEONFormatDecoder(const Instruction* instr, in NEONFormatDecoder() function
|
D | simulator-aarch64.cc | 3788 NEONFormatDecoder nfd(instr); in VisitNEON2RegMisc() 4051 NEONFormatDecoder nfd(instr); in VisitNEON2RegMiscFP16() 4155 NEONFormatDecoder nfd(instr); in VisitNEON3Same() 4414 NEONFormatDecoder nfd(instr); in VisitNEON3SameFP16() 4467 NEONFormatDecoder nfd(instr); in VisitNEON3SameExtra() 4502 NEONFormatDecoder nfd(instr); in VisitNEON3Different() 4674 NEONFormatDecoder nfd(instr); in VisitNEONAcrossLanes() 4752 NEONFormatDecoder nfd(instr); in VisitNEONByIndexedElement() 4932 NEONFormatDecoder nfd(instr, NEONFormatDecoder::TriangularFormatMap()); in VisitNEONCopy() 4969 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LogicalFormatMap()); in VisitNEONExtract() [all …]
|