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

/external/valgrind/main/VEX/priv/
H A Dguest_arm_helpers.c110 UInt armg_calculate_flag_n ( UInt cc_op, UInt cc_dep1, argument
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, argument
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, argument
275 NOTE_C_EVAL(cc_op);
352 armg_calculate_flag_v( UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_dep3 ) argument
436 armg_calculate_flags_nzcv( UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_dep3 ) argument
474 UInt cc_op = cond_n_op & 0xF; local
752 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
802 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
[all...]
H A Dguest_s390_helpers.c459 s390_calculate_cc(ULong cc_op, ULong cc_dep1, ULong cc_dep2, ULong cc_ndep) argument
464 switch (cc_op) {
725 ULong cond, cc_op; local
733 condition and the cc_op are constant. So check that upfront. */
738 cc_op = cc_op_expr->Iex.Const.con->Ico.U64;
752 if (cc_op == S390_CC_OP_SIGNED_COMPARE) {
788 if (cc_op == S390_CC_OP_UNSIGNED_COMPARE) {
824 if (cc_op == S390_CC_OP_LOAD_AND_TEST) {
860 if (cc_op == S390_CC_OP_BITWISE) {
891 if (cc_op
[all...]
H A Dguest_amd64_helpers.c573 ULong amd64g_calculate_rflags_all_WRK ( ULong cc_op, argument
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, argument
680 amd64g_calculate_rflags_all_WRK ( cc_op, cc_dep1, cc_dep2, cc_ndep );
686 ULong amd64g_calculate_rflags_c ( ULong cc_op, argument
694 tabc_fast[cc_op]++;
699 switch (cc_op) {
724 tabc_fast[cc_op]--;
725 tabc_slow[cc_op]
735 amd64g_calculate_condition( ULong cond, ULong cc_op, ULong cc_dep1, ULong cc_dep2, ULong cc_ndep ) argument
900 IRExpr *cond, *cc_op, *cc_dep1, *cc_dep2; local
1361 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
[all...]
H A Dguest_x86_helpers.c493 UInt x86g_calculate_eflags_all_WRK ( UInt cc_op, argument
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, argument
585 x86g_calculate_eflags_all_WRK ( cc_op, cc_dep1, cc_dep2, cc_ndep );
592 UInt x86g_calculate_eflags_c ( UInt cc_op, argument
600 tabc_fast[cc_op]++;
605 switch (cc_op) {
627 tabc_fast[cc_op]--;
628 tabc_slow[cc_op]
638 x86g_calculate_condition( UInt cond, UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_ndep ) argument
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...]
H A Dguest_arm_toIR.c1305 void setFlags_D1_D2_ND ( UInt cc_op, IRTemp t_dep1, argument
1313 vassert(cc_op >= ARMG_CC_OP_COPY && cc_op < ARMG_CC_OP_NUMBER);
1316 stmt( IRStmt_Put( OFFB_CC_OP, mkU32(cc_op) ));
1328 mkU32(cc_op) )));
1350 static void setFlags_D1_D2 ( UInt cc_op, IRTemp t_dep1, argument
1356 setFlags_D1_D2_ND( cc_op, t_dep1, t_dep2, z32, guardT );
1362 static void setFlags_D1_ND ( UInt cc_op, IRTemp t_dep1, argument
1368 setFlags_D1_D2_ND( cc_op, t_dep1, z32, t_ndep, guardT );
1374 static void setFlags_D1 ( UInt cc_op, IRTem argument
[all...]
/external/qemu/target-i386/
H A Dtranslate.c100 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);
942 gen_jcc1(DisasContext *s, int cc_op, int b, int l1) argument
2309 int l1, l2, cc_op; local
7801 int cc_op; local
[all...]
H A Dcpu.h441 CC_OP_DYNAMIC, /* must use dynamic code to get cc_op */
577 uint32_t cc_op; member in struct:CPUX86State

Completed in 156 milliseconds