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