I'm looking at a core dump of a (Xenon) PowerPC executable compiled with MSVC. The function I'm debugging has an op that the MSVC disassembler calls mtmsree r13
. mtmsree
isn't in the IBM docs for the PPC; what does this op do?
It immediately follows a mfmsr
and obviously it's moving something to the machine state register, but I don't know what that ee
suffix is supposed to mean. It must be some sort of cutesy Microsoft nickname for an op the PPC docs call something different.