Searched refs:addr_p8 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | tcg-op-ldst.c | 551 TCGTemp *addr_p8; in tcg_gen_qemu_ld_i128_int() local 586 addr_p8 = tcgv_i32_temp(t); in tcg_gen_qemu_ld_i128_int() 590 addr_p8 = tcgv_i64_temp(t); in tcg_gen_qemu_ld_i128_int() 593 gen_ldst_i64(opc, y, addr_p8, make_memop_idx(mop[1], idx)); in tcg_gen_qemu_ld_i128_int() 594 tcg_temp_free_internal(addr_p8); in tcg_gen_qemu_ld_i128_int() 670 TCGTemp *addr_p8; in tcg_gen_qemu_st_i128_int() local 700 addr_p8 = tcgv_i32_temp(t); in tcg_gen_qemu_st_i128_int() 704 addr_p8 = tcgv_i64_temp(t); in tcg_gen_qemu_st_i128_int() 709 gen_ldst_i64(opc, b, addr_p8, make_memop_idx(mop[1], idx)); in tcg_gen_qemu_st_i128_int() 712 gen_ldst_i64(opc, y, addr_p8, make_memop_idx(mop[1], idx)); in tcg_gen_qemu_st_i128_int() [all …]
|