Searched defs:LdrOpc (Results 1 – 1 of 1) sorted by relevance
607 unsigned LdmOpc, unsigned LdrOpc, in emitPopInst()714 unsigned LdrOpc = AFI->isThumbFunction() ? ARM::t2LDR_POST : ARM::LDR_POST; in restoreCalleeSavedRegisters() local