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.h250 InstructionAttribute current_instruction_attributes_; variable
256 current_instruction_attributes_(kNoAttribute) {} in DisassemblerStream()
263 current_instruction_attributes_ = current_instruction_attributes; in SetCurrentInstruction()
269 return current_instruction_attributes_; in GetCurrentInstructionAttributes()
272 return (current_instruction_attributes_ & attributes) == attributes; in Has()