Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Ddisasm-aarch64.cc1893 NEONFormatDecoder nfd(instr); in VisitNEON2RegMisc()
2163 NEONFormatDecoder nfd(instr); in VisitNEON3Same()
2257 NEONFormatDecoder nfd(instr); in VisitNEON3Different()
2363 NEONFormatDecoder nfd(instr, in VisitNEONAcrossLanes()
2364 NEONFormatDecoder::ScalarFormatMap(), in VisitNEONAcrossLanes()
2365 NEONFormatDecoder::IntegerFormatMap()); in VisitNEONAcrossLanes()
2420 NEONFormatDecoder::kPlaceholder, in VisitNEONAcrossLanes()
2421 NEONFormatDecoder::kFormat)); in VisitNEONAcrossLanes()
2433 NEONFormatDecoder nfd(instr, in VisitNEONByIndexedElement()
2435 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 …]