HomeSort by relevance Sort by last modified time
    Searched full:icount_label (Results 1 - 1 of 1) sorted by null

  /external/qemu/
gen-icount.h 6 static int icount_label; variable
15 icount_label = gen_new_label();
22 tcg_gen_brcondi_i32(TCG_COND_LT, count, 0, icount_label);
31 gen_set_label(icount_label);

Completed in 35 milliseconds