Searched defs:cc_dep2 (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dguest_arm64_helpers.c116 ULong cc_dep2, ULong cc_dep3 )
127 UInt argR = (UInt)cc_dep2;
135 ULong argR = cc_dep2;
143 UInt argR = (UInt)cc_dep2;
151 ULong argR = cc_dep2;
159 UInt argR = cc_dep2;
169 ULong argR = cc_dep2;
179 UInt argR = cc_dep2;
189 ULong argR = cc_dep2;
216 //ZZ UInt resHi32 = cc_dep2;
115 arm64g_calculate_flag_n( ULong cc_op, ULong cc_dep1, ULong cc_dep2, ULong cc_dep3 ) argument
233 arm64g_calculate_flag_z( ULong cc_op, ULong cc_dep1, ULong cc_dep2, ULong cc_dep3 ) argument
352 arm64g_calculate_flag_c( ULong cc_op, ULong cc_dep1, ULong cc_dep2, ULong cc_dep3 ) argument
462 arm64g_calculate_flag_v( ULong cc_op, ULong cc_dep1, ULong cc_dep2, ULong cc_dep3 ) argument
576 arm64g_calculate_flags_nzcv( ULong cc_op, ULong cc_dep1, ULong cc_dep2, ULong cc_dep3 ) argument
609 arm64g_calculate_condition( ULong cond_n_op , ULong cc_dep1, ULong cc_dep2, ULong cc_dep3 ) argument
728 IRExpr *cond_n_op, *cc_dep1, *cc_dep2, *cc_ndep; local
[all...]
H A Dguest_arm_helpers.c112 UInt cc_dep2, UInt cc_dep3 )
127 UInt argR = cc_dep2;
135 UInt argR = cc_dep2;
143 UInt argR = cc_dep2;
153 UInt argR = cc_dep2;
174 UInt resHi32 = cc_dep2;
182 cc_op, cc_dep1, cc_dep2, cc_dep3 );
192 UInt cc_dep2, UInt cc_dep3 )
207 UInt argR = cc_dep2;
215 UInt argR = cc_dep2;
111 armg_calculate_flag_n( UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_dep3 ) argument
191 armg_calculate_flag_z( UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_dep3 ) argument
272 armg_calculate_flag_c( UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_dep3 ) argument
353 armg_calculate_flag_v( UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_dep3 ) argument
437 armg_calculate_flags_nzcv( UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_dep3 ) argument
470 armg_calculate_condition( UInt cond_n_op , UInt cc_dep1, UInt cc_dep2, UInt cc_dep3 ) argument
585 IRExpr *cond_n_op, *cc_dep1, *cc_dep2, *cc_ndep; local
771 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
821 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
[all...]
H A Dguest_s390_helpers.c960 #define S390_CC_FOR_BINARY(opcode,cc_dep1,cc_dep2) \
965 : [op2] "d"(cc_dep2) \
970 #define S390_CC_FOR_TERNARY_SUBB(opcode,cc_dep1,cc_dep2,cc_ndep) \
974 cc_dep2 = cc_dep2 ^ cc_ndep; \
980 : [op2] "d"(cc_dep2), [op3] "d"(cc_ndep) \
985 #define S390_CC_FOR_TERNARY_ADDC(opcode,cc_dep1,cc_dep2,cc_ndep) \
989 cc_dep2 = cc_dep2 ^ cc_ndep; \
995 : [op2] "d"(cc_dep2), [op
1479 s390_calculate_cc(ULong cc_op, ULong cc_dep1, ULong cc_dep2, ULong cc_ndep) argument
1845 IRExpr *cond_expr, *cc_op_expr, *cc_dep1, *cc_dep2; local
[all...]
H A Dguest_x86_helpers.c577 UInt cc_dep2,
586 x86g_calculate_eflags_all_WRK ( cc_op, cc_dep1, cc_dep2, cc_ndep );
595 UInt cc_dep2,
612 return ((UInt)cc_dep1) < ((UInt)cc_dep2)
615 return ((UInt)(cc_dep1 & 0xFFFF)) < ((UInt)(cc_dep2 & 0xFFFF))
618 return ((UInt)(cc_dep1 & 0xFF)) < ((UInt)(cc_dep2 & 0xFF))
632 return x86g_calculate_eflags_all_WRK(cc_op,cc_dep1,cc_dep2,cc_ndep)
642 UInt cc_dep2,
646 cc_dep2, cc_ndep);
709 cond, cc_op, cc_dep1, cc_dep2, cc_nde
575 x86g_calculate_eflags_all( UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_ndep ) argument
593 x86g_calculate_eflags_c( UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_ndep ) argument
639 x86g_calculate_condition( UInt cond, UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_ndep ) argument
803 IRExpr *cond, *cc_op, *cc_dep1, *cc_dep2; local
1222 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
[all...]
H A Dguest_amd64_helpers.c750 ULong cc_dep2,
759 amd64g_calculate_rflags_all_WRK ( cc_op, cc_dep1, cc_dep2, cc_ndep );
767 ULong cc_dep2,
787 // return ((UInt)cc_dep1) < ((UInt)cc_dep2)
790 // return ((UInt)(cc_dep1 & 0xFFFF)) < ((UInt)(cc_dep2 & 0xFFFF))
793 // return ((UInt)(cc_dep1 & 0xFF)) < ((UInt)(cc_dep2 & 0xFF))
807 return amd64g_calculate_rflags_all_WRK(cc_op,cc_dep1,cc_dep2,cc_ndep)
817 ULong cc_dep2,
821 cc_dep2, cc_ndep);
885 cond, cc_op, cc_dep1, cc_dep2, cc_nde
748 amd64g_calculate_rflags_all( ULong cc_op, ULong cc_dep1, ULong cc_dep2, ULong cc_ndep ) argument
765 amd64g_calculate_rflags_c( ULong cc_op, ULong cc_dep1, ULong cc_dep2, ULong cc_ndep ) argument
814 amd64g_calculate_condition( ULong cond, ULong cc_op, ULong cc_dep1, ULong cc_dep2, ULong cc_ndep ) argument
979 IRExpr *cond, *cc_op, *cc_dep1, *cc_dep2; local
1475 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
[all...]

Completed in 120 milliseconds