Searched refs:tcgv_ptr_arg (Results 1 – 4 of 4) sorted by relevance
260 TCGArg bi = tcgv_ptr_arg(b); in tcg_gen_dup_mem_vec()270 TCGArg bi = tcgv_ptr_arg(b); in vec_gen_ldst()290 TCGArg bi = tcgv_ptr_arg(b); in tcg_gen_stl_vec()
2640 if (op->args[1] != tcgv_ptr_arg(tcg_env)) { in fold_tcg_ld_memcopy()2662 if (op->args[1] != tcgv_ptr_arg(tcg_env)) { in fold_tcg_st()2697 if (op->args[1] != tcgv_ptr_arg(tcg_env)) { in fold_tcg_st_memcopy()
162 tcg_gen_op3(opc, tcgv_i32_arg(val), tcgv_ptr_arg(base), offset); in tcg_gen_ldst_op_i32()168 tcg_gen_op3(opc, tcgv_i64_arg(val), tcgv_ptr_arg(base), offset); in tcg_gen_ldst_op_i64()3353 tcg_gen_op1i(INDEX_op_goto_ptr, tcgv_ptr_arg(ptr)); in tcg_gen_lookup_and_goto_ptr()
652 static inline TCGArg tcgv_ptr_arg(TCGv_ptr v) in tcgv_ptr_arg() function