/external/valgrind/VEX/priv/ |
D | guest_s390_helpers.c | 962 #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 …]
|
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 | 87 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 );
|
D | guest_amd64_helpers.c | 752 ULong cc_dep2, in amd64g_calculate_rflags_all() argument 761 amd64g_calculate_rflags_all_WRK ( cc_op, cc_dep1, cc_dep2, cc_ndep ); in amd64g_calculate_rflags_all() 769 ULong cc_dep2, in amd64g_calculate_rflags_c() argument 809 return amd64g_calculate_rflags_all_WRK(cc_op,cc_dep1,cc_dep2,cc_ndep) in amd64g_calculate_rflags_c() 819 ULong cc_dep2, in amd64g_calculate_condition() argument 823 cc_dep2, cc_ndep); in amd64g_calculate_condition() 887 cond, cc_op, cc_dep1, cc_dep2, cc_ndep ); in amd64g_calculate_condition() 1018 IRExpr *cond, *cc_op, *cc_dep1, *cc_dep2; in guest_amd64_spechelper() local 1023 cc_dep2 = args[3]; in guest_amd64_spechelper() 1031 binop(Iop_Add64, cc_dep1, cc_dep2), in guest_amd64_spechelper() [all …]
|
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_arm64_defs.h | 85 ULong cc_dep2, ULong cc_dep3 ); 91 ULong cc_dep2, ULong cc_dep3 ); 105 ULong cc_dep2, ULong cc_dep3 );
|
D | guest_x86_defs.h | 91 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
|
D | guest_amd64_defs.h | 92 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
|
D | guest_s390_defs.h | 243 UInt s390_calculate_cc(ULong cc_op, ULong cc_dep1, ULong cc_dep2,
|