Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Target/AVR/
H A DAVRISelLowering.h38 LSL, ///< Logical shift left. enumerator
/aosp_15_r20/external/dagger2/javatests/dagger/hilt/android/
H A DAndroidEntryPointBaseClassTest.java74 public static final class LSL extends Hilt_AndroidEntryPointBaseClassTest_LSL {} class in AndroidEntryPointBaseClassTest
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
H A DAVRISelLowering.h38 LSL, ///< Logical shift left. enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AVR/
H A DAVRISelLowering.h38 LSL, ///< Logical shift left. enumerator
/aosp_15_r20/external/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h353 LSL, enumerator
/aosp_15_r20/frameworks/av/media/module/codecs/m4v_h263/enc/src/
H A Dfastquant.cpp22 #define LSL 18 macro
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h451 LSL, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h609 LSL, enumerator
/aosp_15_r20/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h34 LSL = 0, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h34 LSL = 0, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h35 LSL = 0, enumerator
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
Dtables.go210 LSL const
/aosp_15_r20/external/vixl/doc/aarch64/
H A Dsupported-instructions-aarch64.md1859 ### LSL ### subsection
9073 ### LSL ### subsection
9083 ### LSL ### subsection
9090 ### LSL ### subsection
9100 ### LSL ### subsection
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
Dtables.go8968 LSL const
/aosp_15_r20/external/vixl/src/aarch32/
H A Dinstructions-aarch32.h1053 enum ShiftType { LSL = 0x0, LSR = 0x1, ASR = 0x2, ROR = 0x3, RRX = 0x4 }; enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1571 auto LSL = Builder.CreateIntrinsic(Intrinsic::aarch64_sve_lsl, {II.getType()}, in instCombineSVESrshl() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp2520 LatticeCell LSL, LSH; in evaluateHexRSEQ32() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp2519 LatticeCell LSL, LSH; in evaluateHexRSEQ32() local
/aosp_15_r20/external/mesa3d/src/mesa/x86/
H A Dassyntax.h526 #define LSL(a, b) CHOICE(lsl ARG2(a,b), lsl ARG2(a,b), lsl ARG2(b,a)) macro
1242 #define LSL(a, b) lsl b, a macro
/aosp_15_r20/external/vixl/src/aarch64/
H A Dconstants-aarch64.h350 LSL = 0x0, enumerator
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
Dtables.go770 LSL const