HomeSort by relevance Sort by last modified time
    Searched refs:tcg_temp_new_internal_i64 (Results 1 - 2 of 2) sorted by null

  /external/qemu/tcg/
tcg.h 580 TCGv_i64 tcg_temp_new_internal_i64(int temp_local);
583 return tcg_temp_new_internal_i64(0);
587 return tcg_temp_new_internal_i64(1);
tcg.c 563 TCGv_i64 tcg_temp_new_internal_i64(int temp_local) function
    [all...]

Completed in 604 milliseconds