Home
last modified time | relevance | path

Searched refs:cc_dep2 (Results 1 – 10 of 10) sorted by relevance

/external/valgrind/VEX/priv/
Dguest_s390_helpers.c962 #define S390_CC_FOR_BINARY(opcode,cc_dep1,cc_dep2) \ argument
967 : [op2] "d"(cc_dep2) \
972 #define S390_CC_FOR_TERNARY_SUBB(opcode,cc_dep1,cc_dep2,cc_ndep) \ argument
976 cc_dep2 = cc_dep2 ^ cc_ndep; \
982 : [op2] "d"(cc_dep2), [op3] "d"(cc_ndep) \
987 #define S390_CC_FOR_TERNARY_ADDC(opcode,cc_dep1,cc_dep2,cc_ndep) \ argument
991 cc_dep2 = cc_dep2 ^ cc_ndep; \
997 : [op2] "d"(cc_dep2), [op3] "d"(cc_ndep) \
1035 #define S390_CC_FOR_BFP_CONVERT(opcode,cc_dep1,cc_dep2) \ argument
1038 switch (decode_bfp_rounding_mode(cc_dep2)) { \
[all …]
Dguest_arm_helpers.c113 UInt cc_dep2, UInt cc_dep3 ) in armg_calculate_flag_n() argument
128 UInt argR = cc_dep2; in armg_calculate_flag_n()
136 UInt argR = cc_dep2; in armg_calculate_flag_n()
144 UInt argR = cc_dep2; in armg_calculate_flag_n()
154 UInt argR = cc_dep2; in armg_calculate_flag_n()
175 UInt resHi32 = cc_dep2; in armg_calculate_flag_n()
183 cc_op, cc_dep1, cc_dep2, cc_dep3 ); in armg_calculate_flag_n()
193 UInt cc_dep2, UInt cc_dep3 ) in armg_calculate_flag_z() argument
208 UInt argR = cc_dep2; in armg_calculate_flag_z()
216 UInt argR = cc_dep2; in armg_calculate_flag_z()
[all …]
Dguest_arm64_helpers.c116 ULong cc_dep2, ULong cc_dep3 ) in arm64g_calculate_flag_n() argument
127 UInt argR = (UInt)cc_dep2; in arm64g_calculate_flag_n()
135 ULong argR = cc_dep2; in arm64g_calculate_flag_n()
143 UInt argR = (UInt)cc_dep2; in arm64g_calculate_flag_n()
151 ULong argR = cc_dep2; in arm64g_calculate_flag_n()
159 UInt argR = cc_dep2; in arm64g_calculate_flag_n()
169 ULong argR = cc_dep2; in arm64g_calculate_flag_n()
179 UInt argR = cc_dep2; in arm64g_calculate_flag_n()
189 ULong argR = cc_dep2; in arm64g_calculate_flag_n()
224 cc_op, cc_dep1, cc_dep2, cc_dep3 ); in arm64g_calculate_flag_n()
[all …]
Dguest_amd64_helpers.c778 ULong cc_dep2, in amd64g_calculate_rflags_all() argument
787 amd64g_calculate_rflags_all_WRK ( cc_op, cc_dep1, cc_dep2, cc_ndep ); in amd64g_calculate_rflags_all()
795 ULong cc_dep2, in amd64g_calculate_rflags_c() argument
835 return amd64g_calculate_rflags_all_WRK(cc_op,cc_dep1,cc_dep2,cc_ndep) in amd64g_calculate_rflags_c()
845 ULong cc_dep2, in amd64g_calculate_condition() argument
849 cc_dep2, cc_ndep); in amd64g_calculate_condition()
913 cond, cc_op, cc_dep1, cc_dep2, cc_ndep ); in amd64g_calculate_condition()
1044 IRExpr *cond, *cc_op, *cc_dep1, *cc_dep2; in guest_amd64_spechelper() local
1049 cc_dep2 = args[3]; in guest_amd64_spechelper()
1057 binop(Iop_Add64, cc_dep1, cc_dep2), in guest_amd64_spechelper()
[all …]
Dguest_x86_helpers.c577 UInt cc_dep2, in x86g_calculate_eflags_all() argument
586 x86g_calculate_eflags_all_WRK ( cc_op, cc_dep1, cc_dep2, cc_ndep ); in x86g_calculate_eflags_all()
595 UInt cc_dep2, in x86g_calculate_eflags_c() argument
612 return ((UInt)cc_dep1) < ((UInt)cc_dep2) in x86g_calculate_eflags_c()
615 return ((UInt)(cc_dep1 & 0xFFFF)) < ((UInt)(cc_dep2 & 0xFFFF)) in x86g_calculate_eflags_c()
618 return ((UInt)(cc_dep1 & 0xFF)) < ((UInt)(cc_dep2 & 0xFF)) in x86g_calculate_eflags_c()
632 return x86g_calculate_eflags_all_WRK(cc_op,cc_dep1,cc_dep2,cc_ndep) in x86g_calculate_eflags_c()
642 UInt cc_dep2, in x86g_calculate_condition() argument
646 cc_dep2, cc_ndep); in x86g_calculate_condition()
709 cond, cc_op, cc_dep1, cc_dep2, cc_ndep ); in x86g_calculate_condition()
[all …]
Dguest_arm_defs.h87 UInt cc_dep2, UInt cc_dep3 );
93 UInt cc_dep2, UInt cc_dep3 );
99 UInt cc_dep2, UInt cc_dep3 );
106 UInt cc_dep2, UInt cc_dep3 );
Dguest_x86_defs.h91 UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_ndep
96 UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_ndep
102 UInt cc_dep1, UInt cc_dep2, UInt cc_ndep
Dguest_arm64_defs.h85 ULong cc_dep2, ULong cc_dep3 );
91 ULong cc_dep2, ULong cc_dep3 );
105 ULong cc_dep2, ULong cc_dep3 );
Dguest_amd64_defs.h92 ULong cc_dep1, ULong cc_dep2, ULong cc_ndep
97 ULong cc_dep1, ULong cc_dep2, ULong cc_ndep
103 ULong cc_dep1, ULong cc_dep2, ULong cc_ndep
Dguest_s390_defs.h243 UInt s390_calculate_cc(ULong cc_op, ULong cc_dep1, ULong cc_dep2,