/external/qemu/tcg/ |
tcg.h | 233 static inline TCGCond tcg_unsigned_cond(TCGCond c) function
|
/external/qemu/tcg/hppa/ |
tcg-target.c | 830 tcg_out_brcond(s, tcg_unsigned_cond(cond), 864 tcg_out_setcond(s, tcg_unsigned_cond(cond), scratch, al, bl, blconst); [all...] |
/external/qemu/tcg/sparc/ |
tcg-target.c | 580 cc = INSN_COND(tcg_cond_to_bcond[tcg_unsigned_cond(cond)], 0); 685 tcg_out_setcond_i32(s, tcg_unsigned_cond(cond), ret, al, bl, blconst); [all...] |
/external/qemu/tcg/ppc/ |
tcg-target.c | 1112 tcg_out_cmp (s, tcg_unsigned_cond (cond), args[0], args[2], [all...] |