Searched refs:ShiftType (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/ |
| H A D | EmulateInstructionARM64.h | 112 enum ShiftType { ShiftType_LSL, ShiftType_LSR, ShiftType_ASR, ShiftType_ROR }; enum
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 208 Register RHSReg, AArch64_AM::ShiftExtendType ShiftType, 240 AArch64_AM::ShiftExtendType ShiftType, uint64_t ShiftImm, 1263 AArch64_AM::ShiftExtendType ShiftType = AArch64_AM::InvalidShiftExtend; in emitAddSub() local 1266 case Instruction::Shl: ShiftType = AArch64_AM::LSL; break; in emitAddSub() 1267 case Instruction::LShr: ShiftType = AArch64_AM::LSR; break; in emitAddSub() 1268 case Instruction::AShr: ShiftType = AArch64_AM::ASR; break; in emitAddSub() 1271 if (ShiftType != AArch64_AM::InvalidShiftExtend) { in emitAddSub() 1275 ResultReg = emitAddSub_rs(UseAdd, RetVT, LHSReg, RHSReg, ShiftType, in emitAddSub() 1378 AArch64_AM::ShiftExtendType ShiftType, in emitAddSub_rs() argument 1414 .addImm(getShifterImm(ShiftType, ShiftImm)); in emitAddSub_rs() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 458 bool parseMemRegOffsetShift(ARM_AM::ShiftOpc &ShiftType, 891 ARM_AM::ShiftOpc ShiftType; // Shift type for OffsetReg member 1647 if (Memory.ShiftType != ARM_AM::no_shift) return false; in isAddrMode3() 1716 Memory.ShiftType != ARM_AM::no_shift || Memory.Alignment != 0) in isMemTBB() 1723 Memory.ShiftType != ARM_AM::lsl || Memory.ShiftImm != 1 || in isMemTBH() 1740 if (Memory.ShiftType == ARM_AM::no_shift) in isT2MemRegOffset() 1742 if (Memory.ShiftType != ARM_AM::lsl || Memory.ShiftImm > 3) in isT2MemRegOffset() 1751 Memory.ShiftType != ARM_AM::no_shift || Memory.Alignment != 0) in isMemThumbRR() 1917 if (shift == 0 && Memory.ShiftType != ARM_AM::no_shift) in isMemRegRQOffset() 1921 (Memory.ShiftType != ARM_AM::uxtw || Memory.ShiftImm != shift)) in isMemRegRQOffset() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCompares.cpp | 2282 Type *ShiftType = Shl->getType(); in foldICmpShlLHSC() local 2305 return new ICmpInst(Pred, Y, ConstantInt::get(ShiftType, CLog2)); in foldICmpShlLHSC() 2307 Constant *BitWidthMinusOne = ConstantInt::get(ShiftType, TypeBits - 1); in foldICmpShlLHSC()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 13444 …(anonymous namespace)::ARMAsmParser::ParseMemoryOffsetReg(bool&, bool&, ShiftType&, llvm::MCExpr c…
|