Home
last modified time | relevance | path

Searched defs:LSL (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.h38 LSL, ///< Logical shift left. enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DARMUtils.h102 static inline uint32_t LSL(const uint32_t value, const uint32_t amount, in LSL() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp84 static inline uint64_t LSL(uint64_t x, integer shift) { in LSL() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h605 LSL, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h35 LSL = 0, global() enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp2518 LatticeCell LSL, LSH; in evaluateHexRSEQ32() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp2048 auto LSL = IC.Builder.CreateIntrinsic(Intrinsic::aarch64_sve_lsl, in instCombineSVESrshl() local