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

/vbox/src/recompiler/tcg/
H A Dtcg.c421 static inline int tcg_temp_new_internal(TCGType type, int temp_local) function
476 idx = tcg_temp_new_internal(TCG_TYPE_I32, temp_local);
484 idx = tcg_temp_new_internal(TCG_TYPE_I64, temp_local);

Completed in 49 milliseconds