HomeSort by relevance Sort by last modified time
    Searched full:tcg_temp_new_internal (Results 1 - 1 of 1) sorted by null

  /external/qemu/tcg/
tcg.c 415 static inline int tcg_temp_new_internal(TCGType type, int temp_local) function
474 idx = tcg_temp_new_internal(TCG_TYPE_I32, temp_local);
482 idx = tcg_temp_new_internal(TCG_TYPE_I64, temp_local);
    [all...]

Completed in 87 milliseconds