Searched defs:MipsInstruction (Results 1 – 1 of 1) sorted by relevance
29 struct MipsInstruction { struct30 uint32_t mask;31 uint32_t value;32 const char* name;33 const char* args_fmt;35 bool Matches(uint32_t instruction) const { in Matches()