Searched defs:cc_ndep (Results 1 – 5 of 5) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | guest_s390_helpers.c | 970 #define S390_CC_FOR_TERNARY_SUBB(opcode,cc_dep1,cc_dep2,cc_ndep) \ argument 985 #define S390_CC_FOR_TERNARY_ADDC(opcode,cc_dep1,cc_dep2,cc_ndep) \ argument 1099 #define S390_CC_FOR_BFP128_CONVERT(opcode,cc_dep1,cc_dep2,cc_ndep) \ argument 1136 #define S390_CC_FOR_BFP128_UCONVERT(opcode,cc_dep1,cc_dep2,cc_ndep) \ argument 1172 #define S390_CC_FOR_BFP128_TDC(cc_dep1,cc_dep2,cc_ndep) \ argument 1248 #define S390_CC_FOR_DFP128_TD(opcode,cc_dep1,cc_dep2,cc_ndep) \ argument 1376 #define S390_CC_FOR_DFP128_CONVERT(opcode,cc_dep1,cc_dep2,cc_ndep) \ argument 1431 #define S390_CC_FOR_DFP128_UCONVERT(opcode,cc_dep1,cc_dep2,cc_ndep) \ argument 1479 s390_calculate_cc(ULong cc_op, ULong cc_dep1, ULong cc_dep2, ULong cc_ndep) in s390_calculate_cc()
|
D | guest_arm_helpers.c | 585 IRExpr *cond_n_op, *cc_dep1, *cc_dep2, *cc_ndep; in guest_arm_spechelper() local 771 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; in guest_arm_spechelper() local 821 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; in guest_arm_spechelper() local
|
D | guest_x86_helpers.c | 578 UInt cc_ndep ) in x86g_calculate_eflags_all() 596 UInt cc_ndep ) in x86g_calculate_eflags_c() 643 UInt cc_ndep ) in x86g_calculate_condition() 1222 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; in guest_x86_spechelper() local
|
D | guest_amd64_helpers.c | 751 ULong cc_ndep ) in amd64g_calculate_rflags_all() 768 ULong cc_ndep ) in amd64g_calculate_rflags_c() 818 ULong cc_ndep ) in amd64g_calculate_condition() 1475 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; in guest_amd64_spechelper() local
|
D | guest_arm64_helpers.c | 728 IRExpr *cond_n_op, *cc_dep1, *cc_dep2, *cc_ndep; in guest_arm64_spechelper() local
|