Searched defs:InstructionDesc (Results 1 – 6 of 6) sorted by relevance
160 struct InstructionDesc { struct161 const char* mnem;162 InstructionType type;163 OperandType op_order_;164 bool byte_size_operation; // Fixed 8-bit operation.
1343 InstructionParameters InstructionDesc[OpCodeMask + 1]; variable
133 struct InstructionDesc { struct134 const char* mnem;135 InstructionType type;136 OperandOrder op_order_;
41 InstructionValues InstructionDesc; variable