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

/external/vixl/src/aarch64/
H A Ddisasm-aarch64.cc1873 NEONFormatDecoder nfd(instr);
2143 NEONFormatDecoder nfd(instr);
2332 NEONFormatDecoder nfd(instr);
2438 NEONFormatDecoder nfd(instr,
2439 NEONFormatDecoder::ScalarFormatMap(),
2440 NEONFormatDecoder::IntegerFormatMap());
2495 NEONFormatDecoder::kPlaceholder,
2496 NEONFormatDecoder::kFormat));
2508 NEONFormatDecoder nfd(instr,
2510 NEONFormatDecoder
[all...]
H A Dinstructions-aarch64.h580 class NEONFormatDecoder { class in namespace:vixl::aarch64
587 explicit NEONFormatDecoder(const Instruction* instr) { function in class:vixl::aarch64::NEONFormatDecoder
591 NEONFormatDecoder(const Instruction* instr, const NEONFormatMap* format) { function in class:vixl::aarch64::NEONFormatDecoder
595 NEONFormatDecoder(const Instruction* instr, function in class:vixl::aarch64::NEONFormatDecoder
601 NEONFormatDecoder(const Instruction* instr, function in class:vixl::aarch64::NEONFormatDecoder
H A Dsimulator-aarch64.cc2989 NEONFormatDecoder nfd(instr);
3251 NEONFormatDecoder nfd(instr);
3510 NEONFormatDecoder nfd(instr);
3682 NEONFormatDecoder nfd(instr);
3740 NEONFormatDecoder nfd(instr);
3871 NEONFormatDecoder nfd(instr, NEONFormatDecoder::TriangularFormatMap());
3908 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LogicalFormatMap());
3924 NEONFormatDecoder nf
[all...]

Completed in 148 milliseconds