HomeSort by relevance Sort by last modified time
    Searched refs:CYCLES (Results 1 - 14 of 14) sorted by null

  /external/swiftshader/third_party/LLVM/tools/llvm-config/
find-cycles.pl 3 # Program: find-cycles.pl
6 # cycles. This makes it possible to topologically sort the
9 # Syntax: find-cycles.pl < LibDeps.txt > FinalLibDeps.txt
26 my @CYCLES;
41 # Print out the finished cycles, with their dependencies.
44 foreach my $cycle (@CYCLES) {
62 print STDERR "find-cycles.pl: Circular dependency between *.a files:\n";
63 print STDERR "find-cycles.pl: ", join(' ', @archives), "\n";
67 print STDERR "find-cycles.pl: Circular dependency between *.o files:\n";
68 print STDERR "find-cycles.pl: ", join(' ', @modules), "\n";
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/bfin/
stack.d 11 8: 76 01 \[--SP\] = CYCLES;
stack2.s 47 [--SP ] = CYCLES;
104 CYCLES= [ SP ++ ] ;
stack2.d 36 38: 76 01 \[--SP\] = CYCLES;
72 80: 36 01 CYCLES = \[SP\+\+\];
pseudo.s 54 DBG CYCLES;
move.d 27 26: 96 31 R2 = CYCLES;
move2.s 222 R6 = CYCLES;
240 CYCLES = R7;
258 CYCLES = SP;
278 //CYCLES = USP;
pseudo.d 51 58: 36 f8 DBG CYCLES;
move2.d 182 15c: b6 31 R6 = CYCLES;
198 17c: 37 3c CYCLES = R7;
214 19c: 76 3c CYCLES = SP;
allinsn16.d 318 [^:]+: 36 01 + CYCLES = \[SP\+\+\];
382 [^:]+: 76 01 + \[--SP\] = CYCLES;
    [all...]
  /external/ltp/testcases/cve/
meltdown.c 180 #define CYCLES 10000
189 for (i = 0; i < CYCLES; i++) {
205 if (hist[1] > CYCLES / 10)
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinRegisterInfo.cpp 69 Reserved.set(CYCLES).set(CYCLES2);
BlackfinISelLowering.cpp 486 // The low part of the cycle counter is in CYCLES, the high part in
487 // CYCLES2. Reading CYCLES will latch the value of CYCLES2, so we must read
490 SDValue lo = DAG.getCopyFromReg(TheChain, dl, BF::CYCLES, MVT::i32);
497 // read beyond the next CYCLES read, leading to invalid results.
  /external/python/cpython2/Lib/plat-unixware7/
IN.py 440 def CYCLES_SINCE(c): return CYCLES_BETWEEN((c), CYCLES())

Completed in 332 milliseconds