Searched refs:kZbbMinMaxOpcodes (Results 1 – 1 of 1) sorted by relevance
812 static const char* const kZbbMinMaxOpcodes[] = { "min", "minu", "max", "maxu" }; in Print32BinOp() local813 DCHECK(kZbbMinMaxOpcodes[funct3 - 4u] != nullptr); in Print32BinOp()814 os_ << kZbbMinMaxOpcodes[funct3 - 4u]; in Print32BinOp()