Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:FD

854     // Look for a register whose prefix could patch the range [FD..LD]
856 uint16_t FD = FDi, LD = LDi; // Switch to unsigned type.
857 uint16_t MinL = LD-FD+1;
868 // max(0,FD-EL) and FD.
869 if (S > FD) // Starts too late.
872 uint16_t LowS = (EL < FD) ? FD-EL : 0;