Function core::arch::arm::__sasx [−][src]
pub unsafe fn __sasx(a: int16x2_t, b: int16x2_t) -> int16x2_t
This is supported on ARM only.
Expand description
返回与之等效的 16 位带符号
res[0] = a[0] - b[1] res[1] = a[1] + b[0]
APSR 的 GE 位置位。