History log of /frameworks/rs/cpu_ref/rsCpuIntrinsics_advsimd_Resize.S
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e2af295f94c8fb17ba51d0e6a199d5ca265f92da 24-Aug-2015 Chih-Hung Hsieh <chh@google.com> Rename some instructions to compile with llvm and gas.

* Rename .irep to .irp
* Rename "cmp x2, #-8" to "cmn x2, #8"
* Replace "vmov.s32" with "vmov"
* Replace "LSL #COMPONENT_SHIFT" with "LSL #(COMPONENT_SHIFT)"
* Nested .irp in *_Blur.S still cannot be compiled with llvm,
so -no-integrated-as is required.
* Verified before and after objdump binary codes are identical.

BUG: 23217766

Change-Id: I3c0d2eed44b79a39e3efcba3afadc3a14ca07874
/frameworks/rs/cpu_ref/rsCpuIntrinsics_advsimd_Resize.S
3a98366c7f53b20f8550ffac82732d60ece794b4 27-Nov-2014 Simon Hosie <simon.hosie@arm.com> Assembly optimisations for Resize.

Assembly implementations of bicubic resize for AArch32 and AArch64.

Change-Id: I7336507482773a68c0dad40abb2114f1218cab9f
/frameworks/rs/cpu_ref/rsCpuIntrinsics_advsimd_Resize.S