Searched defs:InstructionCase (Results 1 – 10 of 10) sorted by relevance
29 struct InstructionCase { struct30 uint32_t opcode;31 std::string name;32 std::string operands;33 std::vector<uint32_t> expected_operands;
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;
143 struct InstructionCase { struct144 uint32_t opcode;145 std::string name;146 std::string operands;147 std::vector<uint32_t> expected_operands;