/external/valgrind/main/VEX/priv/ |
D | guest_s390_helpers.c | 853 #define S390_CC_FOR_BINARY(opcode,cc_dep1,cc_dep2) \ argument 858 : [op2] "d"(cc_dep2) \ 863 #define S390_CC_FOR_TERNARY_SUBB(opcode,cc_dep1,cc_dep2,cc_ndep) \ argument 867 cc_dep2 = cc_dep2 ^ cc_ndep; \ 873 : [op2] "d"(cc_dep2), [op3] "d"(cc_ndep) \ 878 #define S390_CC_FOR_TERNARY_ADDC(opcode,cc_dep1,cc_dep2,cc_ndep) \ argument 882 cc_dep2 = cc_dep2 ^ cc_ndep; \ 888 : [op2] "d"(cc_dep2), [op3] "d"(cc_ndep) \ 938 #define S390_CC_FOR_BFP_TDC(opcode,cc_dep1,cc_dep2) \ argument 944 [class] "a"(cc_dep2) \ [all …]
|
D | guest_arm_helpers.c | 111 UInt cc_dep2, UInt cc_dep3 ) in armg_calculate_flag_n() argument 126 UInt argR = cc_dep2; in armg_calculate_flag_n() 134 UInt argR = cc_dep2; in armg_calculate_flag_n() 142 UInt argR = cc_dep2; in armg_calculate_flag_n() 152 UInt argR = cc_dep2; in armg_calculate_flag_n() 173 UInt resHi32 = cc_dep2; in armg_calculate_flag_n() 181 cc_op, cc_dep1, cc_dep2, cc_dep3 ); in armg_calculate_flag_n() 191 UInt cc_dep2, UInt cc_dep3 ) in armg_calculate_flag_z() argument 206 UInt argR = cc_dep2; in armg_calculate_flag_z() 214 UInt argR = cc_dep2; in armg_calculate_flag_z() [all …]
|
D | guest_arm_defs.h | 83 UInt cc_dep2, UInt cc_dep3 ); 89 UInt cc_dep2, UInt cc_dep3 ); 95 UInt cc_dep2, UInt cc_dep3 ); 102 UInt cc_dep2, UInt cc_dep3 );
|
D | guest_x86_helpers.c | 576 UInt cc_dep2, in x86g_calculate_eflags_all() argument 585 x86g_calculate_eflags_all_WRK ( cc_op, cc_dep1, cc_dep2, cc_ndep ); in x86g_calculate_eflags_all() 594 UInt cc_dep2, in x86g_calculate_eflags_c() argument 611 return ((UInt)cc_dep1) < ((UInt)cc_dep2) in x86g_calculate_eflags_c() 614 return ((UInt)(cc_dep1 & 0xFFFF)) < ((UInt)(cc_dep2 & 0xFFFF)) in x86g_calculate_eflags_c() 617 return ((UInt)(cc_dep1 & 0xFF)) < ((UInt)(cc_dep2 & 0xFF)) in x86g_calculate_eflags_c() 631 return x86g_calculate_eflags_all_WRK(cc_op,cc_dep1,cc_dep2,cc_ndep) in x86g_calculate_eflags_c() 641 UInt cc_dep2, in x86g_calculate_condition() argument 645 cc_dep2, cc_ndep); in x86g_calculate_condition() 708 cond, cc_op, cc_dep1, cc_dep2, cc_ndep ); in x86g_calculate_condition() [all …]
|
D | guest_amd64_helpers.c | 671 ULong cc_dep2, in amd64g_calculate_rflags_all() argument 680 amd64g_calculate_rflags_all_WRK ( cc_op, cc_dep1, cc_dep2, cc_ndep ); in amd64g_calculate_rflags_all() 688 ULong cc_dep2, in amd64g_calculate_rflags_c() argument 728 return amd64g_calculate_rflags_all_WRK(cc_op,cc_dep1,cc_dep2,cc_ndep) in amd64g_calculate_rflags_c() 738 ULong cc_dep2, in amd64g_calculate_condition() argument 742 cc_dep2, cc_ndep); in amd64g_calculate_condition() 806 cond, cc_op, cc_dep1, cc_dep2, cc_ndep ); in amd64g_calculate_condition() 900 IRExpr *cond, *cc_op, *cc_dep1, *cc_dep2; in guest_amd64_spechelper() local 905 cc_dep2 = args[3]; in guest_amd64_spechelper() 913 binop(Iop_Add64, cc_dep1, cc_dep2), in guest_amd64_spechelper() [all …]
|
D | guest_x86_defs.h | 85 UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_ndep 90 UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_ndep 96 UInt cc_dep1, UInt cc_dep2, UInt cc_ndep
|
D | guest_amd64_defs.h | 86 ULong cc_dep1, ULong cc_dep2, ULong cc_ndep 91 ULong cc_dep1, ULong cc_dep2, ULong cc_ndep 97 ULong cc_dep1, ULong cc_dep2, ULong cc_ndep
|
D | guest_s390_defs.h | 190 UInt s390_calculate_cc(ULong cc_op, ULong cc_dep1, ULong cc_dep2,
|