HomeSort by relevance Sort by last modified time
    Searched refs:HSIG_L1 (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCDuplexInfo.cpp 88 case HexagonII::HSIG_L1:
89 return (Gb == HexagonII::HSIG_L1 || Gb == HexagonII::HSIG_A);
91 return (Gb == HexagonII::HSIG_L1 || Gb == HexagonII::HSIG_L2 ||
94 return (Gb == HexagonII::HSIG_L1 || Gb == HexagonII::HSIG_L2 ||
97 return (Gb == HexagonII::HSIG_L1 || Gb == HexagonII::HSIG_L2 ||
113 case HexagonII::HSIG_L1:
117 case HexagonII::HSIG_L1:
126 case HexagonII::HSIG_L1:
137 case HexagonII::HSIG_L1:
150 case HexagonII::HSIG_L1
    [all...]
HexagonBaseInfo.h 256 HSIG_L1,
  /external/llvm/lib/Target/Hexagon/Disassembler/
HexagonDisassembler.cpp 221 IClassLow = HexagonII::HSIG_L1;
222 IClassHigh = HexagonII::HSIG_L1;
226 IClassHigh = HexagonII::HSIG_L1;
237 IClassLow = HexagonII::HSIG_L1;
254 IClassHigh = HexagonII::HSIG_L1;
270 IClassHigh = HexagonII::HSIG_L1;
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 207 case HexagonII::HSIG_L1:
208 return (Gb == HexagonII::HSIG_L1 || Gb == HexagonII::HSIG_A);
210 return (Gb == HexagonII::HSIG_L1 || Gb == HexagonII::HSIG_L2 ||
213 return (Gb == HexagonII::HSIG_L1 || Gb == HexagonII::HSIG_L2 ||
216 return (Gb == HexagonII::HSIG_L1 || Gb == HexagonII::HSIG_L2 ||
    [all...]

Completed in 86 milliseconds