Home
last modified time | relevance | path

Searched defs:IsLSL (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64InstPrinter.cpp1021 bool IsLSL = !SignExtend && SrcRegKind == 'x'; in printMemExtendImpl() local
/third_party/vixl/src/aarch32/
Dinstructions-aarch32.h1069 bool IsLSL() const { return shift_ == LSL; } in IsLSL() function