Searched refs:s390_cc_widen (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_s390_toIR.c | 557 s390_cc_widen(IRTemp v, Bool sign_extend) in s390_cc_widen() function 588 dep1 = s390_cc_widen(d1, sign_extend); in s390_cc_thunk_put1() 602 dep1 = s390_cc_widen(d1, sign_extend); in s390_cc_thunk_put2() 603 dep2 = s390_cc_widen(d2, sign_extend); in s390_cc_thunk_put2() 627 dep1 = s390_cc_widen(d1, sign_extend); in s390_cc_thunk_put3() 628 dep2 = s390_cc_widen(d2, sign_extend); in s390_cc_thunk_put3() 629 ndep = s390_cc_widen(nd, sign_extend); in s390_cc_thunk_put3() 677 dep2 = s390_cc_widen(d2, False); in s390_cc_thunk_putFZ() 710 ndep = s390_cc_widen(nd, False); in s390_cc_thunk_put1f128Z() 744 ndep = s390_cc_widen(nd, False); in s390_cc_thunk_put1d128Z() [all …]
|