Home
last modified time | relevance | path

Searched defs:cc_op (Results 1 – 7 of 7) sorted by relevance

/external/valgrind/main/VEX/priv/
Dguest_arm_helpers.c110 UInt armg_calculate_flag_n ( UInt cc_op, UInt cc_dep1, in armg_calculate_flag_n()
190 UInt armg_calculate_flag_z ( UInt cc_op, UInt cc_dep1, in armg_calculate_flag_z()
271 UInt armg_calculate_flag_c ( UInt cc_op, UInt cc_dep1, in armg_calculate_flag_c()
352 UInt armg_calculate_flag_v ( UInt cc_op, UInt cc_dep1, in armg_calculate_flag_v()
436 UInt armg_calculate_flags_nzcv ( UInt cc_op, UInt cc_dep1, in armg_calculate_flags_nzcv()
474 UInt cc_op = cond_n_op & 0xF; in armg_calculate_condition() local
770 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; in guest_arm_spechelper() local
820 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; in guest_arm_spechelper() local
Dguest_x86_helpers.c493 UInt x86g_calculate_eflags_all_WRK ( UInt cc_op, in x86g_calculate_eflags_all_WRK()
574 UInt x86g_calculate_eflags_all ( UInt cc_op, in x86g_calculate_eflags_all()
592 UInt x86g_calculate_eflags_c ( UInt cc_op, in x86g_calculate_eflags_c()
639 UInt cc_op, in x86g_calculate_condition()
802 IRExpr *cond, *cc_op, *cc_dep1, *cc_dep2; in guest_x86_spechelper() local
1221 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; in guest_x86_spechelper() local
1295 IRExpr *cc_op, *cc_dep1; /*, *cc_dep2, *cc_ndep; */ in guest_x86_spechelper() local
Dguest_amd64_helpers.c573 ULong amd64g_calculate_rflags_all_WRK ( ULong cc_op, in amd64g_calculate_rflags_all_WRK()
669 ULong amd64g_calculate_rflags_all ( ULong cc_op, in amd64g_calculate_rflags_all()
686 ULong amd64g_calculate_rflags_c ( ULong cc_op, in amd64g_calculate_rflags_c()
736 ULong cc_op, in amd64g_calculate_condition()
900 IRExpr *cond, *cc_op, *cc_dep1, *cc_dep2; in guest_amd64_spechelper() local
1386 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; in guest_amd64_spechelper() local
Dguest_s390_helpers.c970 s390_calculate_cc(ULong cc_op, ULong cc_dep1, ULong cc_dep2, ULong cc_ndep) in s390_calculate_cc()
1225 ULong cond, cc_op; in guest_s390x_spechelper() local
Dguest_arm_toIR.c1305 void setFlags_D1_D2_ND ( UInt cc_op, IRTemp t_dep1, in setFlags_D1_D2_ND()
1350 static void setFlags_D1_D2 ( UInt cc_op, IRTemp t_dep1, in setFlags_D1_D2()
1362 static void setFlags_D1_ND ( UInt cc_op, IRTemp t_dep1, in setFlags_D1_ND()
1374 static void setFlags_D1 ( UInt cc_op, IRTemp t_dep1, in setFlags_D1()
/external/qemu/target-i386/
Dtranslate.c100 int cc_op; /* current CC operation */ member
942 static inline void gen_jcc1(DisasContext *s, int cc_op, int b, int l1) in gen_jcc1()
2309 int l1, l2, cc_op; in gen_jcc() local
7801 int cc_op; in restore_state_to_opc() local
Dcpu.h577 uint32_t cc_op; member