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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonBaseInfo.h156 AccumulatorMask = 0x1, enumerator in enum:llvm::HexagonII::__anon2679
H A DHexagonMCInstrInfo.cpp484 return ((F >> HexagonII::AccumulatorPos) & HexagonII::AccumulatorMask); member in class:HexagonII
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp2008 return((F >> HexagonII::AccumulatorPos) & HexagonII::AccumulatorMask);

Completed in 101 milliseconds