Searched defs:cc_ndep (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_s390_helpers.c | 972 #define S390_CC_FOR_TERNARY_SUBB(opcode,cc_dep1,cc_dep2,cc_ndep) \ argument 987 #define S390_CC_FOR_TERNARY_ADDC(opcode,cc_dep1,cc_dep2,cc_ndep) \ argument 1101 #define S390_CC_FOR_BFP128_CONVERT(opcode,cc_dep1,cc_dep2,cc_ndep) \ argument 1138 #define S390_CC_FOR_BFP128_UCONVERT(opcode,cc_dep1,cc_dep2,cc_ndep) \ argument 1174 #define S390_CC_FOR_BFP128_TDC(cc_dep1,cc_dep2,cc_ndep) \ argument 1250 #define S390_CC_FOR_DFP128_TD(opcode,cc_dep1,cc_dep2,cc_ndep) \ argument 1378 #define S390_CC_FOR_DFP128_CONVERT(opcode,cc_dep1,cc_dep2,cc_ndep) \ argument 1433 #define S390_CC_FOR_DFP128_UCONVERT(opcode,cc_dep1,cc_dep2,cc_ndep) \ argument 1481 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 821 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; in guest_arm_spechelper() local 871 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() 1259 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; in guest_x86_spechelper() local
|
D | guest_amd64_helpers.c | 753 ULong cc_ndep ) in amd64g_calculate_rflags_all() 770 ULong cc_ndep ) in amd64g_calculate_rflags_c() 820 ULong cc_ndep ) in amd64g_calculate_condition() 1698 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; in guest_amd64_spechelper() local
|