Home
last modified time | relevance | path

Searched defs:umin (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/SVE/
Dumin.s10 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 …]
Dumin-diagnostics.s3 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/
DConstantRange.cpp783 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/
DConstantRange.cpp907 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/
DConstantRange.cpp628 APInt umin = APIntOps::umin(Other.getUnsignedMax(), getUnsignedMax()); in binaryAnd() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h2108 inline const APInt &umin(const APInt &A, const APInt &B) { in umin() function
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPInt.h1564 inline APInt umin(const APInt &A, const APInt &B) { in umin() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1793 inline const APInt &umin(const APInt &A, const APInt &B) { in umin() function
/external/llvm/include/llvm/ADT/
DAPInt.h1766 inline const APInt &umin(const APInt &A, const APInt &B) { in umin() function
/external/vixl/test/aarch64/
Dtest-trace-aarch64.cc2252 __ 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/
Dnv50_ir_peephole.cpp1455 #define CASE(type, dst, fmin, fmax, imin, imax, umin, umax) \ in opnd() argument
/external/swiftshader/src/Pipeline/
DShaderCore.cpp1057 void ShaderCore::umin(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in umin() function in sw::ShaderCore
/external/swiftshader/src/Shader/
DShaderCore.cpp1057 void ShaderCore::umin(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in umin() function in sw::ShaderCore
/external/v8/src/arm64/
Dsimulator-logic-arm64.cc1269 LogicVRegister Simulator::umin(VectorFormat vform, LogicVRegister dst, in umin() function in v8::internal::Simulator
/external/vixl/src/aarch64/
Dlogic-aarch64.cc1363 LogicVRegister Simulator::umin(VectorFormat vform, in umin() function in vixl::aarch64::Simulator