Searched defs:cc_ndep (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | guest_s390_helpers.c | 352 #define S390_CC_FOR_TERNARY_SUBB(opcode,cc_dep1,cc_dep2,cc_ndep) \ argument 367 #define S390_CC_FOR_TERNARY_ADDC(opcode,cc_dep1,cc_dep2,cc_ndep) \ argument 438 #define S390_CC_FOR_BFP128_TDC(cc_dep1,cc_dep2,cc_ndep) \ argument 459 s390_calculate_cc(ULong cc_op, ULong cc_dep1, ULong cc_dep2, ULong cc_ndep) in s390_calculate_cc()
|
D | guest_arm_helpers.c | 584 IRExpr *cond_n_op, *cc_dep1, *cc_dep2, *cc_ndep; in guest_arm_spechelper() local 752 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; in guest_arm_spechelper() local 802 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; in guest_arm_spechelper() local
|
D | guest_x86_helpers.c | 577 UInt cc_ndep ) in x86g_calculate_eflags_all() 595 UInt cc_ndep ) in x86g_calculate_eflags_c() 642 UInt cc_ndep ) in x86g_calculate_condition() 1221 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; in guest_x86_spechelper() local
|
D | guest_amd64_helpers.c | 672 ULong cc_ndep ) in amd64g_calculate_rflags_all() 689 ULong cc_ndep ) in amd64g_calculate_rflags_c() 739 ULong cc_ndep ) in amd64g_calculate_condition() 1361 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; in guest_amd64_spechelper() local
|