https://bugs.kde.org/show_bug.cgi?id=344802

winnie_hx <winnie...@163.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |winnie...@163.com

--- Comment #10 from winnie_hx <winnie...@163.com> ---
Created attachment 98873
  --> https://bugs.kde.org/attachment.cgi?id=98873&action=edit
increase the decode about mrrc in VEX/priv/guest_arm_toIR.c

in guest_arm_toIR.c:17257 lines
I increase the decode about mrrc :
/*mrrc     p15, 1, r0,  r1, c14  */
   if (0xEC510F1E == (insn & 0xFFF00FFF)) {
      UInt rK = INSN(15,12);
      UInt rM = INSN(19,16);
      if (rK <= 14&&rM <= 14) {
         putIRegA(rK, mkU32(0), condT, Ijk_Boring);
         putIRegA(rM, mkU32(0), condT, Ijk_Boring);
         DIP("mrrc p15,1,r%u,r%u,r1,c14\n",rM,rK);
         goto decode_success;
      }
   }

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to