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

  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp 491 // rlwinm rA, rA, ShiftBits, 0, 31.
536 unsigned ShiftBits = getEncodingValue(DestReg)*4;
537 // rlwinm r11, r11, 32-ShiftBits, 0, 31.
539 .addReg(Reg1, RegState::Kill).addImm(32-ShiftBits).addImm(0)
580 // rlwinm rA, rA, ShiftBits, 0, 0.
623 unsigned ShiftBits = getEncodingValue(DestReg);
624 // rlwimi r11, r10, 32-ShiftBits, ..., ...
628 .addImm(ShiftBits ? 32 - ShiftBits : 0)
629 .addImm(ShiftBits)
    [all...]
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 448 if (unsigned ShiftBits = 64 - PointerSize) {
449 Scale <<= ShiftBits;
450 Scale = (int64_t)Scale >> ShiftBits;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 95 milliseconds