OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcg_temp_free_ptr
(Results
1 - 4
of
4
) sorted by null
/external/qemu/tcg/
tcg.h
684
#define
tcg_temp_free_ptr
(T) tcg_temp_free_i32(TCGV_PTR_TO_NAT(T))
macro
695
#define
tcg_temp_free_ptr
(T) tcg_temp_free_i64(TCGV_PTR_TO_NAT(T))
macro
tcg-op.h
397
tcg_temp_free_ptr
(fn);
416
tcg_temp_free_ptr
(fn);
430
tcg_temp_free_ptr
(fn);
[
all
...]
/external/qemu/target-arm/
translate.c
527
tcg_temp_free_ptr
(tmp);
533
tcg_temp_free_ptr
(tmp);
574
tcg_temp_free_ptr
(tmp);
580
tcg_temp_free_ptr
(tmp);
922
tcg_temp_free_ptr
(fpst); \
1010
tcg_temp_free_ptr
(statusptr); \
1026
tcg_temp_free_ptr
(statusptr); \
1046
tcg_temp_free_ptr
(statusptr); \
[
all
...]
/external/qemu/target-mips/
translate.c
572
tcg_temp_free_ptr
(addr);
595
tcg_temp_free_ptr
(addr);
[
all
...]
Completed in 301 milliseconds