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

  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 668 uint64_t OnesMask = -(int64_t) (UINT64_C(1) << (LS+1));
669 uint64_t RImmWithOnes = RImm | OnesMask;
787 uint64_t OnesMask = -(int64_t) (UINT64_C(1) << (LS+1));
788 uint64_t RImmWithOnes = RImm | OnesMask;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 848 uint64_t OnesMask = -(int64_t) (UINT64_C(1) << (LS+1));
849 uint64_t RImmWithOnes = RImm | OnesMask;
    [all...]

Completed in 710 milliseconds