Lines Matching defs:Signed
416 unsigned Offset, bool Signed, const CellMap &Inputs,
419 bool Signed, APInt &Result);
1228 // Signed comparison.
1274 // Signed comparisons are different.
1339 // Signed comparison. The comparison is not NE.
1732 unsigned Width, unsigned Bits, unsigned Offset, bool Signed,
1754 evaluateEXTRACTi(A, Bits, Offset, Signed, CA);
1764 unsigned Offset, bool Signed, APInt &Result) {
1775 if (Signed)
1779 Result = APInt(BW, V, Signed);
1782 if (Signed)
2149 bool Signed = (Opc == Hexagon::S4_extract) ||
2166 Signed = false;
2168 bool Eval = evaluateEXTRACTr(R1, BW, Bits, Offset, Signed, Inputs, RC);
2468 bool Signed = false;
2475 Signed = true;
2485 Signed = true;
2507 return APInt(32, Val, Signed, /*implicitTrunc=*/true);
2742 bool Signed = false;
2747 Signed = true;
2754 bool Eval = Signed ? evaluateSEXTr(R1, BW, Bits, Inputs, RC)