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

  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 659 uint64_t RImm = Rot64(Imm, r);
660 unsigned RCount = getInt64CountDirect(RImm) + 1;
664 unsigned LS = findLastSet(RImm);
669 uint64_t RImmWithOnes = RImm | OnesMask;
766 uint64_t RImm = Rot64(Imm, r);
767 unsigned RCount = getInt64CountDirect(RImm) + 1;
771 MatImm = RImm;
780 unsigned LS = findLastSet(RImm);
788 uint64_t RImmWithOnes = RImm | OnesMask;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 839 uint64_t RImm = Rot64(Imm, r);
840 unsigned RCount = selectI64ImmInstrCountDirect(RImm) + 1;
844 unsigned LS = findLastSet(RImm);
849 uint64_t RImmWithOnes = RImm | OnesMask;
    [all...]

Completed in 439 milliseconds