Function core::arch::arm::dsp::__qdbl [−][src]
pub unsafe fn __qdbl(a: i32) -> i32This is supported on (non-crate feature
miri-test-libstd or test or doctest) and ARM and (target feature v5te and non-target feature mclass, or target features mclass and dsp, or doc) only.Expand description
Insert a QADD instruction
Returns the 32-bit saturating signed equivalent of a + a Sets the Q flag if saturation occurs.