Searched defs:TCGv_i32 (Results 1 - 1 of 1) sorted by relevance

/external/qemu/tcg/
H A Dtcg.h132 In additon we do typechecking for different types of variables. TCGv_i32
146 } TCGv_i32; typedef in typeref:struct:__anon11776
154 ({ TCGv_i32 make_tcgv_tmp = {i}; make_tcgv_tmp;})
166 typedef int TCGv_i32; typedef
369 TCGv_i32 tcg_global_reg_new_i32(int reg, const char *name);
370 TCGv_i32 tcg_global_mem_new_i32(int reg, tcg_target_long offset,
372 TCGv_i32 tcg_temp_new_internal_i32(int temp_local);
373 static inline TCGv_i32 tcg_temp_new_i32(void)
377 static inline TCGv_i32 tcg_temp_local_new_i32(void)
381 void tcg_temp_free_i32(TCGv_i32 ar
[all...]

Completed in 115 milliseconds