Searched refs:ShiftType (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM64/ |
| H A D | EmulateInstructionARM64.h | 112 enum ShiftType { ShiftType_LSL, ShiftType_LSR, ShiftType_ASR, ShiftType_ROR }; enum
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 212 unsigned RHSReg, AArch64_AM::ShiftExtendType ShiftType, 244 AArch64_AM::ShiftExtendType ShiftType, uint64_t ShiftImm, 1273 AArch64_AM::ShiftExtendType ShiftType = AArch64_AM::InvalidShiftExtend; in emitAddSub() local 1276 case Instruction::Shl: ShiftType = AArch64_AM::LSL; break; in emitAddSub() 1277 case Instruction::LShr: ShiftType = AArch64_AM::LSR; break; in emitAddSub() 1278 case Instruction::AShr: ShiftType = AArch64_AM::ASR; break; in emitAddSub() 1281 if (ShiftType != AArch64_AM::InvalidShiftExtend) { in emitAddSub() 1285 ResultReg = emitAddSub_rs(UseAdd, RetVT, LHSReg, RHSReg, ShiftType, in emitAddSub() 1388 AArch64_AM::ShiftExtendType ShiftType, in emitAddSub_rs() argument 1424 .addImm(getShifterImm(ShiftType, ShiftImm)); in emitAddSub_rs() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 457 bool parseMemRegOffsetShift(ARM_AM::ShiftOpc &ShiftType, 862 ARM_AM::ShiftOpc ShiftType; // Shift type for OffsetReg member 1625 if (Memory.ShiftType != ARM_AM::no_shift) return false; in isAddrMode3() 1694 Memory.ShiftType != ARM_AM::no_shift || Memory.Alignment != 0) in isMemTBB() 1701 Memory.ShiftType != ARM_AM::lsl || Memory.ShiftImm != 1 || in isMemTBH() 1718 if (Memory.ShiftType == ARM_AM::no_shift) in isT2MemRegOffset() 1720 if (Memory.ShiftType != ARM_AM::lsl || Memory.ShiftImm > 3) in isT2MemRegOffset() 1729 Memory.ShiftType != ARM_AM::no_shift || Memory.Alignment != 0) in isMemThumbRR() 1895 if (shift == 0 && Memory.ShiftType != ARM_AM::no_shift) in isMemRegRQOffset() 1899 (Memory.ShiftType != ARM_AM::uxtw || Memory.ShiftImm != shift)) in isMemRegRQOffset() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCompares.cpp | 2028 Type *ShiftType = Shl->getType(); in foldICmpShlOne() local 2046 return new ICmpInst(Pred, Y, ConstantInt::get(ShiftType, CLog2)); in foldICmpShlOne() 2048 Constant *BitWidthMinusOne = ConstantInt::get(ShiftType, TypeBits - 1); in foldICmpShlOne()
|