OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcg_gen_st16_i32
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
gen-icount.h
28
tcg_gen_st16_i32
(count, cpu_env, offsetof(CPUState, icount_decr.u16.low));
/external/qemu/tcg/
tcg-op.h
386
static inline void
tcg_gen_st16_i32
(TCGv_i32 arg1, TCGv_ptr arg2, tcg_target_long offset)
function
717
tcg_gen_st16_i32
(TCGV_LOW(arg1), arg2, offset);
[
all
...]
Completed in 23 milliseconds