Home
last modified time | relevance | path

Searched refs:tcg_gen_qemu_st_ddc_i64 (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/tcg/
H A Dtcg-op.h870 #define tcg_gen_qemu_st_ddc_tl tcg_gen_qemu_st_ddc_i64
888 void tcg_gen_qemu_st_ddc_i64(TCGv_i64 ret, TCGv_cap_checked_ptr out_addr, TCGv in_addr, TCGArg mem_…
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tcg/
H A Dtcg-op.c3117 void tcg_gen_qemu_st_ddc_i64(TCGv_i64 val, TCGv_cap_checked_ptr out_addr, TCGv in_addr, TCGArg idx,… in tcg_gen_qemu_st_ddc_i64() function
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/mips/
H A Dtranslate.c3738 tcg_gen_qemu_st_ddc_i64(value, checked_addr, ddc_offset, arg, op); in gen_ddc_interposed_st_i64()