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