/external/valgrind/VEX/priv/ |
D | guest_s390_helpers.c | 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) \ 1101 #define S390_CC_FOR_BFP128_CONVERT(opcode,cc_dep1,cc_dep2,cc_ndep) \ argument 1106 cc_dep2 = cc_dep2 ^ cc_ndep; \ 1107 switch (decode_bfp_rounding_mode(cc_ndep)) { \ 1138 #define S390_CC_FOR_BFP128_UCONVERT(opcode,cc_dep1,cc_dep2,cc_ndep) \ argument [all …]
|
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_arm_helpers.c | 585 IRExpr *cond_n_op, *cc_dep1, *cc_dep2, *cc_ndep; in guest_arm_spechelper() local 590 cc_ndep = args[3]; in guest_arm_spechelper() 665 binop(Iop_CmpNE32, cc_ndep, mkU32(0)), in guest_arm_spechelper() 821 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; in guest_arm_spechelper() local 826 cc_ndep = args[3]; in guest_arm_spechelper() 851 binop(Iop_CmpNE32, cc_ndep, mkU32(0)), in guest_arm_spechelper() 871 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; in guest_arm_spechelper() local 876 cc_ndep = args[3]; in guest_arm_spechelper() 881 return cc_ndep; in guest_arm_spechelper() 922 binop(Iop_Xor32, cc_ndep, mkU32(1))) in guest_arm_spechelper()
|
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_x86_helpers.c | 578 UInt cc_ndep ) 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() 596 UInt cc_ndep ) in x86g_calculate_eflags_c() argument 622 return cc_ndep & X86G_CC_MASK_C; 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() 643 UInt cc_ndep ) 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() 1259 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; in guest_x86_spechelper() local 1264 cc_ndep = args[3]; in guest_x86_spechelper() [all …]
|
D | guest_s390_defs.h | 244 ULong cc_ndep);
|
D | guest_amd64_helpers.c | 753 ULong cc_ndep ) 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() 770 ULong cc_ndep ) 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() 820 ULong cc_ndep ) 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() 1698 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; in guest_amd64_spechelper() local 1703 cc_ndep = args[3]; in guest_amd64_spechelper() 1736 return cc_ndep; in guest_amd64_spechelper()
|