OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tmp_pc
(Results
1 - 1
of
1
) sorted by null
/external/qemu/target-arm/
translate-android.h
188
TCGv_ptr
tmp_pc
= tcg_const_ptr(pc & ~1);
local
191
gen_helper_on_call(
tmp_pc
, tmp_ret);
194
tcg_temp_free_ptr(
tmp_pc
);
Completed in 330 milliseconds