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

  /external/qemu/tcg/sparc/
tcg-target.c 518 static void tcg_out_cmp(TCGContext *s, TCGArg c1, TCGArg c2, int c2const) function
527 tcg_out_cmp(s, arg1, arg2, const_arg2);
537 tcg_out_cmp(s, arg1, arg2, const_arg2);
549 tcg_out_cmp(s, ah, bh, bhconst);
556 tcg_out_cmp(s, al, bl, blconst);
564 tcg_out_cmp(s, al, bl, blconst);
579 tcg_out_cmp(s, al, bl, blconst);
621 tcg_out_cmp(s, c1, c2, c2const);
637 tcg_out_cmp(s, c1, c2, c2const);
649 tcg_out_cmp(s, c1, c2, c2const)
    [all...]
  /external/qemu/tcg/ppc/
tcg-target.c 990 static void tcg_out_cmp (TCGContext *s, int cond, TCGArg arg1, TCGArg arg2, function
1098 tcg_out_cmp (s, cond, args[0], args[2], const_args[2], 6);
1099 tcg_out_cmp (s, cond, args[1], args[3], const_args[3], 7);
1111 tcg_out_cmp (s, b->cond2, args[1], args[3], const_args[3], 5);
1112 tcg_out_cmp (s, tcg_unsigned_cond (cond), args[0], args[2],
1213 tcg_out_cmp (s, cond, arg1, arg2, const_arg2, 7);
    [all...]
  /external/qemu/tcg/i386/
tcg-target.c 762 static void tcg_out_cmp(TCGContext *s, TCGArg arg1, TCGArg arg2, function
781 tcg_out_cmp(s, arg1, arg2, const_arg2, 0);
790 tcg_out_cmp(s, arg1, arg2, const_arg2, P_REXW);
880 tcg_out_cmp(s, arg1, arg2, const_arg2, 0);
889 tcg_out_cmp(s, arg1, arg2, const_arg2, P_REXW);
    [all...]
  /external/qemu/tcg/x86_64/
tcg-target.c 502 static void tcg_out_cmp(TCGContext *s, TCGArg arg1, TCGArg arg2, function
525 tcg_out_cmp(s, arg1, arg2, const_arg2, rexw);
532 tcg_out_cmp(s, arg1, arg2, const_arg2, rexw);
    [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 976 static void tcg_out_cmp (TCGContext *s, int cond, TCGArg arg1, TCGArg arg2, function
1148 tcg_out_cmp (s, cond, arg1, arg2, const_arg2, 7, type == TCG_TYPE_I64);
1185 tcg_out_cmp (s, cond, arg1, arg2, const_arg2, 7, arch64);
    [all...]

Completed in 29 milliseconds