Searched refs:funct5 (Results 1 – 1 of 1) sorted by relevance
838 uint32_t funct5 = (insn32 >> 27); in Print32Atomic() local840 (((funct5 & 3u) != 0u) && funct5 >= 4u)) { // Only multiples of 4, or 1-3. in Print32Atomic()850 const char* opcode = ((funct5 & 3u) == 0u) ? kMul4Opcodes[funct5 >> 2] : kOtherOpcodes[funct5]; in Print32Atomic()859 if (funct5 == /*LR*/ 2u) { in Print32Atomic()