Home
last modified time | relevance | path

Searched refs:s390_calculate_cc (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/main/VEX/priv/
Dguest_s390_defs.h180 UInt s390_calculate_cc(ULong cc_op, ULong cc_dep1, ULong cc_dep2,
Dguest_s390_helpers.c459 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()
Dguest_s390_toIR.c593 "s390_calculate_cc", &s390_calculate_cc, args); in s390_call_calculate_cc()