Searched refs:hoststfle (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/main/none/tests/s390x/ |
D | stfle.c | 9 unsigned long long hoststfle[S390_NUM_FACILITY_DW], match; in stfle() local 16 : "=m" (*hoststfle), "+d" (__nr), "=d" (cc) : : "cc", "memory"); in stfle() 20 match = (hoststfle[0] & (1ULL << (63 - bit_to_test))); in stfle() 22 match = (hoststfle[1] & (1ULL << (63 - bit_to_test))); in stfle()
|
/external/valgrind/main/VEX/priv/ |
D | guest_s390_helpers.c | 305 ULong hoststfle[S390_NUM_FACILITY_DW], cc, num_dw, i; in s390x_dirtyhelper_STFLE() local 318 : "=m" (hoststfle), "+d"(reg0), "=d"(cc) : : "cc", "memory"); in s390x_dirtyhelper_STFLE() 324 ((ULong *)addr)[i] = hoststfle[i]; in s390x_dirtyhelper_STFLE()
|