Searched defs:TCGv_i32 (Results 1 - 1 of 1) sorted by last modified time

/external/qemu/tcg/
H A Dtcg.h263 In addition we do typechecking for different types of variables. TCGv_i32
277 } TCGv_i32; typedef in typeref:struct:__anon30199
289 ({ TCGv_i32 make_tcgv_tmp = {i}; make_tcgv_tmp;})
304 typedef int TCGv_i32; typedef
307 #define TCGv_ptr TCGv_i32
564 TCGv_i32 tcg_global_reg_new_i32(int reg, const char *name);
565 TCGv_i32 tcg_global_mem_new_i32(int reg, intptr_t offset, const char *name);
566 TCGv_i32 tcg_temp_new_internal_i32(int temp_local);
567 static inline TCGv_i32 tcg_temp_new_i32(void)
571 static inline TCGv_i32 tcg_temp_local_new_i3
[all...]

Completed in 396 milliseconds