Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dinstructions-aarch32.h1280 class InterruptFlags {
1284 InterruptFlags(InterruptFlagsType type) // NOLINT(runtime/explicit) in InterruptFlags() function
1286 InterruptFlags(uint32_t type) // NOLINT(runtime/explicit) in InterruptFlags() function
1294 inline std::ostream& operator<<(std::ostream& os, InterruptFlags option) {
Dinstructions-aarch32.cc547 const char* InterruptFlags::GetName() const { in GetName()
Ddisasm-aarch32.h415 virtual DisassemblerStream& operator<<(InterruptFlags iflags) {