Home | History | Annotate | Download | only in priv

Lines Matching full:ulong

77 void s390x_dirtyhelper_EX(ULong torun);
78 ULong s390x_dirtyhelper_STCK(ULong *addr);
79 ULong s390x_dirtyhelper_STCKF(ULong *addr);
80 ULong s390x_dirtyhelper_STCKE(ULong *addr);
81 ULong s390x_dirtyhelper_STFLE(VexGuestS390XState *guest_state, ULong *addr);
82 void s390x_dirtyhelper_CUxy(UChar *addr, ULong data, ULong num_bytes);
84 ULong s390_do_cu12_cu14_helper1(UInt byte1, UInt etf3_and_m3_is_1);
85 ULong s390_do_cu12_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4,
86 ULong stuff);
87 ULong s390_do_cu14_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4,
88 ULong stuff);
89 ULong s390_do_cu21(UInt srcvalue, UInt low_surrogate);
90 ULong s390_do_cu24(UInt srcvalue, UInt low_surrogate);
91 ULong s390_do_cu41(UInt srcvalue);
92 ULong s390_do_cu42(UInt srcvalue);
93 UInt s390_do_cvb(ULong decimal);
94 ULong s390_do_cvd(ULong binary);
95 ULong s390_do_ecag(ULong op2addr);
243 UInt s390_calculate_cc(ULong cc_op, ULong cc_dep1, ULong cc_dep2,
244 ULong cc_ndep);
245 UInt s390_calculate_cond(ULong mask, ULong op, ULong dep1, ULong dep2,
246 ULong ndep);
255 extern ULong last_execute_target;