Searched refs:hoststfle (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/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/coregrind/ |
D | m_machine.c | 1358 ULong hoststfle[S390_NUM_FACILITY_DW]; in VG_() local 1361 hoststfle[i] = 0; in VG_() 1370 : "=m" (hoststfle), "+d"(reg0) in VG_() 1416 if (hoststfle[0] & (1ULL << (63 - fac_hwcaps[i].facility_bit))) { in VG_()
|
/external/valgrind/VEX/priv/ |
D | guest_s390_helpers.c | 316 ULong hoststfle[S390_NUM_FACILITY_DW], cc, num_dw, i; in s390x_dirtyhelper_STFLE() local 329 : "=m" (hoststfle), "+d"(reg0), "=d"(cc) : : "cc", "memory"); in s390x_dirtyhelper_STFLE() 336 addr[i] = hoststfle[i]; in s390x_dirtyhelper_STFLE()
|