Home | History | Annotate | Download | only in tcg

Lines Matching refs:TCGv_i32

132    In additon we do typechecking for different types of variables.  TCGv_i32
146 } TCGv_i32;
154 ({ TCGv_i32 make_tcgv_tmp = {i}; make_tcgv_tmp;})
166 typedef int TCGv_i32;
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 arg);
382 char *tcg_get_arg_str_i32(TCGContext *s, char *buf, int buf_size, TCGv_i32 arg);
465 #define TCGv_ptr TCGv_i32
495 TCGv_i32 tcg_const_i32(int32_t val);
497 TCGv_i32 tcg_const_local_i32(int32_t val);