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

  /external/qemu/tcg/
tcg-op.h 602 t0 = tcg_temp_new_i32();
611 t0 = tcg_temp_new_i32();
620 t0 = tcg_temp_new_i32();
629 t0 = tcg_temp_new_i32();
834 t1 = tcg_temp_new_i32();
    [all...]
tcg.h 337 static inline TCGv_i32 tcg_temp_new_i32(void) function
422 #define tcg_temp_new_ptr tcg_temp_new_i32
tcg.c 503 t0 = tcg_temp_new_i32();
653 t0 = tcg_temp_new_i32();
654 t1 = tcg_temp_new_i32();
    [all...]
  /external/qemu/target-arm/
translate.c 148 tmp = tcg_temp_new_i32();
    [all...]

Completed in 31 milliseconds