Searched refs:tcg_out_movext1 (Results 1 – 1 of 1) sorted by relevance
/qemu/tcg/ |
H A D | tcg.c | 525 static void tcg_out_movext1(TCGContext *s, const TCGMovExtend *i) in tcg_out_movext1() function 548 tcg_out_movext1(s, i1); in tcg_out_movext2() 549 tcg_out_movext1(s, i2); in tcg_out_movext2() 591 tcg_out_movext1(s, i1); in tcg_out_movext3() 596 tcg_out_movext1(s, i2); in tcg_out_movext3() 601 tcg_out_movext1(s, i3); in tcg_out_movext3() 622 tcg_out_movext1(s, i3); in tcg_out_movext3() 623 tcg_out_movext1(s, i2); in tcg_out_movext3() 637 tcg_out_movext1(s, i2); in tcg_out_movext3() 638 tcg_out_movext1(s, i3); in tcg_out_movext3() [all …]
|