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

  /external/valgrind/main/VEX/priv/
guest_s390_helpers.c 459 s390_calculate_cc(ULong cc_op, ULong cc_dep1, ULong cc_dep2, ULong cc_ndep)
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 == S390_CC_OP_INSERT_CHAR_MASK_32)
    [all...]
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
752 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
802 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
1361 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
    [all...]
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...]
  /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...]
cpu.h 441 CC_OP_DYNAMIC, /* must use dynamic code to get cc_op */
577 uint32_t cc_op; member in struct:CPUX86State

Completed in 97 milliseconds