Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
HDHexagonMCDuplexInfo.cpp92 case HexagonII::HSIG_L1: in isDuplexPairMatch()
93 return (Gb == HexagonII::HSIG_L1 || Gb == HexagonII::HSIG_A); in isDuplexPairMatch()
95 return (Gb == HexagonII::HSIG_L1 || Gb == HexagonII::HSIG_L2 || in isDuplexPairMatch()
98 return (Gb == HexagonII::HSIG_L1 || Gb == HexagonII::HSIG_L2 || in isDuplexPairMatch()
101 return (Gb == HexagonII::HSIG_L1 || Gb == HexagonII::HSIG_L2 || in isDuplexPairMatch()
117 case HexagonII::HSIG_L1: in iClassOfDuplexPair()
121 case HexagonII::HSIG_L1: in iClassOfDuplexPair()
130 case HexagonII::HSIG_L1: in iClassOfDuplexPair()
141 case HexagonII::HSIG_L1: in iClassOfDuplexPair()
154 case HexagonII::HSIG_L1: in iClassOfDuplexPair()
[all …]
HDHexagonBaseInfo.h197 HSIG_L1, enumerator
/NextBSD/contrib/llvm/lib/Target/Hexagon/Disassembler/
HDHexagonDisassembler.cpp283 IClassLow = HexagonII::HSIG_L1; in getSingleInstruction()
284 IClassHigh = HexagonII::HSIG_L1; in getSingleInstruction()
288 IClassHigh = HexagonII::HSIG_L1; in getSingleInstruction()
299 IClassLow = HexagonII::HSIG_L1; in getSingleInstruction()
316 IClassHigh = HexagonII::HSIG_L1; in getSingleInstruction()
332 IClassHigh = HexagonII::HSIG_L1; in getSingleInstruction()
588 case HexagonII::HSIG_L1: in GetSubinstOpcode()