Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Ddisasm-aarch32.h163 InstructionAttribute current_instruction_attributes_; variable
169 current_instruction_attributes_(kNoAttribute) {} in DisassemblerStream()
176 current_instruction_attributes_ = current_instruction_attributes; in SetCurrentInstruction()
182 return current_instruction_attributes_; in GetCurrentInstructionAttributes()
185 return (current_instruction_attributes_ & attributes) == attributes; in Has()