QADD/QSUB provide signed addition/subtraction that saturate the result between 2^31-1 and -2^31. These instructions are available on V5TE onwards cores in ARM mode, or Thumb cores that support the DSP extension.
Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
Event Timeline
lib/Target/ARM/ARMISelLowering.cpp | ||
---|---|---|
12183 | nitpick: probably more compact as - return SDValue(); |
nitpick: probably more compact as -
if (ST->isThumb() && !ST->DSP())