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

  /external/qemu/tcg/ppc/
tcg-target.c 941 static void tcg_out_cmp (TCGContext *s, int cond, TCGArg arg1, TCGArg arg2, function
1033 tcg_out_cmp (s, cond, arg1, arg2, const_arg2, 7);
1058 tcg_out_cmp (s, cond, args[0], args[2], const_args[2], 6);
1059 tcg_out_cmp (s, cond, args[1], args[3], const_args[3], 7);
1071 tcg_out_cmp (s, b->cond2, args[1], args[3], const_args[3], 5);
1072 tcg_out_cmp (s, TCG_COND_EQ, args[1], args[3], const_args[3], 6);
1073 tcg_out_cmp (s, cond, args[0], args[2], const_args[2], 7);
    [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 915 static void tcg_out_cmp (TCGContext *s, int cond, TCGArg arg1, TCGArg arg2, function
1007 tcg_out_cmp (s, cond, arg1, arg2, const_arg2, 7, arch64);
    [all...]

Completed in 42 milliseconds