/external/strace/xlat/ |
atomic_ops.in | 8 { OR1K_ATOMIC_UMAX, "UMAX" },
|
atomic_ops.h | 18 { OR1K_ATOMIC_UMAX, "UMAX" },
|
/external/llvm/test/Analysis/ScalarEvolution/ |
2008-02-15-UMax.ll | 4 ; CHECK: umax
|
/external/swiftshader/third_party/LLVM/test/Analysis/ScalarEvolution/ |
2008-02-15-UMax.ll | 1 ; RUN: opt < %s -analyze -scalar-evolution | grep umax
|
/external/llvm/test/CodeGen/AMDGPU/ |
umed3.ll | 125 define internal i32 @umax(i32 %x, i32 %y) #2 { 177 %tmp1 = call i32 @umax(i32 %x, i32 %y) 179 %tmp3 = call i32 @umax(i32 %tmp0, i32 %tmp2) 189 %tmp1 = call i32 @umax(i32 %y, i32 %x) 191 %tmp3 = call i32 @umax(i32 %tmp0, i32 %tmp2) 201 %tmp1 = call i32 @umax(i32 %x, i32 %y) 203 %tmp3 = call i32 @umax(i32 %tmp0, i32 %tmp2) 213 %tmp1 = call i32 @umax(i32 %y, i32 %x) 215 %tmp3 = call i32 @umax(i32 %tmp0, i32 %tmp2) 225 %tmp1 = call i32 @umax(i32 %x, i32 %y [all...] |
/external/iproute2/tc/ |
q_hfsc.c | 54 "SC := [ [ umax BYTE ] dmax SEC ] rate BPS\n" 56 " umax : maximum unit of work\n" 332 unsigned int umax = 0, dmax = 0, rate = 0; local 334 if (matches(*argv, "umax") == 0) { 336 if (get_size(&umax, *argv) < 0) { 337 explain1("umax"); 361 if (umax != 0 && dmax == 0) { 362 fprintf(stderr, "HFSC: umax given but dmax is zero.\n"); 366 if (dmax != 0 && ceil(1.0 * umax * TIME_UNITS_PER_SEC / dmax) > rate) { 368 * concave curve, slope of first segment is umax/dmax [all...] |
/external/iproute2/man/man8/ |
tc-hfsc.8 | |
/external/llvm/test/CodeGen/X86/ |
optimize-max-2.ll | 15 %umax = select i1 %tmp, i64 1, i64 %y ; <i64> [#uses=2] 16 %tmp8 = icmp ugt i64 %umax, %x ; <i1> [#uses=1] 17 %umax9 = select i1 %tmp8, i64 %umax, i64 %x ; <i64> [#uses=1]
|
optimize-max-1.ll | 3 ; LSR should be able to eliminate both smax and umax expressions 47 %umax = select i1 %tmp, i64 1, i64 %n ; <i64> [#uses=1] 55 %exitcond = icmp eq i64 %0, %umax ; <i1> [#uses=1] 65 %umax = select i1 %tmp, i64 %n, i64 1 ; <i64> [#uses=1] 73 %exitcond = icmp eq i64 %0, %umax ; <i1> [#uses=1]
|
coalescer-commute4.ll | 10 %umax = select i1 %tmp2132, i32 1, i32 %c ; <i32> [#uses=1] 24 %exitcond = icmp eq i32 %indvar.next, %umax ; <i1> [#uses=1]
|
pr5145.ll | 18 %3 = atomicrmw umax i8* @sc8, i8 7 acquire
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
optimize-max-2.ll | 13 %umax = select i1 %tmp, i64 1, i64 %y ; <i64> [#uses=2] 14 %tmp8 = icmp ugt i64 %umax, %x ; <i1> [#uses=1] 15 %umax9 = select i1 %tmp8, i64 %umax, i64 %x ; <i64> [#uses=1]
|
optimize-max-1.ll | 3 ; LSR should be able to eliminate both smax and umax expressions 47 %umax = select i1 %tmp, i64 1, i64 %n ; <i64> [#uses=1] 55 %exitcond = icmp eq i64 %0, %umax ; <i1> [#uses=1] 65 %umax = select i1 %tmp, i64 %n, i64 1 ; <i64> [#uses=1] 73 %exitcond = icmp eq i64 %0, %umax ; <i1> [#uses=1]
|
coalescer-commute4.ll | 10 %umax = select i1 %tmp2132, i32 1, i32 %c ; <i32> [#uses=1] 24 %exitcond = icmp eq i32 %indvar.next, %umax ; <i1> [#uses=1]
|
/external/llvm/test/CodeGen/ARM/ |
atomicrmw_minmax.ll | 9 %old = atomicrmw umax i32* %ptr, i32 %val monotonic
|
/external/swiftshader/third_party/LLVM/unittests/Support/ |
ConstantRangeTest.cpp | 335 TEST_F(ConstantRangeTest, UMax) { 336 EXPECT_EQ(Full.umax(Full), Full); 337 EXPECT_EQ(Full.umax(Empty), Empty); 338 EXPECT_EQ(Full.umax(Some), ConstantRange(APInt(16, 0xa), APInt(16, 0))); 339 EXPECT_EQ(Full.umax(Wrap), Full); 340 EXPECT_EQ(Full.umax(Some), ConstantRange(APInt(16, 0xa), APInt(16, 0))); 341 EXPECT_EQ(Empty.umax(Empty), Empty); 342 EXPECT_EQ(Empty.umax(Some), Empty); 343 EXPECT_EQ(Empty.umax(Wrap), Empty); 344 EXPECT_EQ(Empty.umax(One), Empty) [all...] |
/external/capstone/suite/MC/AArch64/ |
neon-max-min.s.cs | 8 0x20,0x64,0x22,0x2e = umax v0.8b, v1.8b, v2.8b 9 0x20,0x64,0x22,0x6e = umax v0.16b, v1.16b, v2.16b 10 0x20,0x64,0x62,0x2e = umax v0.4h, v1.4h, v2.4h 11 0x20,0x64,0x62,0x6e = umax v0.8h, v1.8h, v2.8h 12 0x20,0x64,0xa2,0x2e = umax v0.2s, v1.2s, v2.2s 13 0x20,0x64,0xa2,0x6e = umax v0.4s, v1.4s, v2.4s
|
/external/llvm/test/Transforms/IndVarSimplify/ |
backedge-on-min-max.ll | 347 %umax.cmp = icmp ugt i32 %a_len, %n 348 %umax = select i1 %umax.cmp, i32 %a_len, i32 %n 349 %entry.cond = icmp ugt i32 5, %umax 365 %be.cond = icmp ugt i32 %idx.inc, %umax 375 %umax.cmp = icmp ugt i32 %a_len, %n 376 %umax = select i1 %umax.cmp, i32 %a_len, i32 %n 377 %entry.cond = icmp ugt i32 5, %umax 393 %be.cond = icmp ugt i32 %idx.inc, %umax [all...] |
/art/test/646-checker-hadd-char/src/ |
Main.java | 202 /// CHECK-DAG: <<UMAX:i\d+>> IntConstant 65535 loop:none 205 /// CHECK-DAG: <<Add:i\d+>> Add [<<Get>>,<<UMAX>>] loop:<<Loop>> outer_loop:none 211 /// CHECK-DAG: <<UMAX:i\d+>> IntConstant 65535 loop:none 212 /// CHECK-DAG: <<Repl:d\d+>> VecReplicateScalar [<<UMAX>>] loop:none 218 /// CHECK-DAG: <<UMAX:i\d+>> IntConstant 65535 loop:none 219 /// CHECK-DAG: <<Repl:d\d+>> VecReplicateScalar [<<UMAX>>] loop:none 224 /// CHECK-DAG: <<UMAX:i\d+>> IntConstant 65535 loop:none 225 /// CHECK-DAG: <<Repl:d\d+>> VecReplicateScalar [<<UMAX>>] loop:none 237 /// CHECK-DAG: <<UMAX:i\d+>> IntConstant 65535 loop:none 240 /// CHECK-DAG: <<And:i\d+>> And [<<Get>>,<<UMAX>>] loop:<<Loop>> outer_loop:non [all...] |
/external/llvm/test/Analysis/LoopAccessAnalysis/ |
reverse-memcheck-bounds.ll | 52 ; When the stride is not constant, we are forced to do umin/umax to get 61 ; CHECK: Low: (-1 + (-1 * ((-60001 + (-1 * %a)) umax (-60001 + (40000 * %step) + (-1 * %a))))) 62 ; CHECK: High: ((60000 + %a)<nsw> umax (60000 + (-40000 * %step) + %a))
|
/external/llvm/test/MC/AArch64/ |
neon-max-min.s | 22 umax v0.8b, v1.8b, v2.8b 23 umax v0.16b, v1.16b, v2.16b 24 umax v0.4h, v1.4h, v2.4h 25 umax v0.8h, v1.8h, v2.8h 26 umax v0.2s, v1.2s, v2.2s 27 umax v0.4s, v1.4s, v2.4s 29 // CHECK: umax v0.8b, v1.8b, v2.8b // encoding: [0x20,0x64,0x22,0x2e] 30 // CHECK: umax v0.16b, v1.16b, v2.16b // encoding: [0x20,0x64,0x22,0x6e] 31 // CHECK: umax v0.4h, v1.4h, v2.4h // encoding: [0x20,0x64,0x62,0x2e] 32 // CHECK: umax v0.8h, v1.8h, v2.8h // encoding: [0x20,0x64,0x62,0x6e [all...] |
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/ |
illegal-lse.s | 55 .irp suffix, add, clr, eor, set, smax, smin, umax, umin 61 .irp suffix, add, clr, eor, set, smax, smin, umax, umin
|
lse-atomic.s | 55 .irp suffix, add, clr, eor, set, smax, smin, umax, umin 61 .irp suffix, add, clr, eor, set, smax, smin, umax, umin
|
/external/llvm/test/Transforms/LoopStrengthReduce/X86/ |
2008-08-14-ShadowIV.ll | 13 %umax = select i1 %0, i32 1, i32 %n ; <i32> [#uses=1] 22 %exitcond = icmp eq i32 %indvar.next, %umax ; <i1> [#uses=1] 37 %umax = select i1 %0, i64 1, i64 %n ; <i64> [#uses=1] 47 %exitcond = icmp eq i64 %indvar.next, %umax ; <i1> [#uses=1]
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
ConstantRange.cpp | 66 APInt UMax(CR.getUnsignedMax()); 67 if (UMax.isMinValue()) 69 return ConstantRange(APInt::getMinValue(W), UMax); 78 APInt UMax(CR.getUnsignedMax()); 79 if (UMax.isMaxValue()) 81 return ConstantRange(APInt::getMinValue(W), UMax + 1); 580 ConstantRange::umax(const ConstantRange &Other) const { function in class:ConstantRange 581 // X umax Y is: range(umax(X_umin, Y_umin), 582 // umax(X_umax, Y_umax) [all...] |