HomeSort by: relevance | last modified time | path
    Searched defs:CMPrr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMInstructionSelector.cpp 110 unsigned CMPrr;
322 STORE_OPCODE(CMPrr, CMPrr);
1036 CmpConstants Helper(Opcodes.CMPrr, ARM::INSTRUCTION_LIST_END,
ARMExpandPseudoInsts.cpp 1635 unsigned CMPrr = IsThumb ? ARM::tCMPhir : ARM::CMPrr;
1636 BuildMI(LoadCmpBB, DL, TII->get(CMPrr))
1750 unsigned CMPrr = IsThumb ? ARM::tCMPhir : ARM::CMPrr;
1751 BuildMI(LoadCmpBB, DL, TII->get(CMPrr))
1756 BuildMI(LoadCmpBB, DL, TII->get(CMPrr))

Completed in 22 milliseconds