Home
last modified time | relevance | path

Searched refs:S390_NUM_FACILITY_DW (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/main/none/tests/s390x/
Dstfle.c4 #define S390_NUM_FACILITY_DW 2 macro
9 unsigned long long hoststfle[S390_NUM_FACILITY_DW], match; in stfle()
31 int dw = S390_NUM_FACILITY_DW; in main()
/external/valgrind/main/VEX/pub/
Dlibvex_s390x_common.h89 #define S390_NUM_FACILITY_DW 2 macro
/external/valgrind/main/VEX/priv/
Dguest_s390_helpers.c305 ULong hoststfle[S390_NUM_FACILITY_DW], cc, num_dw, i; in s390x_dirtyhelper_STFLE()
310 if (reg0 > S390_NUM_FACILITY_DW - 1) in s390x_dirtyhelper_STFLE()
311 reg0 = S390_NUM_FACILITY_DW - 1; in s390x_dirtyhelper_STFLE()
Dguest_s390_toIR.c10774 d->mSize = S390_NUM_FACILITY_DW * sizeof(ULong); in s390_irgen_STFLE()