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

  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 756 int64_t ImmSh = static_cast<uint64_t>(Imm) >> Shift;
759 if (isInt<32>(ImmSh)) {
761 Imm = ImmSh;
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp     [all...]
PPCISelDAGToDAG.cpp 601 int64_t ImmSh = static_cast<uint64_t>(Imm) >> Shift;
604 if (isInt<32>(ImmSh)) {
606 Imm = ImmSh;
690 int64_t ImmSh = static_cast<uint64_t>(Imm) >> Shift;
693 if (isInt<32>(ImmSh)) {
695 Imm = ImmSh;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCFastISel.cpp     [all...]
PPCISelDAGToDAG.cpp 771 int64_t ImmSh = static_cast<uint64_t>(Imm) >> Shift;
774 if (isInt<32>(ImmSh)) {
776 Imm = ImmSh;
870 int64_t ImmSh = static_cast<uint64_t>(Imm) >> Shift;
873 if (isInt<32>(ImmSh)) {
    [all...]

Completed in 119 milliseconds