Home
last modified time | relevance | path

Searched defs:umax (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/SVE/
Dumax.s10 umax z0.b, z0.b, #0 label
16 umax z31.b, z31.b, #255 label
22 umax z0.b, z0.b, #0 label
28 umax z31.b, z31.b, #255 label
34 umax z0.b, z0.b, #0 label
40 umax z31.b, z31.b, #255 label
46 umax z0.b, z0.b, #0 label
52 umax z31.b, z31.b, #255 label
58 umax z31.b, p7/m, z31.b, z31.b label
64 umax z31.h, p7/m, z31.h, z31.h label
[all …]
Dumax-diagnostics.s3 umax z0.b, z0.b, #-1 label
8 umax z31.b, z31.b, #256 label
13 umax z0.b, p8/m, z0.b, z0.b label
23 umax z31.b, z31.b, #255 label
/external/swiftshader/third_party/LLVM/lib/Support/
DConstantRange.cpp580 ConstantRange::umax(const ConstantRange &Other) const { in umax() function in ConstantRange
641 APInt umax = APIntOps::umax(getUnsignedMin(), Other.getUnsignedMin()); in binaryOr() local
/external/llvm/lib/IR/
DConstantRange.cpp757 ConstantRange::umax(const ConstantRange &Other) const { in umax() function in ConstantRange
844 APInt umax = APIntOps::umax(getUnsignedMin(), Other.getUnsignedMin()); in binaryOr() local
/external/iproute2/tc/
Dq_hfsc.c332 unsigned int umax = 0, dmax = 0, rate = 0; in hfsc_get_sc2() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstantRange.cpp881 ConstantRange::umax(const ConstantRange &Other) const { in umax() function in ConstantRange
968 APInt umax = APIntOps::umax(getUnsignedMin(), Other.getUnsignedMin()); in binaryOr() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h2113 inline const APInt &umax(const APInt &A, const APInt &B) { in umax() function
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPInt.h1569 inline APInt umax(const APInt &A, const APInt &B) { in umax() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1798 inline const APInt &umax(const APInt &A, const APInt &B) { in umax() function
/external/llvm/include/llvm/ADT/
DAPInt.h1771 inline const APInt &umax(const APInt &A, const APInt &B) { in umax() function
/external/vixl/test/aarch64/
Dtest-trace-aarch64.cc2235 __ umax(v28.V16B(), v12.V16B(), v6.V16B()); in GenerateTestSequenceNEON() local
2236 __ umax(v20.V2S(), v19.V2S(), v26.V2S()); in GenerateTestSequenceNEON() local
2237 __ umax(v0.V4H(), v31.V4H(), v18.V4H()); in GenerateTestSequenceNEON() local
2238 __ umax(v6.V4S(), v21.V4S(), v28.V4S()); in GenerateTestSequenceNEON() local
2239 __ umax(v0.V8B(), v2.V8B(), v20.V8B()); in GenerateTestSequenceNEON() local
2240 __ umax(v4.V8H(), v11.V8H(), v22.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.cpp1081 void ShaderCore::umax(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in umax() function in sw::ShaderCore
/external/swiftshader/src/Shader/
DShaderCore.cpp1081 void ShaderCore::umax(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in umax() function in sw::ShaderCore
/external/v8/src/arm64/
Dsimulator-logic-arm64.cc1263 LogicVRegister Simulator::umax(VectorFormat vform, LogicVRegister dst, in umax() function in v8::internal::Simulator
/external/vixl/src/aarch64/
Dlogic-aarch64.cc1355 LogicVRegister Simulator::umax(VectorFormat vform, in umax() function in vixl::aarch64::Simulator