Home
last modified time | relevance | path

Searched refs:cc_ndep (Results 1 – 7 of 7) sorted by relevance

/external/valgrind/VEX/priv/
Dguest_s390_helpers.c972 #define S390_CC_FOR_TERNARY_SUBB(opcode,cc_dep1,cc_dep2,cc_ndep) \ argument
976 cc_dep2 = cc_dep2 ^ cc_ndep; \
982 : [op2] "d"(cc_dep2), [op3] "d"(cc_ndep) \
987 #define S390_CC_FOR_TERNARY_ADDC(opcode,cc_dep1,cc_dep2,cc_ndep) \ argument
991 cc_dep2 = cc_dep2 ^ cc_ndep; \
997 : [op2] "d"(cc_dep2), [op3] "d"(cc_ndep) \
1101 #define S390_CC_FOR_BFP128_CONVERT(opcode,cc_dep1,cc_dep2,cc_ndep) \ argument
1106 cc_dep2 = cc_dep2 ^ cc_ndep; \
1107 switch (decode_bfp_rounding_mode(cc_ndep)) { \
1138 #define S390_CC_FOR_BFP128_UCONVERT(opcode,cc_dep1,cc_dep2,cc_ndep) \ argument
[all …]
Dguest_x86_defs.h91 UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_ndep
96 UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_ndep
102 UInt cc_dep1, UInt cc_dep2, UInt cc_ndep
Dguest_amd64_defs.h92 ULong cc_dep1, ULong cc_dep2, ULong cc_ndep
97 ULong cc_dep1, ULong cc_dep2, ULong cc_ndep
103 ULong cc_dep1, ULong cc_dep2, ULong cc_ndep
Dguest_arm_helpers.c844 IRExpr *cond_n_op, *cc_dep1, *cc_dep2, *cc_ndep; in guest_arm_spechelper() local
849 cc_ndep = args[3]; in guest_arm_spechelper()
924 binop(Iop_CmpNE32, cc_ndep, mkU32(0)), in guest_arm_spechelper()
1080 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; in guest_arm_spechelper() local
1085 cc_ndep = args[3]; in guest_arm_spechelper()
1110 binop(Iop_CmpNE32, cc_ndep, mkU32(0)), in guest_arm_spechelper()
1130 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; in guest_arm_spechelper() local
1135 cc_ndep = args[3]; in guest_arm_spechelper()
1140 return cc_ndep; in guest_arm_spechelper()
1181 binop(Iop_Xor32, cc_ndep, mkU32(1))) in guest_arm_spechelper()
Dguest_x86_helpers.c578 UInt cc_ndep ) in x86g_calculate_eflags_all() argument
586 x86g_calculate_eflags_all_WRK ( cc_op, cc_dep1, cc_dep2, cc_ndep ); in x86g_calculate_eflags_all()
596 UInt cc_ndep ) in x86g_calculate_eflags_c() argument
622 return cc_ndep & X86G_CC_MASK_C; in x86g_calculate_eflags_c()
632 return x86g_calculate_eflags_all_WRK(cc_op,cc_dep1,cc_dep2,cc_ndep) in x86g_calculate_eflags_c()
643 UInt cc_ndep ) in x86g_calculate_condition() argument
646 cc_dep2, cc_ndep); in x86g_calculate_condition()
709 cond, cc_op, cc_dep1, cc_dep2, cc_ndep ); in x86g_calculate_condition()
1259 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; in guest_x86_spechelper() local
1264 cc_ndep = args[3]; in guest_x86_spechelper()
[all …]
Dguest_s390_defs.h244 ULong cc_ndep);
Dguest_amd64_helpers.c779 ULong cc_ndep ) in amd64g_calculate_rflags_all() argument
787 amd64g_calculate_rflags_all_WRK ( cc_op, cc_dep1, cc_dep2, cc_ndep ); in amd64g_calculate_rflags_all()
796 ULong cc_ndep ) in amd64g_calculate_rflags_c() argument
835 return amd64g_calculate_rflags_all_WRK(cc_op,cc_dep1,cc_dep2,cc_ndep) in amd64g_calculate_rflags_c()
846 ULong cc_ndep ) in amd64g_calculate_condition() argument
849 cc_dep2, cc_ndep); in amd64g_calculate_condition()
913 cond, cc_op, cc_dep1, cc_dep2, cc_ndep ); in amd64g_calculate_condition()
1780 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; in guest_amd64_spechelper() local
1785 cc_ndep = args[3]; in guest_amd64_spechelper()
1832 return cc_ndep; in guest_amd64_spechelper()