Searched refs:tcgv_tl_temp (Results 1 – 1 of 1) sorted by relevance
/qemu/include/tcg/ |
H A D | tcg-op.h | 67 #define tcgv_tl_temp tcgv_i32_temp macro 74 #define tcgv_tl_temp tcgv_i64_temp macro 84 tcg_gen_qemu_ld_i32_chk(v, tcgv_tl_temp(a), i, m, TCG_TYPE_TL); in tcg_gen_qemu_ld_i32() 90 tcg_gen_qemu_st_i32_chk(v, tcgv_tl_temp(a), i, m, TCG_TYPE_TL); in tcg_gen_qemu_st_i32() 96 tcg_gen_qemu_ld_i64_chk(v, tcgv_tl_temp(a), i, m, TCG_TYPE_TL); in tcg_gen_qemu_ld_i64() 102 tcg_gen_qemu_st_i64_chk(v, tcgv_tl_temp(a), i, m, TCG_TYPE_TL); in tcg_gen_qemu_st_i64() 108 tcg_gen_qemu_ld_i128_chk(v, tcgv_tl_temp(a), i, m, TCG_TYPE_TL); in tcg_gen_qemu_ld_i128() 114 tcg_gen_qemu_st_i128_chk(v, tcgv_tl_temp(a), i, m, TCG_TYPE_TL); in tcg_gen_qemu_st_i128() 120 { N##_##S##_chk(r, tcgv_tl_temp(a), v, i, m, TCG_TYPE_TL); } 125 { N##_##S##_chk(r, tcgv_tl_temp(a), o, n, i, m, TCG_TYPE_TL); }
|