Searched refs:tcg_out_movext2 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | tcg.c | 532 static void tcg_out_movext2(TCGContext *s, const TCGMovExtend *i1, in tcg_out_movext2() function 583 tcg_out_movext2(s, i2, i3, scratch); in tcg_out_movext3() 588 tcg_out_movext2(s, i1, i3, scratch); in tcg_out_movext3() 593 tcg_out_movext2(s, i1, i2, scratch); in tcg_out_movext3() 5666 tcg_out_movext2(s, mov, mov + 1, in tcg_out_helper_load_slots() 5981 tcg_out_movext2(s, mov, mov + 1, parm->ntmp ? parm->tmp[0] : -1); in tcg_out_ld_helper_ret()
|