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

/external/valgrind/main/VEX/priv/
H A 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
H A Dguest_s390_helpers.c352 #define S390_CC_FOR_TERNARY_SUBB(opcode,cc_dep1,cc_dep2,cc_ndep) \
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) \
371 cc_dep2 = cc_dep2 ^ cc_ndep; \
373 "lgfr 0,%[op3]\n\t" /* first load cc_ndep */ \
377 : [op2] "d"(cc_dep2), [op3] "d"(cc_ndep) \
438 #define S390_CC_FOR_BFP128_TDC(cc_dep1,cc_dep2,cc_ndep) \
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) argument
[all...]
H A Dguest_s390_defs.h135 | op | cc_dep1 | cc_dep2 | cc_ndep |
181 ULong cc_ndep);
H A 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
H A Dguest_arm_helpers.c584 IRExpr *cond_n_op, *cc_dep1, *cc_dep2, *cc_ndep; local
589 cc_ndep = args[3];
658 unop(Iop_32to8, cc_ndep),
752 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
757 cc_ndep = args[3];
782 unop(Iop_32to8, cc_ndep),
802 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
807 cc_ndep = args[3];
812 return cc_ndep;
853 binop(Iop_Xor32, cc_ndep, mkU3
[all...]
H A Dguest_x86_helpers.c577 UInt cc_ndep )
585 x86g_calculate_eflags_all_WRK ( cc_op, cc_dep1, cc_dep2, cc_ndep );
595 UInt cc_ndep )
621 return cc_ndep & X86G_CC_MASK_C;
631 return x86g_calculate_eflags_all_WRK(cc_op,cc_dep1,cc_dep2,cc_ndep)
642 UInt cc_ndep )
645 cc_dep2, cc_ndep);
708 cond, cc_op, cc_dep1, cc_dep2, cc_ndep );
1221 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
1226 cc_ndep
[all...]
H A Dguest_amd64_helpers.c672 ULong cc_ndep )
680 amd64g_calculate_rflags_all_WRK ( cc_op, cc_dep1, cc_dep2, cc_ndep );
689 ULong cc_ndep )
718 // return cc_ndep & AMD64G_CC_MASK_C;
728 return amd64g_calculate_rflags_all_WRK(cc_op,cc_dep1,cc_dep2,cc_ndep)
739 ULong cc_ndep )
742 cc_dep2, cc_ndep);
806 cond, cc_op, cc_dep1, cc_dep2, cc_ndep );
1361 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
1366 cc_ndep
[all...]

Completed in 76 milliseconds