OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcg_temp_new_i64
(Results
1 - 7
of
7
) sorted by null
/external/qemu/target-mips/
translate.c
635
TCGv_i64 t0 =
tcg_temp_new_i64
();
[
all
...]
/external/qemu/target-arm/
translate-android.h
296
TCGv_i64 tmpNum =
tcg_temp_new_i64
();
305
TCGv_i64 tmpNum =
tcg_temp_new_i64
();
306
TCGv_i64 tmpTb =
tcg_temp_new_i64
();
translate.c
292
TCGv_i64 tmp64 =
tcg_temp_new_i64
();
306
TCGv_i64 tmp64 =
tcg_temp_new_i64
();
322
TCGv_i64 tmp1 =
tcg_temp_new_i64
();
323
TCGv_i64 tmp2 =
tcg_temp_new_i64
();
336
TCGv_i64 tmp1 =
tcg_temp_new_i64
();
337
TCGv_i64 tmp2 =
tcg_temp_new_i64
();
815
TCGv_i64 tmp =
tcg_temp_new_i64
();
[
all
...]
/external/qemu/tcg/
tcg-op.h
993
t0 =
tcg_temp_new_i64
();
[
all
...]
tcg.h
388
static inline TCGv_i64
tcg_temp_new_i64
(void)
function
479
#define tcg_temp_new_ptr
tcg_temp_new_i64
tcg.c
531
t0 =
tcg_temp_new_i64
();
611
TCGv_i64 temp =
tcg_temp_new_i64
();
[
all
...]
/external/qemu/target-i386/
translate.c
[
all
...]
Completed in 675 milliseconds