Searched refs:tcg_out_movext1 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | tcg.c | 516 static void tcg_out_movext1(TCGContext *s, const TCGMovExtend *i) in tcg_out_movext1() function 539 tcg_out_movext1(s, i1); in tcg_out_movext2() 540 tcg_out_movext1(s, i2); in tcg_out_movext2() 582 tcg_out_movext1(s, i1); in tcg_out_movext3() 587 tcg_out_movext1(s, i2); in tcg_out_movext3() 592 tcg_out_movext1(s, i3); in tcg_out_movext3() 613 tcg_out_movext1(s, i3); in tcg_out_movext3() 614 tcg_out_movext1(s, i2); in tcg_out_movext3() 628 tcg_out_movext1(s, i2); in tcg_out_movext3() 629 tcg_out_movext1(s, i3); in tcg_out_movext3() [all …]
|