Searched refs:tcg_temp_new (Results 1 - 3 of 3) sorted by relevance

/external/qemu/target-mips/
H A Dtranslate.c549 TCGv t0 = tcg_temp_new();
575 TCGv t0 = tcg_temp_new();
919 TCGv t0 = tcg_temp_new(); \
943 TCGv t0 = tcg_temp_new(); \
967 TCGv t0 = tcg_temp_new(); \
984 TCGv t0 = tcg_temp_new();
985 TCGv t1 = tcg_temp_new();
1182 TCGv t0 = tcg_temp_new();
1209 TCGv t1 = tcg_temp_new();
1266 TCGv t1 = tcg_temp_new();
[all...]
/external/qemu/target-i386/
H A Dtranslate.c7665 cpu_T[0] = tcg_temp_new();
7666 cpu_T[1] = tcg_temp_new();
7667 cpu_A0 = tcg_temp_new();
7668 cpu_T3 = tcg_temp_new();
7670 cpu_tmp0 = tcg_temp_new();
7674 cpu_tmp4 = tcg_temp_new();
7675 cpu_tmp5 = tcg_temp_new();
7676 cpu_tmp6 = tcg_temp_new();
/external/qemu/tcg/
H A Dtcg-op.h2145 #define tcg_temp_new() tcg_temp_new_i32() macro
2156 #define tcg_temp_new() tcg_temp_new_i64() macro

Completed in 88 milliseconds