/external/valgrind/main/VEX/priv/ |
D | guest_s390_helpers.c | 960 #define S390_CC_FOR_BINARY(opcode,cc_dep1,cc_dep2) \ argument 965 : [op2] "d"(cc_dep2) \ 970 #define S390_CC_FOR_TERNARY_SUBB(opcode,cc_dep1,cc_dep2,cc_ndep) \ argument 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) \ argument 989 cc_dep2 = cc_dep2 ^ cc_ndep; \ 995 : [op2] "d"(cc_dep2), [op3] "d"(cc_ndep) \ 1033 #define S390_CC_FOR_BFP_CONVERT(opcode,cc_dep1,cc_dep2) \ argument 1036 switch (decode_bfp_rounding_mode(cc_dep2)) { \ [all …]
|
D | guest_arm64_helpers.c | 116 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 …]
|
D | guest_arm_helpers.c | 112 UInt cc_dep2, UInt cc_dep3 ) in armg_calculate_flag_n() argument 127 UInt argR = cc_dep2; in armg_calculate_flag_n() 135 UInt argR = cc_dep2; in armg_calculate_flag_n() 143 UInt argR = cc_dep2; in armg_calculate_flag_n() 153 UInt argR = cc_dep2; in armg_calculate_flag_n() 174 UInt resHi32 = cc_dep2; in armg_calculate_flag_n() 182 cc_op, cc_dep1, cc_dep2, cc_dep3 ); in armg_calculate_flag_n() 192 UInt cc_dep2, UInt cc_dep3 ) in armg_calculate_flag_z() argument 207 UInt argR = cc_dep2; in armg_calculate_flag_z() 215 UInt argR = cc_dep2; in armg_calculate_flag_z() [all …]
|
D | guest_arm_defs.h | 86 UInt cc_dep2, UInt cc_dep3 ); 92 UInt cc_dep2, UInt cc_dep3 ); 98 UInt cc_dep2, UInt cc_dep3 ); 105 UInt cc_dep2, UInt cc_dep3 );
|
D | guest_arm64_defs.h | 84 ULong cc_dep2, ULong cc_dep3 ); 90 ULong cc_dep2, ULong cc_dep3 ); 104 ULong cc_dep2, ULong cc_dep3 );
|
D | guest_x86_helpers.c | 577 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 …]
|
D | guest_amd64_helpers.c | 750 ULong cc_dep2, in amd64g_calculate_rflags_all() argument 759 amd64g_calculate_rflags_all_WRK ( cc_op, cc_dep1, cc_dep2, cc_ndep ); in amd64g_calculate_rflags_all() 767 ULong cc_dep2, in amd64g_calculate_rflags_c() argument 807 return amd64g_calculate_rflags_all_WRK(cc_op,cc_dep1,cc_dep2,cc_ndep) in amd64g_calculate_rflags_c() 817 ULong cc_dep2, in amd64g_calculate_condition() argument 821 cc_dep2, cc_ndep); in amd64g_calculate_condition() 885 cond, cc_op, cc_dep1, cc_dep2, cc_ndep ); in amd64g_calculate_condition() 979 IRExpr *cond, *cc_op, *cc_dep1, *cc_dep2; in guest_amd64_spechelper() local 984 cc_dep2 = args[3]; in guest_amd64_spechelper() 992 binop(Iop_Add64, cc_dep1, cc_dep2), in guest_amd64_spechelper() [all …]
|
D | guest_x86_defs.h | 90 UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_ndep 95 UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_ndep 101 UInt cc_dep1, UInt cc_dep2, UInt cc_ndep
|
D | guest_amd64_defs.h | 91 ULong cc_dep1, ULong cc_dep2, ULong cc_ndep 96 ULong cc_dep1, ULong cc_dep2, ULong cc_ndep 102 ULong cc_dep1, ULong cc_dep2, ULong cc_ndep
|
D | guest_s390_defs.h | 242 UInt s390_calculate_cc(ULong cc_op, ULong cc_dep1, ULong cc_dep2,
|