Home
last modified time | relevance | path

Searched refs:tcg_const_ptr (Results 1 – 3 of 3) sorted by relevance

/external/qemu/target-arm/
Dtranslate-android.h188 TCGv_ptr tmp_pc = tcg_const_ptr(pc & ~1); in set_on_call()
189 TCGv_ptr tmp_ret = tcg_const_ptr(ret & ~1); in set_on_call()
201 TCGv_ptr tmp_ret = tcg_const_ptr(ret & ~1); in set_on_ret()
/external/qemu/tcg/
Dtcg.h462 #define tcg_const_ptr tcg_const_i32 macro
472 #define tcg_const_ptr tcg_const_i64 macro
Dtcg-op.h392 fn = tcg_const_ptr((tcg_target_long)func); in tcg_gen_helperN()
408 fn = tcg_const_ptr((tcg_target_long)func); in tcg_gen_helper32()
421 fn = tcg_const_ptr((tcg_target_long)func); in tcg_gen_helper64()