Searched defs:tcg_global_reg_new_internal (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/tcg/
H A Dtcg.c300 static inline int tcg_global_reg_new_internal(TCGType type, int reg, function
330 idx = tcg_global_reg_new_internal(TCG_TYPE_I32, reg, name);
338 idx = tcg_global_reg_new_internal(TCG_TYPE_I64, reg, name);

Completed in 48 milliseconds