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

  /external/qemu/target-mips/
translate.c 650 tcg_temp_free_i64(t0);
    [all...]
  /external/qemu/tcg/
tcg-op.h     [all...]
tcg.h 589 void tcg_temp_free_i64(TCGv_i64 arg);
695 #define tcg_temp_free_ptr(T) tcg_temp_free_i64(TCGV_PTR_TO_NAT(T))
tcg.c 598 void tcg_temp_free_i64(TCGv_i64 arg) function
757 tcg_temp_free_i64(temp);
890 tcg_temp_free_i64(val64);
926 tcg_temp_free_i64(val64);
    [all...]
  /external/qemu/target-arm/
translate.c 291 tcg_temp_free_i64(tmp64);
305 tcg_temp_free_i64(tmp64);
322 tcg_temp_free_i64(tmp2);
336 tcg_temp_free_i64(tmp2);
829 tcg_temp_free_i64(val);
    [all...]

Completed in 408 milliseconds