Home
last modified time | relevance | path

Searched refs:AccumulatorMask (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonBaseInfo.h156 AccumulatorMask = 0x1, enumerator
DHexagonMCInstrInfo.cpp484 return ((F >> HexagonII::AccumulatorPos) & HexagonII::AccumulatorMask); in isAccumulator()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp2008 return((F >> HexagonII::AccumulatorPos) & HexagonII::AccumulatorMask); in isAccumulator()