OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcg_temp_new_ptr
(Results
1 - 4
of
4
) sorted by null
/external/qemu/tcg/
tcg.h
469
#define
tcg_temp_new_ptr
tcg_temp_new_i32
macro
479
#define
tcg_temp_new_ptr
tcg_temp_new_i64
macro
/external/qemu/target-arm/
translate.c
532
tmp =
tcg_temp_new_ptr
();
538
tmp =
tcg_temp_new_ptr
();
579
tmp =
tcg_temp_new_ptr
();
585
tmp =
tcg_temp_new_ptr
();
995
TCGv_ptr statusptr =
tcg_temp_new_ptr
(); \
1018
TCGv_ptr statusptr =
tcg_temp_new_ptr
(); \
1044
TCGv_ptr statusptr =
tcg_temp_new_ptr
(); \
[
all
...]
/external/qemu/target-i386/
translate.c
[
all
...]
/external/qemu/target-mips/
translate.c
555
TCGv_ptr addr =
tcg_temp_new_ptr
();
577
TCGv_ptr addr =
tcg_temp_new_ptr
();
[
all
...]
Completed in 29 milliseconds