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

  /external/qemu/tcg/i386/
tcg-target.c 188 [TCG_COND_EQ] = JCC_JE,
369 case TCG_COND_EQ:
371 tcg_out_brcond(s, TCG_COND_EQ, args[1], args[3], const_args[3], args[5]);
    [all...]
  /external/qemu/tcg/
tcg.h 195 TCG_COND_EQ,
tcg.c 778 [TCG_COND_EQ] = "eq",
    [all...]
  /external/qemu/target-arm/
translate.c 710 tcg_gen_brcondi_i32(TCG_COND_EQ, tmp, 0, label);
722 tcg_gen_brcondi_i32(TCG_COND_EQ, tmp, 0, label);
743 tcg_gen_brcondi_i32(TCG_COND_EQ, tmp, 0, inv);
751 tcg_gen_brcondi_i32(TCG_COND_EQ, tmp, 0, label);
754 tcg_gen_brcondi_i32(TCG_COND_EQ, tmp, 0, label);
773 tcg_gen_brcondi_i32(TCG_COND_EQ, tmp, 0, inv);
784 tcg_gen_brcondi_i32(TCG_COND_EQ, tmp, 0, label);
    [all...]
  /external/qemu/tcg/x86_64/
tcg-target.c 226 [TCG_COND_EQ] = JCC_JE,
    [all...]

Completed in 40 milliseconds