Searched refs:s390_calculate_cc (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | guest_s390_defs.h | 180 UInt s390_calculate_cc(ULong cc_op, ULong cc_dep1, ULong cc_dep2,
|
D | guest_s390_helpers.c | 459 s390_calculate_cc(ULong cc_op, ULong cc_dep1, ULong cc_dep2, ULong cc_ndep) in s390_calculate_cc() function 665 return s390_calculate_cc(op, dep1, dep2, 0 /* unused */); in s390_calculate_icc() 674 UInt cc = s390_calculate_cc(op, dep1, dep2, ndep); in s390_calculate_cond()
|
D | guest_s390_toIR.c | 593 "s390_calculate_cc", &s390_calculate_cc, args); in s390_call_calculate_cc()
|