Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.h104 enum InstructionAttribute { enum
528 inline InstructionAttribute operator|(InstructionAttribute left,
529 InstructionAttribute right) {
530 return static_cast<InstructionAttribute>(static_cast<uint32_t>(left) |
Ddisasm-aarch32.h163 InstructionAttribute current_instruction_attributes_;
174 InstructionAttribute current_instruction_attributes) { in SetCurrentInstruction()
181 InstructionAttribute GetCurrentInstructionAttributes() const { in GetCurrentInstructionAttributes()
184 bool Has(InstructionAttribute attributes) const { in Has()