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

  /external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 334 unsigned ShiftImm; // shift for OffsetReg.
344 unsigned ShiftImm;
355 unsigned ShiftImm;
360 unsigned ShiftImm;
746 Memory.ShiftType != ARM_AM::lsl || Memory.ShiftImm != 1 ||
763 if (Memory.ShiftType != ARM_AM::lsl || Memory.ShiftImm > 3)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsExpandPseudo.cpp 182 const unsigned ShiftImm =
186 .addImm(ShiftImm);
189 .addImm(ShiftImm);
463 const unsigned ShiftImm = SEOp == Mips::SEH ? 16 : 24;
466 .addImm(ShiftImm);
469 .addImm(ShiftImm);
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 170 uint64_t ShiftImm, bool SetFlags = false,
175 uint64_t ShiftImm, bool SetFlags = false,
201 AArch64_AM::ShiftExtendType ShiftType, uint64_t ShiftImm,
209 uint64_t ShiftImm);
    [all...]
AArch64ISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 516 unsigned ShiftImm; // shift for OffsetReg.
526 unsigned ShiftImm;
538 unsigned ShiftImm;
544 unsigned ShiftImm;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 214 uint64_t ShiftImm, bool SetFlags = false,
219 uint64_t ShiftImm, bool SetFlags = false,
247 AArch64_AM::ShiftExtendType ShiftType, uint64_t ShiftImm,
255 uint64_t ShiftImm);
    [all...]
AArch64ISelDAGToDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 750 unsigned ShiftImm; // shift for OffsetReg.
760 unsigned ShiftImm;
772 unsigned ShiftImm;
778 unsigned ShiftImm;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCMIPeephole.cpp 444 unsigned ShiftImm = DefMI->getOperand(3).getImm();
447 unsigned NewElem = (SplatImm + ShiftImm) & 0x3;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]

Completed in 1388 milliseconds