Lines Matching refs:TCGLabelQemuLdst
73 typedef struct TCGLabelQemuLdst TCGLabelQemuLdst; typedef
74 static bool tcg_out_qemu_ld_slow_path(TCGContext *s, TCGLabelQemuLdst *l);
75 static bool tcg_out_qemu_st_slow_path(TCGContext *s, TCGLabelQemuLdst *l);
100 struct TCGLabelQemuLdst { struct
109 QSIMPLEQ_ENTRY(TCGLabelQemuLdst) next; argument
196 TCGReg (*ra_gen)(TCGContext *s, const TCGLabelQemuLdst *l, int arg_reg);
201 static void tcg_out_ld_helper_args(TCGContext *s, const TCGLabelQemuLdst *l,
204 static void tcg_out_ld_helper_ret(TCGContext *s, const TCGLabelQemuLdst *l,
207 static void tcg_out_st_helper_args(TCGContext *s, const TCGLabelQemuLdst *l,
651 static TCGLabelQemuLdst *new_ldst_label(TCGContext *s) in new_ldst_label()
653 TCGLabelQemuLdst *l = tcg_malloc(sizeof(*l)); in new_ldst_label()
772 TCGLabelQemuLdst *lb; in tcg_out_ldst_finalize()
6444 const TCGLabelQemuLdst *ldst, in tcg_out_helper_load_common_args()
6567 static void tcg_out_ld_helper_args(TCGContext *s, const TCGLabelQemuLdst *ldst, in tcg_out_ld_helper_args()
6648 static void tcg_out_ld_helper_ret(TCGContext *s, const TCGLabelQemuLdst *ldst, in tcg_out_ld_helper_ret()
6734 static void tcg_out_st_helper_args(TCGContext *s, const TCGLabelQemuLdst *ldst, in tcg_out_st_helper_args()