/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/SVE/ |
D | umax.s | 10 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 …]
|
D | umax-diagnostics.s | 3 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/ |
D | ConstantRange.cpp | 580 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/ |
D | ConstantRange.cpp | 757 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/ |
D | q_hfsc.c | 332 unsigned int umax = 0, dmax = 0, rate = 0; in hfsc_get_sc2() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | ConstantRange.cpp | 881 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/ |
D | APInt.h | 2113 inline const APInt &umax(const APInt &A, const APInt &B) { in umax() function
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | APInt.h | 1569 inline APInt umax(const APInt &A, const APInt &B) { in umax() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 1798 inline const APInt &umax(const APInt &A, const APInt &B) { in umax() function
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 1771 inline const APInt &umax(const APInt &A, const APInt &B) { in umax() function
|
/external/vixl/test/aarch64/ |
D | test-trace-aarch64.cc | 2235 __ 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/ |
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 | 1081 void ShaderCore::umax(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in umax() function in sw::ShaderCore
|
/external/swiftshader/src/Shader/ |
D | ShaderCore.cpp | 1081 void ShaderCore::umax(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in umax() function in sw::ShaderCore
|
/external/v8/src/arm64/ |
D | simulator-logic-arm64.cc | 1263 LogicVRegister Simulator::umax(VectorFormat vform, LogicVRegister dst, in umax() function in v8::internal::Simulator
|
/external/vixl/src/aarch64/ |
D | logic-aarch64.cc | 1355 LogicVRegister Simulator::umax(VectorFormat vform, in umax() function in vixl::aarch64::Simulator
|