Home
last modified time | relevance | path

Searched refs:DtPrinter (Results 1 – 2 of 2) sorted by relevance

/external/vixl/src/aarch32/
Ddisasm-aarch32.h150 class DtPrinter {
155 DtPrinter(DataType dt, DataType default_dt) in DtPrinter() function
159 friend std::ostream& operator<<(std::ostream& os, DtPrinter dt) {
307 virtual DisassemblerStream& operator<<(const DtPrinter& dt) {
Ddisasm-aarch32.cc5014 << DtPrinter(dt, Untyped64) << " " << rd << ", " in vldr()
5026 << DtPrinter(dt, Untyped64) << " " << rd << ", " in vldr()
5036 << DtPrinter(dt, Untyped32) << " " << rd << ", " in vldr()
5048 << DtPrinter(dt, Untyped32) << " " << rd << ", " in vldr()
6783 << DtPrinter(dt, Untyped64) << " " << rd << ", " in vstr()
6793 << DtPrinter(dt, Untyped32) << " " << rd << ", " in vstr()