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

  /external/qemu/tcg/
optimize.c 571 args[2] = tcg_swap_cond(args[2]);
576 args[3] = tcg_swap_cond(args[3]);
581 args[5] = tcg_swap_cond(args[5]);
600 args[4] = tcg_swap_cond(args[4]);
605 args[5] = tcg_swap_cond(args[5]);
    [all...]
tcg.h 386 static inline TCGCond tcg_swap_cond(TCGCond c) function

Completed in 164 milliseconds