Home
last modified time | relevance | path

Searched refs:cc_op (Results 1 – 12 of 12) sorted by relevance

/external/qemu/target-i386/
Dtranslate.c99 int cc_op; /* current CC operation */ member
745 if (s->cc_op != CC_OP_DYNAMIC) in gen_check_io()
746 gen_op_set_cc_op(s->cc_op); in gen_check_io()
758 if (s->cc_op != CC_OP_DYNAMIC) in gen_check_io()
759 gen_op_set_cc_op(s->cc_op); in gen_check_io()
784 if (s->cc_op != CC_OP_DYNAMIC) { in gen_update_cc_op()
785 gen_op_set_cc_op(s->cc_op); in gen_update_cc_op()
786 s->cc_op = CC_OP_DYNAMIC; in gen_update_cc_op()
836 if (s->cc_op != CC_OP_DYNAMIC) in gen_setcc_slow_T0()
837 gen_op_set_cc_op(s->cc_op); in gen_setcc_slow_T0()
[all …]
Dexec.h50 #define CC_OP (env->cc_op)
Dhelper.c771 if ((unsigned)env->cc_op < CC_OP_NB) in cpu_dump_state()
772 snprintf(cc_op_name, sizeof(cc_op_name), "%s", cc_op_str[env->cc_op]); in cpu_dump_state()
774 snprintf(cc_op_name, sizeof(cc_op_name), "[%d]", env->cc_op); in cpu_dump_state()
Dcpu.h577 uint32_t cc_op; member
/external/valgrind/main/VEX/priv/
Dguest_x86_helpers.c493 UInt x86g_calculate_eflags_all_WRK ( UInt cc_op, in x86g_calculate_eflags_all_WRK() argument
498 switch (cc_op) { in x86g_calculate_eflags_all_WRK()
566 cc_op, cc_dep1_formal, cc_dep2_formal, cc_ndep_formal ); in x86g_calculate_eflags_all_WRK()
574 UInt x86g_calculate_eflags_all ( UInt cc_op, 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()
592 UInt x86g_calculate_eflags_c ( UInt cc_op, in x86g_calculate_eflags_c() argument
600 tabc_fast[cc_op]++; in x86g_calculate_eflags_c()
605 switch (cc_op) { in x86g_calculate_eflags_c()
627 tabc_fast[cc_op]--; in x86g_calculate_eflags_c()
628 tabc_slow[cc_op]++; in x86g_calculate_eflags_c()
[all …]
Dguest_amd64_helpers.c573 ULong amd64g_calculate_rflags_all_WRK ( ULong cc_op, in amd64g_calculate_rflags_all_WRK() argument
578 switch (cc_op) { in amd64g_calculate_rflags_all_WRK()
661 cc_op, cc_dep1_formal, cc_dep2_formal, cc_ndep_formal ); in amd64g_calculate_rflags_all_WRK()
669 ULong amd64g_calculate_rflags_all ( ULong cc_op, 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()
686 ULong amd64g_calculate_rflags_c ( ULong cc_op, in amd64g_calculate_rflags_c() argument
694 tabc_fast[cc_op]++; in amd64g_calculate_rflags_c()
699 switch (cc_op) { in amd64g_calculate_rflags_c()
724 tabc_fast[cc_op]--; in amd64g_calculate_rflags_c()
725 tabc_slow[cc_op]++; in amd64g_calculate_rflags_c()
[all …]
Dguest_arm_defs.h83 UInt armg_calculate_flags_nzcv ( UInt cc_op, UInt cc_dep1,
89 UInt armg_calculate_flag_c ( UInt cc_op, UInt cc_dep1,
95 UInt armg_calculate_flag_v ( UInt cc_op, UInt cc_dep1,
Dguest_arm_helpers.c69 UInt armg_calculate_flags_nzcv ( UInt cc_op, UInt cc_dep1, in armg_calculate_flags_nzcv() argument
72 switch (cc_op) { in armg_calculate_flags_nzcv()
180 cc_op, cc_dep1, cc_dep2, cc_dep3 ); in armg_calculate_flags_nzcv()
189 UInt armg_calculate_flag_c ( UInt cc_op, UInt cc_dep1, in armg_calculate_flag_c() argument
192 UInt r = armg_calculate_flags_nzcv(cc_op, cc_dep1, cc_dep2, cc_dep3); in armg_calculate_flag_c()
200 UInt armg_calculate_flag_v ( UInt cc_op, UInt cc_dep1, in armg_calculate_flag_v() argument
203 UInt r = armg_calculate_flags_nzcv(cc_op, cc_dep1, cc_dep2, cc_dep3); in armg_calculate_flag_v()
229 UInt cc_op = cond_n_op & 0xF; in armg_calculate_condition() local
238 nzcv = armg_calculate_flags_nzcv(cc_op, cc_dep1, cc_dep2, cc_dep3); in armg_calculate_condition()
286 cond, cc_op, cc_dep1, cc_dep2, cc_dep3 ); in armg_calculate_condition()
Dguest_x86_defs.h86 UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_ndep
91 UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_ndep
96 UInt cc_op,
Dguest_amd64_defs.h86 ULong cc_op,
91 ULong cc_op,
97 ULong cc_op,
Dguest_arm_toIR.c1306 void setFlags_D1_D2_ND ( UInt cc_op, IRTemp t_dep1, in setFlags_D1_D2_ND() argument
1314 vassert(cc_op >= ARMG_CC_OP_COPY && cc_op < ARMG_CC_OP_NUMBER); in setFlags_D1_D2_ND()
1317 stmt( IRStmt_Put( OFFB_CC_OP, mkU32(cc_op) )); in setFlags_D1_D2_ND()
1329 mkU32(cc_op) ))); in setFlags_D1_D2_ND()
1351 static void setFlags_D1_D2 ( UInt cc_op, IRTemp t_dep1, in setFlags_D1_D2() argument
1357 setFlags_D1_D2_ND( cc_op, t_dep1, t_dep2, z32, guardT ); in setFlags_D1_D2()
1363 static void setFlags_D1_ND ( UInt cc_op, IRTemp t_dep1, in setFlags_D1_ND() argument
1369 setFlags_D1_D2_ND( cc_op, t_dep1, z32, t_ndep, guardT ); in setFlags_D1_ND()
1375 static void setFlags_D1 ( UInt cc_op, IRTemp t_dep1, in setFlags_D1() argument
1380 setFlags_D1_D2_ND( cc_op, t_dep1, z32, z32, guardT ); in setFlags_D1()
/external/qemu/
Dcpu-exec.c266 env->cc_op = CC_OP_FLAGS; in cpu_exec()
594 cpu_m68k_flush_flags(env, env->cc_op); in cpu_exec()
595 env->cc_op = CC_OP_FLAGS; in cpu_exec()
689 cpu_m68k_flush_flags(env, env->cc_op); in cpu_exec()
690 env->cc_op = CC_OP_FLAGS; in cpu_exec()