Searched refs:cc_dep2 (Results 1 - 8 of 8) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dguest_s390_helpers.c853 #define S390_CC_FOR_BINARY(opcode,cc_dep1,cc_dep2) \
858 : [op2] "d"(cc_dep2) \
863 #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; \
888 : [op2] "d"(cc_dep2), [op
970 s390_calculate_cc(ULong cc_op, ULong cc_dep1, ULong cc_dep2, ULong cc_ndep) argument
1224 IRExpr *cond_expr, *cc_op_expr, *cc_dep1, *cc_dep2; local
[all...]
H A Dguest_arm_helpers.c111 UInt cc_dep2, UInt cc_dep3 )
126 UInt argR = cc_dep2;
134 UInt argR = cc_dep2;
142 UInt argR = cc_dep2;
152 UInt argR = cc_dep2;
173 UInt resHi32 = cc_dep2;
181 cc_op, cc_dep1, cc_dep2, cc_dep3 );
191 UInt cc_dep2, UInt cc_dep3 )
206 UInt argR = cc_dep2;
214 UInt argR = cc_dep2;
110 armg_calculate_flag_n( UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_dep3 ) argument
190 armg_calculate_flag_z( UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_dep3 ) argument
271 armg_calculate_flag_c( UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_dep3 ) argument
352 armg_calculate_flag_v( UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_dep3 ) argument
436 armg_calculate_flags_nzcv( UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_dep3 ) argument
469 armg_calculate_condition( UInt cond_n_op , UInt cc_dep1, UInt cc_dep2, UInt cc_dep3 ) argument
584 IRExpr *cond_n_op, *cc_dep1, *cc_dep2, *cc_ndep; local
770 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
820 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
[all...]
H A Dguest_arm_defs.h83 UInt cc_dep2, UInt cc_dep3 );
89 UInt cc_dep2, UInt cc_dep3 );
95 UInt cc_dep2, UInt cc_dep3 );
102 UInt cc_dep2, UInt cc_dep3 );
H A Dguest_x86_defs.h85 UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_ndep
90 UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_ndep
96 UInt cc_dep1, UInt cc_dep2, UInt cc_ndep
H A Dguest_x86_helpers.c576 UInt cc_dep2,
585 x86g_calculate_eflags_all_WRK ( cc_op, cc_dep1, cc_dep2, cc_ndep );
594 UInt cc_dep2,
611 return ((UInt)cc_dep1) < ((UInt)cc_dep2)
614 return ((UInt)(cc_dep1 & 0xFFFF)) < ((UInt)(cc_dep2 & 0xFFFF))
617 return ((UInt)(cc_dep1 & 0xFF)) < ((UInt)(cc_dep2 & 0xFF))
631 return x86g_calculate_eflags_all_WRK(cc_op,cc_dep1,cc_dep2,cc_ndep)
641 UInt cc_dep2,
645 cc_dep2, cc_ndep);
708 cond, cc_op, cc_dep1, cc_dep2, cc_nde
574 x86g_calculate_eflags_all( UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_ndep ) argument
592 x86g_calculate_eflags_c( UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_ndep ) argument
638 x86g_calculate_condition( UInt cond, UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_ndep ) argument
802 IRExpr *cond, *cc_op, *cc_dep1, *cc_dep2; local
1221 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
[all...]
H A Dguest_amd64_defs.h86 ULong cc_dep1, ULong cc_dep2, ULong cc_ndep
91 ULong cc_dep1, ULong cc_dep2, ULong cc_ndep
97 ULong cc_dep1, ULong cc_dep2, ULong cc_ndep
H A Dguest_amd64_helpers.c671 ULong cc_dep2,
680 amd64g_calculate_rflags_all_WRK ( cc_op, cc_dep1, cc_dep2, cc_ndep );
688 ULong cc_dep2,
708 // return ((UInt)cc_dep1) < ((UInt)cc_dep2)
711 // return ((UInt)(cc_dep1 & 0xFFFF)) < ((UInt)(cc_dep2 & 0xFFFF))
714 // return ((UInt)(cc_dep1 & 0xFF)) < ((UInt)(cc_dep2 & 0xFF))
728 return amd64g_calculate_rflags_all_WRK(cc_op,cc_dep1,cc_dep2,cc_ndep)
738 ULong cc_dep2,
742 cc_dep2, cc_ndep);
806 cond, cc_op, cc_dep1, cc_dep2, cc_nde
669 amd64g_calculate_rflags_all( ULong cc_op, ULong cc_dep1, ULong cc_dep2, ULong cc_ndep ) argument
686 amd64g_calculate_rflags_c( ULong cc_op, ULong cc_dep1, ULong cc_dep2, ULong cc_ndep ) argument
735 amd64g_calculate_condition( ULong cond, ULong cc_op, ULong cc_dep1, ULong cc_dep2, ULong cc_ndep ) argument
900 IRExpr *cond, *cc_op, *cc_dep1, *cc_dep2; local
1386 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
[all...]
H A Dguest_s390_defs.h146 | op | cc_dep1 | cc_dep2 | cc_ndep |
190 UInt s390_calculate_cc(ULong cc_op, ULong cc_dep1, ULong cc_dep2,

Completed in 90 milliseconds