skia2/include/private
Mike Klein 4b19b40394 Revert "Fix new IT blocks ARMv8"
This reverts commit 90165c2269.

Reason for revert: Skia and Chrome iOS builds broken.

../../third_party/skia/include/private/SkFixed.h:106:41: error: invalid output constraint '+t' in asm
        asm("vcvt.s32.f32 %0, %0, #16": "+t"(x));


Original change's description:
> Fix new IT blocks ARMv8
> 
> ARMv8 specifies that an IT block should be followed by only one 16-bit instruction.
> * SkFloatToFix is back to a C implementation that mirrors the assembly code.
> 
> * S32A_D565_Opaque_neon switched the usage of the temporary 'ip' register to let
> the compiler choose what is best in the context of the IT block. And replaced
> 'keep_dst' by 'ip' where low register or high register does not matter.
> 
> BUG=skia:
> 
> CQ_INCLUDE_TRYBOTS=skia.primary:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD
> 
> Change-Id: I096759841c972e9300c1d0293bc80d3c3ff2747b
> Reviewed-on: https://skia-review.googlesource.com/9340
> Reviewed-by: Mike Klein <mtklein@chromium.org>
> Commit-Queue: Mike Klein <mtklein@chromium.org>
> 

TBR=mtklein@chromium.org,amaury.leleyzour@arm.com,reviews@skia.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=skia:
CQ_INCLUDE_TRYBOTS=skia.primary:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD

Change-Id: Idbcbda88039066153e1c34233d43366ab114fd01
Reviewed-on: https://skia-review.googlesource.com/9332
Reviewed-by: Mike Klein <mtklein@chromium.org>
Commit-Queue: Mike Klein <mtklein@chromium.org>
2017-03-07 00:55:02 +00:00
..
GrAuditTrail.h Remove render target unique ID virtual from GrOp. 2016-12-22 21:10:48 +00:00
GrGLSL_impl.h Merge GrGLSLCaps into GrShaderCaps 2016-11-29 19:32:31 +00:00
GrGLSL.h Add integer vectors to GrSLType 2017-02-08 21:37:22 +00:00
GrInstancedPipelineInfo.h Remove stencil related flags from GrInstancedPipelineInfo. 2017-03-01 20:16:45 +00:00
GrRenderTargetProxy.h Rebase and fix chromium 2017-03-04 13:49:47 +00:00
GrSingleOwner.h Reland of Make a single GrSingleOwner in GrContext (patchset #1 id:1 of https://codereview.chromium.org/1565303003/ ) 2016-01-08 10:09:13 -08:00
GrSurfaceProxy.h Rebase and fix chromium 2017-03-04 13:49:47 +00:00
GrSwizzle.h Add Gray8 pixel config 2017-01-10 20:37:09 +00:00
GrTextureProxy.h Rebase and fix chromium 2017-03-04 13:49:47 +00:00
GrTextureRenderTargetProxy.h Allow GrSurfaceProxy-derived classes to use flags when instantiating (take 2) 2017-02-28 17:21:55 +00:00
GrTextureStripAtlas.h Switch GrTextureStripAtlas over to GrTextureProxies 2017-02-23 15:01:42 +00:00
SkAtomics.h Clean up some unused atomic routines. 2016-07-27 08:40:45 -07:00
SkBitmaskEnum.h SkPDF: SkPDFFont class changes 2016-08-16 09:36:23 -07:00
SkChecksum.h Use sse4.2 CRC32 instructions to hash when available. 2016-08-08 09:06:28 -07:00
SkChunkAlloc.h Move SkChunkAlloc.h to include/private. 2016-11-07 20:16:56 +00:00
SkFixed.h Revert "Fix new IT blocks ARMv8" 2017-03-07 00:55:02 +00:00
SkFloatBits.h Guard against buggy ucrt\math.h. 2016-11-28 15:40:23 +00:00
SkFloatingPoint.h Guard against buggy ucrt\math.h. 2016-11-28 15:40:23 +00:00
SkLeanWindows.h SkLeanWindows.h: #include "Windows.h" fewer places 2016-06-07 17:21:10 -07:00
SkMessageBus.h Purge clip masks when they are no longer findable. 2017-01-06 19:42:08 +00:00
SkMiniRecorder.h Remove SkAutoTUnref and SkAutoTDelete from public includes. 2016-10-27 09:30:08 -07:00
SkMutex.h Type-erase SkAutoMutexAcquire and SkAutoExclusive. 2016-06-10 13:56:35 -07:00
SkOnce.h tweak SkOnce.h header to work around issues with std::atomic::compare_exchange_strong 2016-12-16 22:21:27 +00:00
SkRecords.h Revert "Revert "IWYU"" 2017-02-13 15:59:35 +00:00
SkSafe_math.h Guard against buggy ucrt\math.h. 2016-11-28 15:40:23 +00:00
SkSemaphore.h Fix SkSemaphore comments. 2017-02-22 20:11:54 +00:00
SkShadowFlags.h Remove exec bit from source files. 2017-02-08 20:21:18 +00:00
SkShadowParams.h Make header files self-sufficient 2017-02-10 01:19:52 +00:00
SkSpinlock.h Cache GrColorSpaceXforms 2016-10-20 20:47:33 +00:00
SkTArray.h Batched implementation of drawLattice() for GPU 2016-08-18 15:46:03 -07:00
SkTDArray.h Make SkShadowUtils tessellations ref counted in preparation for caching them. 2017-01-31 14:42:29 +00:00
SkTemplates.h Make SkAutoTMalloc movable 2017-02-13 19:46:35 +00:00
SkTFitsIn.h Templatize SkToXXX. 2016-03-19 15:06:56 -07:00
SkTHash.h simplify SkTHash* move support 2016-12-15 21:31:26 +00:00
SkThreadID.h Unify ThreadID. 2015-09-29 14:38:01 -07:00
SkTLogic.h Fix syntax error for adjusting old stdc++ headers. 2017-01-13 21:26:03 +00:00
SkTSearch.h move SkTDict and SkTSearch into private 2016-01-03 18:36:05 -08:00
SkWeakRefCnt.h Convert SkRefCnt to std::atomic. 2016-04-08 06:58:52 -07:00