Searched defs:LSL (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRISelLowering.h | 38 LSL, ///< Logical shift left. enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/ |
D | AArch64BaseInfo.h | 451 LSL, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64AddressingModes.h | 34 LSL = 0, enumerator
|
/third_party/node/deps/v8/src/codegen/arm/ |
D | constants-arm.h | 228 LSL = 0 << 5, // Logical shift left. enumerator
|
/third_party/vixl/doc/aarch64/ |
D | supported-instructions-aarch64.md | 1859 ### LSL ### subsection 9073 ### LSL ### subsection 9083 ### LSL ### subsection 9090 ### LSL ### subsection 9100 ### LSL ### subsection
|
/third_party/vixl/src/aarch32/ |
D | instructions-aarch32.h | 1054 enum ShiftType { LSL = 0x0, LSR = 0x1, ASR = 0x2, ROR = 0x3, RRX = 0x4 }; enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonConstPropagation.cpp | 2520 LatticeCell LSL, LSH; in evaluateHexRSEQ32() local
|
/third_party/skia/src/core/ |
D | SkVM.h | 330 enum Shift { LSL,LSR,ASR,ROR }; enumerator
|
/third_party/mesa3d/src/mesa/x86/ |
D | assyntax.h | 526 #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
|
/third_party/node/deps/v8/src/codegen/arm64/ |
D | constants-arm64.h | 362 LSL = 0x0, enumerator
|
/third_party/vixl/src/aarch64/ |
D | constants-aarch64.h | 350 LSL = 0x0, enumerator
|