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

  /external/valgrind/none/tests/s390x/
ecag.c 8 ecag(int ai, int li, int ti) function
13 asm volatile( ECAG(2,0,3,000,00)
30 topology = ecag(0, 0, 0); // get summary
32 /* ECAG supports at most 8 levels of cache. Iterate over all of them
59 ecag(1, level, 0));
61 ecag(1, level, 1));
63 ecag(2, level, 0));
65 ecag(2, level, 1));
67 ecag(3, level, 0));
69 ecag(3, level, 1))
    [all...]
  /external/valgrind/coregrind/
m_cache.c 555 ecag(UInt ai, UInt li, UInt ti) function
576 return ecag(1, level, is_insn_cache);
582 return ecag(2, level, is_insn_cache);
588 return ecag(3, level, is_insn_cache);
610 // ECAG is not available
615 ULong topology = ecag(0, 0, 0); // get summary
617 /* ECAG supports at most 8 levels of cache. Find out how many levels
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/s390/
zarch-z10.s 336 ecag %r6,%r7,1111(%r8)
zarch-z10.d 342 .*: eb 67 84 57 00 4c [ ]*ecag %r6,%r7,1111\(%r8\)
  /external/v8/src/s390/
constants-s390.h 179 V(ecag, ECAG, 0xEB4C) /* type = RSY_A EXTRACT CPU ATTRIBUTE */ \
    [all...]

Completed in 113 milliseconds