Home
last modified time | relevance | path

Searched refs:tcg_temp_local_new_i32 (Results 1 – 5 of 5) sorted by relevance

/external/qemu/
Dgen-icount.h16 count = tcg_temp_local_new_i32(); in gen_icount_start()
/external/qemu/tcg/
Dtcg.h377 static inline TCGv_i32 tcg_temp_local_new_i32(void) in tcg_temp_local_new_i32() function
Dtcg.c539 t0 = tcg_temp_local_new_i32(); in tcg_const_local_i32()
Dtcg-op.h2148 #define tcg_temp_local_new() tcg_temp_local_new_i32()
/external/qemu/target-arm/
Dtranslate.c7109 addr = tcg_temp_local_new_i32(); in disas_arm_insn()