Searched refs:gen_ldst_i64 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | tcg-op-ldst.c | 113 static void gen_ldst_i64(TCGOpcode opc, TCGv_i64 v, TCGTemp *addr, MemOpIdx oi) in gen_ldst_i64() function 375 gen_ldst_i64(opc, val, addr, oi); in tcg_gen_qemu_ld_i64_int() 448 gen_ldst_i64(opc, val, addr, oi); in tcg_gen_qemu_st_i64_int() 627 gen_ldst_i64(opc, x, addr, make_memop_idx(mop[0], idx)); in tcg_gen_qemu_ld_i128_int() 643 gen_ldst_i64(opc, y, addr_p8, make_memop_idx(mop[1], idx)); in tcg_gen_qemu_ld_i128_int() 746 gen_ldst_i64(opc, x, addr, make_memop_idx(mop[0], idx)); in tcg_gen_qemu_st_i128_int() 760 gen_ldst_i64(opc, b, addr_p8, make_memop_idx(mop[1], idx)); in tcg_gen_qemu_st_i128_int() 763 gen_ldst_i64(opc, y, addr_p8, make_memop_idx(mop[1], idx)); in tcg_gen_qemu_st_i128_int()
|