HomeSort by relevance Sort by last modified time
    Searched refs:TCGContext (Results 1 - 7 of 7) sorted by null

  /external/qemu/tcg/
tcg-be-null.h 33 static inline void tcg_out_tb_init(TCGContext *s)
41 static inline void tcg_out_tb_finalize(TCGContext *s)
tcg-be-ldst.h 48 static inline void tcg_out_tb_init(TCGContext *s)
57 static void tcg_out_qemu_ld_slow_path(TCGContext *s, TCGLabelQemuLdst *l);
58 static void tcg_out_qemu_st_slow_path(TCGContext *s, TCGLabelQemuLdst *l);
60 static void tcg_out_tb_finalize(TCGContext *s)
79 static inline TCGLabelQemuLdst *new_ldst_label(TCGContext *s)
tcg.h 442 typedef struct TCGContext TCGContext;
448 struct TCGContext {
532 extern TCGContext tcg_ctx;
536 void *tcg_malloc_internal(TCGContext *s, int size);
537 void tcg_pool_reset(TCGContext *s);
538 void tcg_pool_delete(TCGContext *s);
542 TCGContext *s = &tcg_ctx;
555 void tcg_context_init(TCGContext *s);
556 void tcg_prologue_init(TCGContext *s)
    [all...]