Searched defs:InstructionCase (Results 1 – 9 of 9) sorted by relevance
33 struct InstructionCase { struct34 uint32_t opcode;35 std::string name;36 std::string operands;37 std::vector<uint32_t> expected_operands;
38 struct InstructionCase { struct39 uint32_t opcode;40 std::string name;41 std::string operands;42 std::vector<uint32_t> expected_operands;
142 struct InstructionCase { struct143 uint32_t opcode;144 std::string name;145 std::string operands;146 std::vector<uint32_t> expected_operands;