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

  /external/valgrind/main/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...]
  /external/openssl/crypto/
s390xcpuid.S 10 .long 0xb2b02000 # stfle 0(%r2)
13 .long 0xb2b02000 # stfle 0(%r2)
  /external/valgrind/main/tests/
s390x_features.c 46 unsigned long long stfle(void) function
53 /* stfle not available: assume no facilities */
57 ".insn s,0xb2b00000,%0\n" /* stfle */
199 facilities = stfle();
205 } else if (strcmp(feature, "s390x-stfle") == 0 ) {

Completed in 2111 milliseconds