Searched refs:InstructionAttribute (Results 1 – 2 of 2) sorted by relevance
104 enum InstructionAttribute { enum528 inline InstructionAttribute operator|(InstructionAttribute left,529 InstructionAttribute right) {530 return static_cast<InstructionAttribute>(static_cast<uint32_t>(left) |
163 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()