Revision 6a8d7b76 tcg/tcg.h
b/tcg/tcg.h | ||
---|---|---|
267 | 267 |
tcg_target_long start, tcg_target_long size); |
268 | 268 |
void tcg_set_macro_func(TCGContext *s, TCGMacroFunc *func); |
269 | 269 |
TCGv tcg_global_reg_new(TCGType type, int reg, const char *name); |
270 |
TCGv tcg_global_reg2_new_hack(TCGType type, int reg1, int reg2, |
|
271 |
const char *name); |
|
270 | 272 |
TCGv tcg_global_mem_new(TCGType type, int reg, tcg_target_long offset, |
271 | 273 |
const char *name); |
272 | 274 |
TCGv tcg_temp_new(TCGType type); |
Also available in: Unified diff