Home
last modified time | relevance | path

Searched refs:tcg_gen_st_ptr (Results 1 – 2 of 2) sorted by relevance

/qemu/accel/tcg/
H A Dplugin-gen.c92 tcg_gen_st_ptr(tcg_constant_ptr((intptr_t)arr), tcg_env, in gen_enable_mem_helper()
99 tcg_gen_st_ptr(tcg_constant_ptr(0), tcg_env, in gen_disable_mem_helper()
/qemu/include/tcg/
H A Dtcg-op-common.h486 static inline void tcg_gen_st_ptr(TCGv_ptr r, TCGv_ptr a, intptr_t o) in tcg_gen_st_ptr() function