Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:Imm

1625 bool HexagonTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT) const {
1658 bool HexagonTargetLowering::isLegalICmpImmediate(int64_t Imm) const {
1659 return Imm >= -512 && Imm <= 511;