Searched defs:MipsInstruction (Results 1 – 1 of 1) sorted by relevance
32 struct MipsInstruction { struct33 uint32_t mask;34 uint32_t value;35 const char* name;36 const char* args_fmt;38 bool Matches(uint32_t instruction) const { in Matches()