Searched defs:stfle (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/none/tests/s390x/
H A Dstfle.c7 unsigned long long stfle(unsigned long dw, unsigned bit_to_test) function
13 asm volatile(" .insn s,0xb2b00000,%0 \n" /* stfle */
35 if ((stfle(dw, 1)) && stfle(dw, 2))
41 if (stfle(dw, 7))
50 if ((stfle(dw, 1)) && stfle(dw, 2))
56 if (stfle(dw, 17)) {
/external/valgrind/main/tests/
H A Ds390x_features.c47 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 127 milliseconds