OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
47
unsigned long long
stfle
(void)
function
54
/*
stfle
not available: assume no facilities */
58
".insn s,0xb2b00000,%0\n" /*
stfle
*/
207
facilities =
stfle
();
213
} else if (strcmp(feature, "s390x-
stfle
") == 0 ) {
Completed in 296 milliseconds