/external/valgrind/VEX/priv/ |
D | guest_arm_helpers.c | 111 UInt armg_calculate_flag_n ( UInt cc_op, UInt cc_dep1, in armg_calculate_flag_n() 191 UInt armg_calculate_flag_z ( UInt cc_op, UInt cc_dep1, in armg_calculate_flag_z() 272 UInt armg_calculate_flag_c ( UInt cc_op, UInt cc_dep1, in armg_calculate_flag_c() 353 UInt armg_calculate_flag_v ( UInt cc_op, UInt cc_dep1, in armg_calculate_flag_v() 437 UInt armg_calculate_flags_nzcv ( UInt cc_op, UInt cc_dep1, in armg_calculate_flags_nzcv() 475 UInt cc_op = cond_n_op & 0xF; in armg_calculate_condition() local 821 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; in guest_arm_spechelper() local 871 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; in guest_arm_spechelper() local
|
D | guest_arm64_helpers.c | 115 ULong arm64g_calculate_flag_n ( ULong cc_op, ULong cc_dep1, in arm64g_calculate_flag_n() 233 ULong arm64g_calculate_flag_z ( ULong cc_op, ULong cc_dep1, in arm64g_calculate_flag_z() 352 ULong arm64g_calculate_flag_c ( ULong cc_op, ULong cc_dep1, in arm64g_calculate_flag_c() 462 ULong arm64g_calculate_flag_v ( ULong cc_op, ULong cc_dep1, in arm64g_calculate_flag_v() 576 ULong arm64g_calculate_flags_nzcv ( ULong cc_op, ULong cc_dep1, in arm64g_calculate_flags_nzcv() 615 ULong cc_op = cond_n_op & 0xF; in arm64g_calculate_condition() local
|
D | guest_x86_helpers.c | 494 UInt x86g_calculate_eflags_all_WRK ( UInt cc_op, in x86g_calculate_eflags_all_WRK() 575 UInt x86g_calculate_eflags_all ( UInt cc_op, in x86g_calculate_eflags_all() 593 UInt x86g_calculate_eflags_c ( UInt cc_op, in x86g_calculate_eflags_c() 640 UInt cc_op, in x86g_calculate_condition() 840 IRExpr *cond, *cc_op, *cc_dep1, *cc_dep2; in guest_x86_spechelper() local 1259 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; in guest_x86_spechelper() local 1333 IRExpr *cc_op, *cc_dep1; /*, *cc_dep2, *cc_ndep; */ in guest_x86_spechelper() local
|
D | guest_amd64_helpers.c | 642 ULong amd64g_calculate_rflags_all_WRK ( ULong cc_op, in amd64g_calculate_rflags_all_WRK() 750 ULong amd64g_calculate_rflags_all ( ULong cc_op, in amd64g_calculate_rflags_all() 767 ULong amd64g_calculate_rflags_c ( ULong cc_op, in amd64g_calculate_rflags_c() 817 ULong cc_op, in amd64g_calculate_condition() 1018 IRExpr *cond, *cc_op, *cc_dep1, *cc_dep2; in guest_amd64_spechelper() local 1698 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; in guest_amd64_spechelper() local
|
D | guest_s390_helpers.c | 1481 s390_calculate_cc(ULong cc_op, ULong cc_dep1, ULong cc_dep2, ULong cc_ndep) in s390_calculate_cc() 1848 ULong cond, cc_op; in guest_s390x_spechelper() local 2385 ULong cc_op; in guest_s390x_spechelper() local
|
D | guest_arm_toIR.c | 1312 void setFlags_D1_D2_ND ( UInt cc_op, IRTemp t_dep1, in setFlags_D1_D2_ND() 1356 static void setFlags_D1_D2 ( UInt cc_op, IRTemp t_dep1, in setFlags_D1_D2() 1368 static void setFlags_D1_ND ( UInt cc_op, IRTemp t_dep1, in setFlags_D1_ND() 1380 static void setFlags_D1 ( UInt cc_op, IRTemp t_dep1, in setFlags_D1()
|
D | guest_arm64_toIR.c | 1840 void setFlags_D1_D2_ND ( UInt cc_op, in setFlags_D1_D2_ND() 1870 UInt cc_op = ARM64G_CC_OP_NUMBER; in setFlags_ADD_SUB() local 1899 UInt cc_op = ARM64G_CC_OP_NUMBER; in setFlags_ADC_SBC() local 1975 UInt cc_op = ARM64G_CC_OP_NUMBER; in setFlags_LOGIC() local
|