Searched refs:hoststfle (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/none/tests/s390x/
H A Dstfle.c9 unsigned long long hoststfle[S390_NUM_FACILITY_DW], match; local
16 : "=m" (*hoststfle), "+d" (__nr), "=d" (cc) : : "cc", "memory");
20 match = (hoststfle[0] & (1ULL << (63 - bit_to_test)));
22 match = (hoststfle[1] & (1ULL << (63 - bit_to_test)));
/external/valgrind/main/VEX/priv/
H A Dguest_s390_helpers.c294 ULong hoststfle[S390_NUM_FACILITY_DW], cc, num_dw, i; local
307 : "=m" (hoststfle), "+d"(reg0), "=d"(cc) : : "cc", "memory");
313 addr[i] = hoststfle[i];
/external/valgrind/main/coregrind/
H A Dm_machine.c1197 ULong hoststfle[1]; local
1201 : "=m" (hoststfle), "+d"(reg0)
1203 if (hoststfle[0] & (1ULL << (63 - 24)))
1205 if (hoststfle[0] & (1ULL << (63 - 30)))

Completed in 510 milliseconds