Home
last modified time | relevance | path

Searched refs:tcg_invert_cond (Results 1 – 3 of 3) sorted by relevance

/external/qemu/tcg/
Dtcg.h380 static inline TCGCond tcg_invert_cond(TCGCond c) in tcg_invert_cond() function
Doptimize.c587 args[5] = tcg_invert_cond(args[5]); in tcg_constant_folding()
/external/qemu/tcg/i386/
Dtcg-target.c972 new_args[4] = tcg_invert_cond(new_args[4]); in tcg_out_setcond2()
991 tcg_out_jxx(s, tcg_cond_to_jcc[tcg_invert_cond(cond)], over, 1); in tcg_out_movcond32()