HomeSort by relevance Sort by last modified time
    Searched refs:cc_op (Results 1 - 14 of 14) sorted by null

  /external/valgrind/main/VEX/priv/
guest_arm_helpers.c 82 vex_printf("CC_OP=%d %9d %9d %9d %9d\n",
110 UInt armg_calculate_flag_n ( UInt cc_op, UInt cc_dep1,
114 NOTE_N_EVAL(cc_op);
117 switch (cc_op) {
181 cc_op, cc_dep1, cc_dep2, cc_dep3 );
190 UInt armg_calculate_flag_z ( UInt cc_op, UInt cc_dep1,
194 NOTE_Z_EVAL(cc_op);
197 switch (cc_op) {
262 cc_op, cc_dep1, cc_dep2, cc_dep3 );
271 UInt armg_calculate_flag_c ( UInt cc_op, UInt cc_dep1
474 UInt cc_op = cond_n_op & 0xF; local
770 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
820 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
    [all...]
guest_arm_defs.h 82 UInt armg_calculate_flags_nzcv ( UInt cc_op, UInt cc_dep1,
88 UInt armg_calculate_flag_c ( UInt cc_op, UInt cc_dep1,
94 UInt armg_calculate_flag_v ( UInt cc_op, UInt cc_dep1,
100 UInt armg_calculate_condition ( UInt cond_n_op /* ARMCondcode << 4 | cc_op */,
134 CC_OP, which describes the operation.
144 CC_OP field. This is important because otherwise Memcheck could
146 between the CC_OP field and CC_DEP1/2/3, and so believes
guest_x86_helpers.c 493 UInt x86g_calculate_eflags_all_WRK ( UInt cc_op,
498 switch (cc_op) {
566 cc_op, cc_dep1_formal, cc_dep2_formal, cc_ndep_formal );
574 UInt x86g_calculate_eflags_all ( UInt cc_op,
585 x86g_calculate_eflags_all_WRK ( cc_op, cc_dep1, cc_dep2, cc_ndep );
592 UInt x86g_calculate_eflags_c ( UInt cc_op,
600 tabc_fast[cc_op]++;
605 switch (cc_op) {
627 tabc_fast[cc_op]--;
628 tabc_slow[cc_op]++
802 IRExpr *cond, *cc_op, *cc_dep1, *cc_dep2; local
1221 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
1295 IRExpr *cc_op, *cc_dep1; \/*, *cc_dep2, *cc_ndep; *\/ local
    [all...]
guest_amd64_helpers.c 573 ULong amd64g_calculate_rflags_all_WRK ( ULong cc_op,
578 switch (cc_op) {
661 cc_op, cc_dep1_formal, cc_dep2_formal, cc_ndep_formal );
669 ULong amd64g_calculate_rflags_all ( ULong cc_op,
680 amd64g_calculate_rflags_all_WRK ( cc_op, cc_dep1, cc_dep2, cc_ndep );
686 ULong amd64g_calculate_rflags_c ( ULong cc_op,
694 tabc_fast[cc_op]++;
699 switch (cc_op) {
724 tabc_fast[cc_op]--;
725 tabc_slow[cc_op]++
900 IRExpr *cond, *cc_op, *cc_dep1, *cc_dep2; local
1386 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
    [all...]
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
95 UInt cc_op,
212 CC_OP, which describes the operation.
228 (1) In the guest state layout info (x86guest_layout), CC_OP and
238 definedness of CC_OP or CC_NDEP, we may as well not even bother to
243 CC_OP field (eg, CC_DEP2 is not used if CC_OP is CC_LOGIC1/2/4).
246 CC_OP field and CC_DEP1 and CC_DEP2, and so believes that the
250 However, it is only necessary to set CC_NDEP when the CC_OP valu
    [all...]
guest_s390_helpers.c 970 s390_calculate_cc(ULong cc_op, ULong cc_dep1, ULong cc_dep2, ULong cc_ndep)
975 switch (cc_op) {
1225 ULong cond, cc_op; local
    [all...]
guest_amd64_defs.h 85 ULong cc_op,
90 ULong cc_op,
96 ULong cc_op,
330 CC_OP, which describes the operation.
346 (1) In the guest state layout info (amd64guest_layout), CC_OP and
356 definedness of CC_OP or CC_NDEP, we may as well not even bother to
361 CC_OP field (eg, CC_DEP2 is not used if CC_OP is CC_LOGIC1/2/4).
364 CC_OP field and CC_DEP1 and CC_DEP2, and so believes that the
368 However, it is only necessary to set CC_NDEP when the CC_OP valu
    [all...]
guest_s390_defs.h 190 UInt s390_calculate_cc(ULong cc_op, ULong cc_dep1, ULong cc_dep2,
guest_arm_toIR.c     [all...]
  /external/qemu/target-i386/
translate.c 100 int cc_op; /* current CC operation */ member in struct:DisasContext
746 if (s->cc_op != CC_OP_DYNAMIC)
747 gen_op_set_cc_op(s->cc_op);
759 if (s->cc_op != CC_OP_DYNAMIC)
760 gen_op_set_cc_op(s->cc_op);
785 if (s->cc_op != CC_OP_DYNAMIC) {
786 gen_op_set_cc_op(s->cc_op);
787 s->cc_op = CC_OP_DYNAMIC;
837 if (s->cc_op != CC_OP_DYNAMIC)
838 gen_op_set_cc_op(s->cc_op);
2309 int l1, l2, cc_op; local
7801 int cc_op; local
    [all...]
exec.h 50 #define CC_OP (env->cc_op)
273 return env->eflags | helper_cc_compute_all(CC_OP) | (DF & DF_MASK);
276 /* NOTE: CC_OP must be modified manually to CC_OP_EFLAGS */
helper.c 777 if ((unsigned)env->cc_op < CC_OP_NB)
778 snprintf(cc_op_name, sizeof(cc_op_name), "%s", cc_op_str[env->cc_op]);
780 snprintf(cc_op_name, sizeof(cc_op_name), "[%d]", env->cc_op);
    [all...]
cpu.h 441 CC_OP_DYNAMIC, /* must use dynamic code to get cc_op */
577 uint32_t cc_op; member in struct:CPUX86State
  /external/qemu/
cpu-exec.c 279 CC_OP = CC_OP_EFLAGS;
284 env->cc_op = CC_OP_FLAGS;
613 env->eflags = env->eflags | helper_cc_compute_all(CC_OP) | (DF & DF_MASK);
617 cpu_m68k_flush_flags(env, env->cc_op);
618 env->cc_op = CC_OP_FLAGS;
708 env->eflags = env->eflags | helper_cc_compute_all(CC_OP) | (DF & DF_MASK);
716 cpu_m68k_flush_flags(env, env->cc_op);
717 env->cc_op = CC_OP_FLAGS;
    [all...]

Completed in 165 milliseconds