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

  /external/qemu/tcg/
tcg.h 372 TCGv_i32 tcg_temp_new_internal_i32(int temp_local);
375 return tcg_temp_new_internal_i32(0);
379 return tcg_temp_new_internal_i32(1);
tcg.c 470 TCGv_i32 tcg_temp_new_internal_i32(int temp_local) function
    [all...]

Completed in 26 milliseconds