Searched defs:LShift (Results 1 – 5 of 5) sorted by relevance
| /external/python/cpython3/Include/internal/ |
| D | pycore_ast.h | 26 LShift=8, RShift=9, BitOr=10, BitXor=11, BitAnd=12, enumerator
|
| /external/llvm/lib/Bitcode/Writer/ |
| D | BitcodeWriter.cpp | 3552 auto LShift = [&](unsigned char Val, unsigned Amount) in writeModuleHash() local
|
| /external/python/cpython2/Include/ |
| D | Python-ast.h | 18 typedef enum _operator { Add=1, Sub=2, Mult=3, Div=4, Mod=5, Pow=6, LShift=7, enumerator
|
| /external/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 19718 bool LShift = VT.is128BitVector() || in SupportedVectorShiftWithImm() local 19749 bool LShift = VT.is128BitVector() || VT.is256BitVector(); in SupportedVectorVarShift() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 26312 bool LShift = (VT.is128BitVector() && Subtarget.hasSSE2()) || in SupportedVectorShiftWithImm() local 26343 bool LShift = VT.is128BitVector() || VT.is256BitVector(); in SupportedVectorVarShift() local
|