Searched refs:TCGMovExtend (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | tcg.c | 439 typedef struct TCGMovExtend { struct 445 } TCGMovExtend; argument 510 static void tcg_out_movext1_new_src(TCGContext *s, const TCGMovExtend *i, in tcg_out_movext1_new_src() 516 static void tcg_out_movext1(TCGContext *s, const TCGMovExtend *i) in tcg_out_movext1() 532 static void tcg_out_movext2(TCGContext *s, const TCGMovExtend *i1, in tcg_out_movext2() 533 const TCGMovExtend *i2, int scratch) in tcg_out_movext2() 573 static void tcg_out_movext3(TCGContext *s, const TCGMovExtend *i1, in tcg_out_movext3() 574 const TCGMovExtend *i2, const TCGMovExtend *i3, in tcg_out_movext3() 5592 unsigned nmov, TCGMovExtend *mov, in tcg_out_helper_load_slots() 5699 TCGMovExtend ptr_mov = { in tcg_out_helper_load_common_args() [all …]
|