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

  /external/valgrind/none/tests/s390x/
stfle.c 7 unsigned long long stfle(unsigned long dw, unsigned bit_to_test) function
13 asm volatile(" .insn s,0xb2b00000,%0 \n" /* stfle */
33 /* Test #1: Make sure STFLE returns sensible values. z/Arch facilities
35 if ((stfle(dw, 1)) && stfle(dw, 2))
40 /* Test #2: Make sure the STFLE is supported. */
41 if (stfle(dw, 7))
42 printf("STFLE facility is installed\n");
44 printf("STFLE facility is not installed\n");
46 /* Test #3: Tell STFLE to only write 1 DW of facility bits. Expected conditio
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/s390/
zarch-z9-109.s 37 stfle 4095(%r5)
zarch-z9-109.d 43 .*: b2 b0 5f ff [ ]*stfle 4095\(%r5\)
  /external/valgrind/tests/
s390x_features.c 47 unsigned long long stfle(void) function
54 /* stfle not available: assume no facilities */
58 ".insn s,0xb2b00000,%0\n" /* stfle */
208 facilities = stfle();
214 } else if (strcmp(feature, "s390x-stfle") == 0 ) {
  /external/llvm/test/MC/SystemZ/
insn-good.s     [all...]

Completed in 196 milliseconds