Searched refs:kOtherOpcodes (Results 1 – 1 of 1) sorted by relevance
847 static const char* const kOtherOpcodes[] = { in Print32Atomic() local850 const char* opcode = ((funct5 & 3u) == 0u) ? kMul4Opcodes[funct5 >> 2] : kOtherOpcodes[funct5]; in Print32Atomic()