Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCDuplexInfo.cpp91 case HexagonII::HSIG_L1: in isDuplexPairMatch()
92 return (Gb == HexagonII::HSIG_L1 || Gb == HexagonII::HSIG_A); in isDuplexPairMatch()
94 return (Gb == HexagonII::HSIG_L1 || Gb == HexagonII::HSIG_L2 || in isDuplexPairMatch()
97 return (Gb == HexagonII::HSIG_L1 || Gb == HexagonII::HSIG_L2 || in isDuplexPairMatch()
100 return (Gb == HexagonII::HSIG_L1 || Gb == HexagonII::HSIG_L2 || in isDuplexPairMatch()
116 case HexagonII::HSIG_L1: in iClassOfDuplexPair()
120 case HexagonII::HSIG_L1: in iClassOfDuplexPair()
129 case HexagonII::HSIG_L1: in iClassOfDuplexPair()
140 case HexagonII::HSIG_L1: in iClassOfDuplexPair()
153 case HexagonII::HSIG_L1: in iClassOfDuplexPair()
[all …]
DHexagonBaseInfo.h236 HSIG_L1, enumerator
/external/llvm/lib/Target/Hexagon/Disassembler/
DHexagonDisassembler.cpp222 IClassLow = HexagonII::HSIG_L1; in getSingleInstruction()
223 IClassHigh = HexagonII::HSIG_L1; in getSingleInstruction()
227 IClassHigh = HexagonII::HSIG_L1; in getSingleInstruction()
238 IClassLow = HexagonII::HSIG_L1; in getSingleInstruction()
255 IClassHigh = HexagonII::HSIG_L1; in getSingleInstruction()
271 IClassHigh = HexagonII::HSIG_L1; in getSingleInstruction()
1199 case HexagonII::HSIG_L1: in GetSubinstOpcode()
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp206 case HexagonII::HSIG_L1: in isDuplexPairMatch()
207 return (Gb == HexagonII::HSIG_L1 || Gb == HexagonII::HSIG_A); in isDuplexPairMatch()
209 return (Gb == HexagonII::HSIG_L1 || Gb == HexagonII::HSIG_L2 || in isDuplexPairMatch()
212 return (Gb == HexagonII::HSIG_L1 || Gb == HexagonII::HSIG_L2 || in isDuplexPairMatch()
215 return (Gb == HexagonII::HSIG_L1 || Gb == HexagonII::HSIG_L2 || in isDuplexPairMatch()
3198 return HexagonII::HSIG_L1; in getDuplexCandidateGroup()
3207 return HexagonII::HSIG_L1; in getDuplexCandidateGroup()