• Home
  • Raw
  • Download

Lines Matching refs:TCGContext

66 static void tcg_target_init(TCGContext *s);
67 static void tcg_target_qemu_prologue(TCGContext *s);
94 static inline void tcg_out8(TCGContext *s, uint8_t v) in tcg_out8()
99 static inline void tcg_out16(TCGContext *s, uint16_t v) in tcg_out16()
105 static inline void tcg_out32(TCGContext *s, uint32_t v) in tcg_out32()
113 static void tcg_out_reloc(TCGContext *s, uint8_t *code_ptr, int type, in tcg_out_reloc()
136 static void tcg_out_label(TCGContext *s, int label_index, in tcg_out_label()
156 TCGContext *s = &tcg_ctx; in gen_new_label()
172 void *tcg_malloc_internal(TCGContext *s, int size) in tcg_malloc_internal()
214 void tcg_pool_reset(TCGContext *s) in tcg_pool_reset()
220 void tcg_context_init(TCGContext *s) in tcg_context_init()
255 void tcg_prologue_init(TCGContext *s) in tcg_prologue_init()
265 void tcg_set_frame(TCGContext *s, int reg, in tcg_set_frame()
273 void tcg_func_start(TCGContext *s) in tcg_func_start()
288 static inline void tcg_temp_alloc(TCGContext *s, int n) in tcg_temp_alloc()
297 TCGContext *s = &tcg_ctx; in tcg_global_reg_new_internal()
340 TCGContext *s = &tcg_ctx; in tcg_global_mem_new_internal()
417 TCGContext *s = &tcg_ctx; in tcg_temp_new_internal()
488 TCGContext *s = &tcg_ctx; in tcg_temp_free_internal()
555 TCGContext *s = &tcg_ctx; in tcg_clear_temp_count()
561 TCGContext *s = &tcg_ctx; in tcg_check_temp_count()
575 TCGContext *s = &tcg_ctx; in tcg_register_helper()
595 void tcg_gen_callN(TCGContext *s, TCGv_ptr func, unsigned int flags, in tcg_gen_callN()
763 static void tcg_reg_alloc_start(TCGContext *s) in tcg_reg_alloc_start()
786 static char *tcg_get_arg_str_idx(TCGContext *s, char *buf, int buf_size, in tcg_get_arg_str_idx()
803 char *tcg_get_arg_str_i32(TCGContext *s, char *buf, int buf_size, TCGv_i32 arg) in tcg_get_arg_str_i32()
808 char *tcg_get_arg_str_i64(TCGContext *s, char *buf, int buf_size, TCGv_i64 arg) in tcg_get_arg_str_i64()
826 static TCGHelperInfo *tcg_find_helper(TCGContext *s, tcg_target_ulong val) in tcg_find_helper()
870 void tcg_dump_ops(TCGContext *s, FILE *outfile) in tcg_dump_ops()
1166 static inline void tcg_set_nop(TCGContext *s, uint16_t *opc_ptr, in tcg_set_nop()
1182 static inline void tcg_la_func_end(TCGContext *s, uint8_t *dead_temps) in tcg_la_func_end()
1190 static inline void tcg_la_bb_end(TCGContext *s, uint8_t *dead_temps) in tcg_la_bb_end()
1209 static void tcg_liveness_analysis(TCGContext *s) in tcg_liveness_analysis()
1367 static void tcg_liveness_analysis(TCGContext *s) in tcg_liveness_analysis()
1378 static void dump_regs(TCGContext *s) in dump_regs()
1416 static void check_regs(TCGContext *s) in check_regs()
1450 static void temp_allocate_frame(TCGContext *s, int temp) in temp_allocate_frame()
1464 static void tcg_reg_free(TCGContext *s, int reg) in tcg_reg_free()
1484 static int tcg_reg_alloc(TCGContext *s, TCGRegSet reg1, TCGRegSet reg2) in tcg_reg_alloc()
1512 static void temp_save(TCGContext *s, int temp, TCGRegSet allocated_regs) in temp_save()
1546 static void save_globals(TCGContext *s, TCGRegSet allocated_regs) in save_globals()
1557 static void tcg_reg_alloc_bb_end(TCGContext *s, TCGRegSet allocated_regs) in tcg_reg_alloc_bb_end()
1579 static void tcg_reg_alloc_movi(TCGContext *s, const TCGArg *args) in tcg_reg_alloc_movi()
1600 static void tcg_reg_alloc_mov(TCGContext *s, const TCGOpDef *def, in tcg_reg_alloc_mov()
1659 static void tcg_reg_alloc_op(TCGContext *s, in tcg_reg_alloc_op()
1826 static int tcg_reg_alloc_call(TCGContext *s, const TCGOpDef *def, in tcg_reg_alloc_call()
2021 static inline int tcg_gen_code_common(TCGContext *s, uint8_t *gen_code_buf, in tcg_gen_code_common()
2174 int tcg_gen_code(TCGContext *s, uint8_t *gen_code_buf) in tcg_gen_code()
2209 int tcg_gen_code_search_pc(TCGContext *s, uint8_t *gen_code_buf, long offset) in tcg_gen_code_search_pc()
2217 TCGContext *s = &tcg_ctx; in tcg_dump_info()