Searched refs:Gb (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCDuplexInfo.cpp89 bool HexagonMCInstrInfo::isDuplexPairMatch(unsigned Ga, unsigned Gb) { argument
95 return (Gb == HexagonII::HSIG_L1 || Gb == HexagonII::HSIG_A);
97 return (Gb == HexagonII::HSIG_L1 || Gb == HexagonII::HSIG_L2 ||
98 Gb == HexagonII::HSIG_A);
100 return (Gb == HexagonII::HSIG_L1 || Gb == HexagonII::HSIG_L2 ||
101 Gb == HexagonII::HSIG_S1 || Gb
114 iClassOfDuplexPair(unsigned Ga, unsigned Gb) argument
[all...]
H A DHexagonMCInstrInfo.h191 unsigned iClassOfDuplexPair(unsigned Ga, unsigned Gb);
234 bool isDuplexPairMatch(unsigned Ga, unsigned Gb);
/freebsd-13-stable/lib/msun/ld80/
H A De_powl.c231 #define Gb u macro
254 /* double F, Fa, Fb, G, Ga, Gb, H, Ha, Hb */
455 Gb = G - Ga;
457 H = Fb + Gb;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp215 static bool isDuplexPairMatch(unsigned Ga, unsigned Gb) { argument
221 return (Gb == HexagonII::HSIG_L1 || Gb == HexagonII::HSIG_A);
223 return (Gb == HexagonII::HSIG_L1 || Gb == HexagonII::HSIG_L2 ||
224 Gb == HexagonII::HSIG_A);
226 return (Gb == HexagonII::HSIG_L1 || Gb == HexagonII::HSIG_L2 ||
227 Gb == HexagonII::HSIG_S1 || Gb
[all...]

Completed in 216 milliseconds