Searched defs:cc_ndep (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dguest_arm_helpers.c584 IRExpr *cond_n_op, *cc_dep1, *cc_dep2, *cc_ndep; local
589 cc_ndep = args[3];
664 unop(Iop_32to8, cc_ndep),
770 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
775 cc_ndep = args[3];
800 unop(Iop_32to8, cc_ndep),
820 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
825 cc_ndep = args[3];
830 return cc_ndep;
871 binop(Iop_Xor32, cc_ndep, mkU3
[all...]
H A Dguest_s390_helpers.c863 #define S390_CC_FOR_TERNARY_SUBB(opcode,cc_dep1,cc_dep2,cc_ndep) \
867 cc_dep2 = cc_dep2 ^ cc_ndep; \
873 : [op2] "d"(cc_dep2), [op3] "d"(cc_ndep) \
878 #define S390_CC_FOR_TERNARY_ADDC(opcode,cc_dep1,cc_dep2,cc_ndep) \
882 cc_dep2 = cc_dep2 ^ cc_ndep; \
884 "lgfr 0,%[op3]\n\t" /* first load cc_ndep */ \
888 : [op2] "d"(cc_dep2), [op3] "d"(cc_ndep) \
949 #define S390_CC_FOR_BFP128_TDC(cc_dep1,cc_dep2,cc_ndep) \
953 cc_dep2 = cc_dep2 ^ cc_ndep; \
960 [class] "a"(cc_ndep) \
970 s390_calculate_cc(ULong cc_op, ULong cc_dep1, ULong cc_dep2, ULong cc_ndep) argument
[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 );
1386 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
1391 cc_ndep
[all...]

Completed in 89 milliseconds