Home
last modified time | relevance | path

Searched defs:ASR (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRISelLowering.h40 ASR, ///< Arithmetic shift right. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/
DAArch64BaseInfo.h454 ASR, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64AddressingModes.h36 ASR, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp665 unsigned int ASR = GEPR->getPointerAddressSpace(); in cmpGEPs() local
/third_party/skia/src/core/
DSkVM.h330 enum Shift { LSL,LSR,ASR,ROR }; enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp2610 const bool ASR = Op == InstArithmetic::Ashr; in lowerInt64Arithmetic() local