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

  /external/qemu/tcg/
tcg.h 380 static inline TCGCond tcg_invert_cond(TCGCond c) function
optimize.c 587 args[5] = tcg_invert_cond(args[5]);
    [all...]
  /external/qemu/tcg/i386/
tcg-target.c 972 new_args[4] = tcg_invert_cond(new_args[4]);
991 tcg_out_jxx(s, tcg_cond_to_jcc[tcg_invert_cond(cond)], over, 1);
    [all...]

Completed in 1243 milliseconds