[PATCH] D17334: [mips][microMIPS] Implement MFC*, MFHC* and DMFC* instructions

Simon Dardis via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 3 04:05:05 PST 2016


sdardis added a comment.

Instructions that access coprocessor 2 don't have a selector. The Impl field should be treated as a 5 bit register field for consistency with binutils. LGTM with that change.


http://reviews.llvm.org/D17334





More information about the llvm-commits mailing list