HomeSort by: relevance | last modified time | path
    Searched defs:ShiftType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 211 unsigned RHSReg, AArch64_AM::ShiftExtendType ShiftType,
243 AArch64_AM::ShiftExtendType ShiftType, uint64_t ShiftImm,
1249 AArch64_AM::ShiftExtendType ShiftType = AArch64_AM::InvalidShiftExtend;
1252 case Instruction::Shl: ShiftType = AArch64_AM::LSL; break;
1253 case Instruction::LShr: ShiftType = AArch64_AM::LSR; break;
1254 case Instruction::AShr: ShiftType = AArch64_AM::ASR; break;
1257 if (ShiftType != AArch64_AM::InvalidShiftExtend) {
1261 ResultReg = emitAddSub_rs(UseAdd, RetVT, LHSReg, RHSReg, ShiftType,
1364 AArch64_AM::ShiftExtendType ShiftType,
1400 .addImm(getShifterImm(ShiftType, ShiftImm))
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 459 bool parseMemRegOffsetShift(ARM_AM::ShiftOpc &ShiftType,
852 ARM_AM::ShiftOpc ShiftType; // Shift type for OffsetReg
1615 if (Memory.ShiftType != ARM_AM::no_shift) return false;
1684 Memory.ShiftType != ARM_AM::no_shift || Memory.Alignment != 0)
1691 Memory.ShiftType != ARM_AM::lsl || Memory.ShiftImm != 1 ||
1708 if (Memory.ShiftType == ARM_AM::no_shift)
1710 if (Memory.ShiftType != ARM_AM::lsl || Memory.ShiftImm > 3)
1719 Memory.ShiftType != ARM_AM::no_shift || Memory.Alignment != 0)
1885 if (shift == 0 && Memory.ShiftType != ARM_AM::no_shift)
1889 (Memory.ShiftType != ARM_AM::uxtw || Memory.ShiftImm != shift)
    [all...]

Completed in 104 milliseconds