OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcg_temp_new_internal_i32
(Results
1 - 2
of
2
) sorted by null
/external/qemu/tcg/
tcg.h
355
TCGv_i32
tcg_temp_new_internal_i32
(int temp_local);
358
return
tcg_temp_new_internal_i32
(0);
362
return
tcg_temp_new_internal_i32
(1);
tcg.c
462
TCGv_i32
tcg_temp_new_internal_i32
(int temp_local)
function
[
all
...]
Completed in 31 milliseconds