Home
last modified time | relevance | path

Searched refs:signDiff (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/src/Pipeline/
DSpirvShaderArithmetic.cpp367 auto signDiff = CmpNEQ(CmpGE(a, SIMD::Int(0)), CmpGE(b, SIMD::Int(0))); in EmitBinaryOp() local
368 auto fixedMod = mod + (b & CmpNEQ(mod, SIMD::Int(0)) & signDiff); in EmitBinaryOp()