Searched defs:InstructionDesc (Results 1 – 6 of 6) sorted by relevance
145 struct InstructionDesc { struct146 const char* mnem;147 InstructionType type;148 OperandType op_order_;149 bool byte_size_operation; // Fixed 8-bit operation.
1570 InstructionParameters InstructionDesc[OpCodeMask + 1]; variable
109 struct InstructionDesc { struct110 const char* mnem;111 InstructionType type;112 OperandOrder op_order_;
43 InstructionValues InstructionDesc; variable
220 InstructionValues InstructionDesc; variable