Home | History | Annotate | Download | only in tcg

Lines Matching refs:TCGv_i64

133    and TCGv_i64 are 32/64-bit variables respectively.  TCGv and TCGv_ptr
151 } TCGv_i64;
156 ({ TCGv_i64 make_tcgv_tmp = {i}; make_tcgv_tmp;})
167 typedef int TCGv_i64;
384 TCGv_i64 tcg_global_reg_new_i64(int reg, const char *name);
385 TCGv_i64 tcg_global_mem_new_i64(int reg, tcg_target_long offset,
387 TCGv_i64 tcg_temp_new_internal_i64(int temp_local);
388 static inline TCGv_i64 tcg_temp_new_i64(void)
392 static inline TCGv_i64 tcg_temp_local_new_i64(void)
396 void tcg_temp_free_i64(TCGv_i64 arg);
397 char *tcg_get_arg_str_i64(TCGContext *s, char *buf, int buf_size, TCGv_i64 arg);
475 #define TCGv_ptr TCGv_i64
486 void tcg_gen_shifti_i64(TCGv_i64 ret, TCGv_i64 arg1,
496 TCGv_i64 tcg_const_i64(int64_t val);
498 TCGv_i64 tcg_const_local_i64(int64_t val);