Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DSpirvShaderArithmetic.cpp367 auto signDiff = CmpNEQ(CmpGE(a, SIMD::Int(0)), CmpGE(b, SIMD::Int(0))); in EmitBinaryOp()
393 dst.move(i, CmpGE(lhs.UInt(i), rhs.UInt(i))); in EmitBinaryOp()
396 dst.move(i, CmpGE(lhs.Int(i), rhs.Int(i))); in EmitBinaryOp()
460 dst.move(i, CmpGE(lhs.Float(i), rhs.Float(i))); in EmitBinaryOp()
DVertexProgram.cpp82 Int4 storesAndAtomicsMask = CmpGE(UInt4(vertexCount), UInt4(1, 2, 3, 4)); in program()
DVertexRoutine.cpp161 auto mask = SignMask(CmpGE(distance, SIMD::Float(0))); in computeCullMask()
DSpirvShaderGLSLstd450.cpp575 auto isExponentNotTooSmall = SIMD::UInt(CmpGE(combinedExponent, SIMD::Int(-126))); in EmitExtGLSLstd450()
DPixelRoutine.cpp243 auto clipMask = SignMask(CmpGE(distance, SIMD::Float(0))); in quad()
/external/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.td73 def CmpGE : PatLeaf<(i32 5)>;
1571 defm : ISET_FORMAT_SIGNED<setge, CmpGE>;
1577 defm : ISET_FORMAT_UNSIGNED<setuge, CmpGE>;
1655 defm FSetOGE : FSET_FORMAT<setoge, CmpGE, CmpGE_FTZ>;
1669 defm FSetGE : FSET_FORMAT<setge, CmpGE, CmpGE_FTZ>;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.td76 def CmpGE : PatLeaf<(i32 5)>;
1727 defm : ISET_FORMAT_SIGNED<setge, CmpGE>;
1733 defm : ISET_FORMAT_UNSIGNED<setuge, CmpGE>;
1851 defm FSetOGE : FSET_FORMAT<setoge, CmpGE, CmpGE_FTZ>;
1865 defm FSetGE : FSET_FORMAT<setge, CmpGE, CmpGE_FTZ>;
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.td76 def CmpGE : PatLeaf<(i32 5)>;
1727 defm : ISET_FORMAT_SIGNED<setge, CmpGE>;
1733 defm : ISET_FORMAT_UNSIGNED<setuge, CmpGE>;
1851 defm FSetOGE : FSET_FORMAT<setoge, CmpGE, CmpGE_FTZ>;
1865 defm FSetGE : FSET_FORMAT<setge, CmpGE, CmpGE_FTZ>;
/external/swiftshader/src/Reactor/
DReactor.hpp2004 inline RValue<Int4> CmpGE(RValue<Int4> x, RValue<Int4> y) in CmpGE() function
2104 inline RValue<UInt4> CmpGE(RValue<UInt4> x, RValue<UInt4> y) in CmpGE() function
2376 inline RValue<Int4> CmpGE(RValue<Float4> x, RValue<Float4> y) in CmpGE() function