Home
last modified time | relevance | path

Searched refs:NEONFormatDecoder (Results 1 – 3 of 3) sorted by relevance

/external/vixl/src/aarch64/
Ddisasm-aarch64.cc1873 NEONFormatDecoder nfd(instr); in VisitNEON2RegMisc()
2143 NEONFormatDecoder nfd(instr); in VisitNEON3Same()
2332 NEONFormatDecoder nfd(instr); in VisitNEON3Different()
2438 NEONFormatDecoder nfd(instr, in VisitNEONAcrossLanes()
2439 NEONFormatDecoder::ScalarFormatMap(), in VisitNEONAcrossLanes()
2440 NEONFormatDecoder::IntegerFormatMap()); in VisitNEONAcrossLanes()
2495 NEONFormatDecoder::kPlaceholder, in VisitNEONAcrossLanes()
2496 NEONFormatDecoder::kFormat)); in VisitNEONAcrossLanes()
2508 NEONFormatDecoder nfd(instr, in VisitNEONByIndexedElement()
2510 NEONFormatDecoder::IntegerFormatMap(), in VisitNEONByIndexedElement()
[all …]
Dinstructions-aarch64.h580 class NEONFormatDecoder {
587 explicit NEONFormatDecoder(const Instruction* instr) { in NEONFormatDecoder() function
591 NEONFormatDecoder(const Instruction* instr, const NEONFormatMap* format) { in NEONFormatDecoder() function
595 NEONFormatDecoder(const Instruction* instr, in NEONFormatDecoder() function
601 NEONFormatDecoder(const Instruction* instr, in NEONFormatDecoder() function
Dsimulator-aarch64.cc2989 NEONFormatDecoder nfd(instr); in VisitNEON2RegMisc()
3251 NEONFormatDecoder nfd(instr); in VisitNEON3Same()
3510 NEONFormatDecoder nfd(instr); in VisitNEON3Different()
3682 NEONFormatDecoder nfd(instr); in VisitNEONAcrossLanes()
3740 NEONFormatDecoder nfd(instr); in VisitNEONByIndexedElement()
3871 NEONFormatDecoder nfd(instr, NEONFormatDecoder::TriangularFormatMap()); in VisitNEONCopy()
3908 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LogicalFormatMap()); in VisitNEONExtract()
3924 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LoadStoreFormatMap()); in NEONLoadStoreMultiStructHelper()
4096 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LoadStoreFormatMap()); in NEONLoadStoreSingleStructHelper()
4438 NEONFormatDecoder nfd(instr, NEONFormatDecoder::ScalarFormatMap()); in VisitNEONScalar2RegMisc()
[all …]