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

/external/valgrind/main/VEX/priv/
H A Dguest_arm_helpers.c110 UInt armg_calculate_flag_n ( UInt cc_op, UInt cc_dep1, argument
120 UInt nf = (cc_dep1 >> ARMG_CC_SHIFT_N) & 1;
125 UInt argL = cc_dep1;
133 UInt argL = cc_dep1;
141 UInt argL = cc_dep1;
151 UInt argL = cc_dep1;
161 UInt res = cc_dep1;
167 UInt res = cc_dep1;
181 cc_op, cc_dep1, cc_dep2, cc_dep3 );
190 UInt armg_calculate_flag_z ( UInt cc_op, UInt cc_dep1, 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_s390_helpers.c853 #define S390_CC_FOR_BINARY(opcode,cc_dep1,cc_dep2) \
857 "ipm %[psw]\n\t" : [psw] "=d"(psw), [op1] "+d"(cc_dep1) \
863 #define S390_CC_FOR_TERNARY_SUBB(opcode,cc_dep1,cc_dep2,cc_ndep) \
872 "ipm %[psw]\n\t" : [psw] "=d"(psw), [op1] "+&d"(cc_dep1) \
878 #define S390_CC_FOR_TERNARY_ADDC(opcode,cc_dep1,cc_dep2,cc_ndep) \
887 "ipm %[psw]\n\t" : [psw] "=d"(psw), [op1] "+&d"(cc_dep1) \
894 #define S390_CC_FOR_BFP_RESULT(opcode,cc_dep1) \
899 : [op] "f"(cc_dep1) \
916 #define S390_CC_FOR_BFP_CONVERT(opcode,cc_dep1) \
921 : [op] "f"(cc_dep1) \
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_x86_helpers.c575 UInt cc_dep1,
585 x86g_calculate_eflags_all_WRK ( cc_op, cc_dep1, cc_dep2, cc_ndep );
593 UInt cc_dep1,
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)
640 UInt cc_dep1,
644 UInt eflags = x86g_calculate_eflags_all_WRK(cc_op, cc_dep1,
708 cond, cc_op, cc_dep1, cc_dep
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
1295 IRExpr *cc_op, *cc_dep1; /*, *cc_dep2, *cc_ndep; */ local
[all...]
H A Dguest_amd64_helpers.c670 ULong cc_dep1,
680 amd64g_calculate_rflags_all_WRK ( cc_op, cc_dep1, cc_dep2, cc_ndep );
687 ULong cc_dep1,
701 return (cc_dep1 >> AMD64G_CC_SHIFT_C) & 1;
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)
737 ULong cc_dep1,
741 ULong rflags = amd64g_calculate_rflags_all_WRK(cc_op, cc_dep1,
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...]

Completed in 46 milliseconds