Searched refs:orig_oi (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | tcg-op-ldst.c | 230 MemOpIdx orig_oi, oi; in tcg_gen_qemu_ld_i32_int() local 236 orig_oi = oi = make_memop_idx(memop, idx); in tcg_gen_qemu_ld_i32_int() 254 plugin_gen_mem_callbacks_i32(val, copy_addr, addr, orig_oi, in tcg_gen_qemu_ld_i32_int() 285 MemOpIdx orig_oi, oi; in tcg_gen_qemu_st_i32_int() local 290 orig_oi = oi = make_memop_idx(memop, idx); in tcg_gen_qemu_st_i32_int() 323 plugin_gen_mem_callbacks_i32(val, NULL, addr, orig_oi, QEMU_PLUGIN_MEM_W); in tcg_gen_qemu_st_i32_int() 342 MemOpIdx orig_oi, oi; in tcg_gen_qemu_ld_i64_int() local 358 orig_oi = oi = make_memop_idx(memop, idx); in tcg_gen_qemu_ld_i64_int() 376 plugin_gen_mem_callbacks_i64(val, copy_addr, addr, orig_oi, in tcg_gen_qemu_ld_i64_int() 411 MemOpIdx orig_oi, oi; in tcg_gen_qemu_st_i64_int() local [all …]
|