HomeSort by relevance Sort by last modified time
    Searched refs:BadReg (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Plugins/Instruction/ARM/
EmulateInstructionARM.cpp 387 // if BadReg(t) then UNPREDICTABLE;
388 if (BadReg(Rt))
761 // if setflags && (BadReg(d) || BadReg(m)) then UNPREDICTABLE;
762 if (setflags && (BadReg(Rd) || BadReg(Rm)))
842 if (BadReg(Rd))
858 // if BadReg(d) then UNPREDICTABLE;
859 if (BadReg (Rd))
962 // if BadReg(d) || BadReg(n) || BadReg(m) then UNPREDICTABLE
    [all...]
  /external/lldb/source/Plugins/Process/Utility/
ARMUtils.h 390 static inline bool BadReg(uint32_t n) { return n == 13 || n == 15; }

Completed in 111 milliseconds