/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/SVE/ |
D | umin.s | 10 umin z0.b, z0.b, #0 label 16 umin z31.b, z31.b, #255 label 22 umin z0.b, z0.b, #0 label 28 umin z31.b, z31.b, #255 label 34 umin z0.b, z0.b, #0 label 40 umin z31.b, z31.b, #255 label 46 umin z0.b, z0.b, #0 label 52 umin z31.b, z31.b, #255 label 58 umin z31.b, p7/m, z31.b, z31.b label 64 umin z31.h, p7/m, z31.h, z31.h label [all …]
|
D | umin-diagnostics.s | 3 umin z0.b, z0.b, #-1 label 8 umin z31.b, z31.b, #256 label 13 umin z0.b, p8/m, z0.b, z0.b label 23 umin z31.b, z31.b, #255 label
|
/external/llvm/lib/IR/ |
D | ConstantRange.cpp | 783 ConstantRange::umin(const ConstantRange &Other) const { in umin() function in ConstantRange 831 APInt umin = APIntOps::umin(Other.getUnsignedMax(), getUnsignedMax()); in binaryAnd() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | ConstantRange.cpp | 907 ConstantRange::umin(const ConstantRange &Other) const { in umin() function in ConstantRange 955 APInt umin = APIntOps::umin(Other.getUnsignedMax(), getUnsignedMax()); in binaryAnd() local
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | ConstantRange.cpp | 628 APInt umin = APIntOps::umin(Other.getUnsignedMax(), getUnsignedMax()); in binaryAnd() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | APInt.h | 2108 inline const APInt &umin(const APInt &A, const APInt &B) { in umin() function
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | APInt.h | 1564 inline APInt umin(const APInt &A, const APInt &B) { in umin() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 1793 inline const APInt &umin(const APInt &A, const APInt &B) { in umin() function
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 1766 inline const APInt &umin(const APInt &A, const APInt &B) { in umin() function
|
/external/vixl/test/aarch64/ |
D | test-trace-aarch64.cc | 2252 __ umin(v22.V16B(), v0.V16B(), v18.V16B()); in GenerateTestSequenceNEON() local 2253 __ umin(v1.V2S(), v21.V2S(), v16.V2S()); in GenerateTestSequenceNEON() local 2254 __ umin(v17.V4H(), v4.V4H(), v25.V4H()); in GenerateTestSequenceNEON() local 2255 __ umin(v24.V4S(), v26.V4S(), v13.V4S()); in GenerateTestSequenceNEON() local 2256 __ umin(v20.V8B(), v1.V8B(), v5.V8B()); in GenerateTestSequenceNEON() local 2257 __ umin(v26.V8H(), v25.V8H(), v23.V8H()); in GenerateTestSequenceNEON() local
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_peephole.cpp | 1455 #define CASE(type, dst, fmin, fmax, imin, imax, umin, umax) \ in opnd() argument
|
/external/swiftshader/src/Pipeline/ |
D | ShaderCore.cpp | 1057 void ShaderCore::umin(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in umin() function in sw::ShaderCore
|
/external/swiftshader/src/Shader/ |
D | ShaderCore.cpp | 1057 void ShaderCore::umin(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in umin() function in sw::ShaderCore
|
/external/v8/src/arm64/ |
D | simulator-logic-arm64.cc | 1269 LogicVRegister Simulator::umin(VectorFormat vform, LogicVRegister dst, in umin() function in v8::internal::Simulator
|
/external/vixl/src/aarch64/ |
D | logic-aarch64.cc | 1363 LogicVRegister Simulator::umin(VectorFormat vform, in umin() function in vixl::aarch64::Simulator
|