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

  /external/qemu/
gen-icount.h 22 tcg_gen_brcondi_i32(TCG_COND_LT, count, 0, icount_label);
  /external/qemu/target-arm/
translate.c 618 tcg_gen_brcondi_i32(TCG_COND_EQ, tmp, 0, label);
622 tcg_gen_brcondi_i32(TCG_COND_NE, tmp, 0, label);
626 tcg_gen_brcondi_i32(TCG_COND_NE, tmp, 0, label);
630 tcg_gen_brcondi_i32(TCG_COND_EQ, tmp, 0, label);
634 tcg_gen_brcondi_i32(TCG_COND_LT, tmp, 0, label);
638 tcg_gen_brcondi_i32(TCG_COND_GE, tmp, 0, label);
642 tcg_gen_brcondi_i32(TCG_COND_LT, tmp, 0, label);
646 tcg_gen_brcondi_i32(TCG_COND_GE, tmp, 0, label);
651 tcg_gen_brcondi_i32(TCG_COND_EQ, tmp, 0, inv);
654 tcg_gen_brcondi_i32(TCG_COND_NE, tmp, 0, label)
    [all...]
  /external/qemu/target-mips/
translate.c     [all...]
  /external/qemu/tcg/
tcg-op.h 633 static inline void tcg_gen_brcondi_i32(TCGCond cond, TCGv_i32 arg1, function
    [all...]

Completed in 546 milliseconds