/external/llvm/test/CodeGen/Hexagon/ |
Atomics.ll | 8 %t00 = atomicrmw add i32* @si, i32 1 monotonic 9 %t01 = atomicrmw add i64* @sll, i64 1 monotonic 10 %t10 = atomicrmw sub i32* @si, i32 1 monotonic 11 %t11 = atomicrmw sub i64* @sll, i64 1 monotonic 12 %t20 = atomicrmw or i32* @si, i32 1 monotonic 13 %t21 = atomicrmw or i64* @sll, i64 1 monotonic 14 %t30 = atomicrmw xor i32* @si, i32 1 monotonic 15 %t31 = atomicrmw xor i64* @sll, i64 1 monotonic 16 %t40 = atomicrmw and i32* @si, i32 1 monotonic 17 %t41 = atomicrmw and i64* @sll, i64 1 monotonic [all...] |
/external/llvm/test/Assembler/ |
atomic.ll | 12 ; CHECK: store atomic volatile i32 3, i32* %x singlethread monotonic, align 4 13 store atomic volatile i32 3, i32* %x singlethread monotonic, align 4 14 ; CHECK: cmpxchg i32* %x, i32 1, i32 0 singlethread monotonic monotonic 15 cmpxchg i32* %x, i32 1, i32 0 singlethread monotonic monotonic 18 ; CHECK: cmpxchg i32* %x, i32 42, i32 0 acq_rel monotonic 19 cmpxchg i32* %x, i32 42, i32 0 acq_rel monotonic 20 ; CHECK: cmpxchg weak i32* %x, i32 13, i32 0 seq_cst monotonic 21 cmpxchg weak i32* %x, i32 13, i32 0 seq_cst monotonic [all...] |
/external/autotest/client/site_tests/platform_TraceClockMonotonic/src/ |
Makefile | 1 EXEC=ftrace-clock-monotonic 8 $(EXEC): ftrace-clock-monotonic.c
|
/external/llvm/test/CodeGen/PowerPC/ |
Atomics-64.ll | 25 %0 = atomicrmw add i8* @sc, i8 1 monotonic 26 %1 = atomicrmw add i8* @uc, i8 1 monotonic 28 %3 = atomicrmw add i16* %2, i16 1 monotonic 30 %5 = atomicrmw add i16* %4, i16 1 monotonic 32 %7 = atomicrmw add i32* %6, i32 1 monotonic 34 %9 = atomicrmw add i32* %8, i32 1 monotonic 36 %11 = atomicrmw add i64* %10, i64 1 monotonic 38 %13 = atomicrmw add i64* %12, i64 1 monotonic 39 %14 = atomicrmw sub i8* @sc, i8 1 monotonic 40 %15 = atomicrmw sub i8* @uc, i8 1 monotonic [all...] |
atomic-2.ll | 8 %tmp = atomicrmw add i64* %mem, i64 %val monotonic 16 %tmp = atomicrmw add i8* %mem, i8 %val monotonic 24 %tmp = atomicrmw add i16* %mem, i16 %val monotonic 32 %tmppair = cmpxchg i64* %mem, i64 0, i64 1 monotonic monotonic 42 %tmppair = cmpxchg i8* %mem, i8 0, i8 1 monotonic monotonic 52 %tmppair = cmpxchg i16* %mem, i16 0, i16 1 monotonic monotonic 62 %tmp = atomicrmw xchg i64* %mem, i64 1 monotonic [all...] |
atomic-1.ll | 6 %tmp = atomicrmw add i32* %mem, i32 %val monotonic 14 %tmppair = cmpxchg i32* %mem, i32 0, i32 1 monotonic monotonic 24 %tmp = atomicrmw xchg i32* %mem, i32 1 monotonic
|
/external/llvm/test/Bitcode/ |
atomic.ll | 8 cmpxchg volatile i32* %addr, i32 %desired, i32 %new seq_cst monotonic 9 ; CHECK: cmpxchg volatile i32* %addr, i32 %desired, i32 %new seq_cst monotonic 14 cmpxchg weak volatile i32* %addr, i32 %desired, i32 %new singlethread release monotonic 15 ; CHECK: cmpxchg weak volatile i32* %addr, i32 %desired, i32 %new singlethread release monotonic
|
cmpxchg-upgrade.ll | 8 cmpxchg i32* %addr, i32 42, i32 0 monotonic 9 ; CHECK: cmpxchg i32* %addr, i32 42, i32 0 monotonic monotonic 15 ; CHECK: cmpxchg i32* %addr, i32 42, i32 0 release monotonic
|
weak-cmpxchg-upgrade.ll | 8 ; CHECK: [[TMP:%.*]] = cmpxchg i32* %addr, i32 %old, i32 %new seq_cst monotonic 10 %val = cmpxchg i32* %addr, i32 %old, i32 %new seq_cst monotonic
|
/external/llvm/test/CodeGen/X86/ |
fast-isel-atomic.ll | 10 %tmp40 = atomicrmw and i8* @sc, i8 11 monotonic 12 %tmp41 = atomicrmw and i8* @uc, i8 11 monotonic
|
atomic_op.ll | 28 %0 = atomicrmw add i32* %val1, i32 %tmp monotonic 32 %1 = atomicrmw sub i32* %val2, i32 30 monotonic 36 %2 = atomicrmw add i32* %val2, i32 1 monotonic 40 %3 = atomicrmw sub i32* %val2, i32 1 monotonic 45 %4 = atomicrmw and i32* %andt, i32 4080 monotonic 50 %5 = atomicrmw or i32* %ort, i32 4080 monotonic 55 %6 = atomicrmw xor i32* %xort, i32 4080 monotonic 60 %7 = atomicrmw min i32* %val2, i32 16 monotonic 66 %8 = atomicrmw min i32* %val2, i32 %neg monotonic 71 %9 = atomicrmw max i32* %val2, i32 1 monotonic [all...] |
Atomics-64.ll | 19 %0 = atomicrmw add i8* @sc, i8 1 monotonic 20 %1 = atomicrmw add i8* @uc, i8 1 monotonic 22 %3 = atomicrmw add i16* %2, i16 1 monotonic 24 %5 = atomicrmw add i16* %4, i16 1 monotonic 26 %7 = atomicrmw add i32* %6, i32 1 monotonic 28 %9 = atomicrmw add i32* %8, i32 1 monotonic 30 %11 = atomicrmw add i64* %10, i64 1 monotonic 32 %13 = atomicrmw add i64* %12, i64 1 monotonic 34 %15 = atomicrmw add i64* %14, i64 1 monotonic 36 %17 = atomicrmw add i64* %16, i64 1 monotonic [all...] |
atomic_add.ll | 10 %0 = atomicrmw sub i32* %p, i32 %v monotonic 20 %0 = atomicrmw add i64* %p, i64 1 monotonic 28 %0 = atomicrmw add i64* %p, i64 2 monotonic 37 %1 = atomicrmw add i64* %p, i64 %0 monotonic 47 %0 = atomicrmw add i8* %p, i8 1 monotonic 55 %0 = atomicrmw add i8* %p, i8 2 monotonic 64 %1 = atomicrmw add i8* %p, i8 %0 monotonic 74 %0 = atomicrmw add i16* %p, i16 1 monotonic 82 %0 = atomicrmw add i16* %p, i16 2 monotonic 91 %1 = atomicrmw add i16* %p, i16 %0 monotonic [all...] |
coalescer-remat.ll | 8 %t0 = cmpxchg i64* @val, i64 0, i64 1 monotonic monotonic
|
2008-08-19-SubAndFetch.ll | 10 atomicrmw sub i64* @var, i64 1 monotonic
|
membarrier.ll | 9 %0 = atomicrmw sub i32* %i, i32 1 monotonic
|
/external/autotest/client/site_tests/platform_TraceClockMonotonic/ |
control | 13 Ensure the the kernel properly supports monotonic timestamps for 17 Fails if kernel doesn't support tracing or monotonic clock for ftrace events
|
/external/fio/arch/ |
arch-s390.h | 31 * Fio needs monotonic (never lower), but not strict monotonic (never
|
/external/llvm/test/CodeGen/ARM/ |
atomic-cmp.ll | 15 %tmp0 = cmpxchg i8* %a, i8 %b, i8 %c monotonic monotonic
|
atomicrmw_minmax.ll | 9 %old = atomicrmw umax i32* %ptr, i32 %val monotonic 19 %old = atomicrmw umin i32* %ptr, i32 %val monotonic
|
/external/llvm/test/CodeGen/Mips/llvm-ir/ |
atomicrmx.ll | 15 %1 = atomicrmw add i32* @a, i32 %x monotonic 24 %1 = atomicrmw add i64* @b, i64 %x monotonic
|
/system/core/logd/ |
LogBuffer.h | 36 // We are either in 1970ish (MONOTONIC) or 2016+ish (REALTIME) so to 38 // is likely monotonic, later is real. Otherwise we start using a 39 // dividing line between monotonic and realtime if more than a minute 59 /* no way to differentiate realtime from monotonic time */ 65 /* too close to call to differentiate monotonic times from realtime */ 70 /* dividing line half way between monotonic and realtime */ 101 bool monotonic; member in class:LogBuffer 108 bool isMonotonic() { return monotonic; }
|
/external/llvm/test/Analysis/BasicAA/ |
cas.ll | 10 %b = atomicrmw xchg i32* @turn, i32 1 monotonic
|
/prebuilts/go/darwin-x86/src/runtime/ |
cputicks.go | 10 // careful: cputicks is not guaranteed to be monotonic! In particular, we have
|
/prebuilts/go/linux-x86/src/runtime/ |
cputicks.go | 10 // careful: cputicks is not guaranteed to be monotonic! In particular, we have
|