Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dguest_s390_helpers.c352 #define S390_CC_FOR_TERNARY_SUBB(opcode,cc_dep1,cc_dep2,cc_ndep) \ argument
356 cc_dep2 = cc_dep2 ^ cc_ndep; \
362 : [op2] "d"(cc_dep2), [op3] "d"(cc_ndep) \
367 #define S390_CC_FOR_TERNARY_ADDC(opcode,cc_dep1,cc_dep2,cc_ndep) \ argument
371 cc_dep2 = cc_dep2 ^ cc_ndep; \
377 : [op2] "d"(cc_dep2), [op3] "d"(cc_ndep) \
438 #define S390_CC_FOR_BFP128_TDC(cc_dep1,cc_dep2,cc_ndep) \ argument
442 cc_dep2 = cc_dep2 ^ cc_ndep; \
449 [class] "a"(cc_ndep) \
459 s390_calculate_cc(ULong cc_op, ULong cc_dep1, ULong cc_dep2, ULong cc_ndep) in s390_calculate_cc() argument
[all …]
Dguest_arm_helpers.c584 IRExpr *cond_n_op, *cc_dep1, *cc_dep2, *cc_ndep; in guest_arm_spechelper() local
589 cc_ndep = args[3]; in guest_arm_spechelper()
658 unop(Iop_32to8, cc_ndep), in guest_arm_spechelper()
752 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; in guest_arm_spechelper() local
757 cc_ndep = args[3]; in guest_arm_spechelper()
782 unop(Iop_32to8, cc_ndep), in guest_arm_spechelper()
802 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; in guest_arm_spechelper() local
807 cc_ndep = args[3]; in guest_arm_spechelper()
812 return cc_ndep; in guest_arm_spechelper()
853 binop(Iop_Xor32, cc_ndep, mkU32(1))) in guest_arm_spechelper()
Dguest_x86_defs.h86 UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_ndep
91 UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_ndep
97 UInt cc_dep1, UInt cc_dep2, UInt cc_ndep
Dguest_amd64_defs.h87 ULong cc_dep1, ULong cc_dep2, ULong cc_ndep
92 ULong cc_dep1, ULong cc_dep2, ULong cc_ndep
98 ULong cc_dep1, ULong cc_dep2, ULong cc_ndep
Dguest_s390_defs.h181 ULong cc_ndep);
Dguest_x86_helpers.c577 UInt cc_ndep ) in x86g_calculate_eflags_all() argument
585 x86g_calculate_eflags_all_WRK ( cc_op, cc_dep1, cc_dep2, cc_ndep ); in x86g_calculate_eflags_all()
595 UInt cc_ndep ) in x86g_calculate_eflags_c() argument
621 return cc_ndep & X86G_CC_MASK_C; in x86g_calculate_eflags_c()
631 return x86g_calculate_eflags_all_WRK(cc_op,cc_dep1,cc_dep2,cc_ndep) in x86g_calculate_eflags_c()
642 UInt cc_ndep ) in x86g_calculate_condition() argument
645 cc_dep2, cc_ndep); in x86g_calculate_condition()
708 cond, cc_op, cc_dep1, cc_dep2, cc_ndep ); in x86g_calculate_condition()
1221 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; in guest_x86_spechelper() local
1226 cc_ndep = args[3]; in guest_x86_spechelper()
[all …]
Dguest_amd64_helpers.c672 ULong cc_ndep ) in amd64g_calculate_rflags_all() argument
680 amd64g_calculate_rflags_all_WRK ( cc_op, cc_dep1, cc_dep2, cc_ndep ); in amd64g_calculate_rflags_all()
689 ULong cc_ndep ) in amd64g_calculate_rflags_c() argument
728 return amd64g_calculate_rflags_all_WRK(cc_op,cc_dep1,cc_dep2,cc_ndep) in amd64g_calculate_rflags_c()
739 ULong cc_ndep ) in amd64g_calculate_condition() argument
742 cc_dep2, cc_ndep); in amd64g_calculate_condition()
806 cond, cc_op, cc_dep1, cc_dep2, cc_ndep ); in amd64g_calculate_condition()
1361 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; in guest_amd64_spechelper() local
1366 cc_ndep = args[3]; in guest_amd64_spechelper()
1399 return cc_ndep; in guest_amd64_spechelper()