OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcg_gen_qemu_ld32u
(Results
1 - 2
of
2
) sorted by null
/external/qemu/tcg/
tcg-op.h
1878
static inline void
tcg_gen_qemu_ld32u
(TCGv ret, TCGv addr, int mem_index)
function
1976
static inline void
tcg_gen_qemu_ld32u
(TCGv ret, TCGv addr, int mem_index)
function
[
all
...]
/external/qemu/target-arm/
translate.c
896
tcg_gen_qemu_ld32u
(tmp, addr, index);
1162
tcg_gen_qemu_ld32u
(cpu_F0s, cpu_T[1], IS_USER(s));
[
all
...]
Completed in 15 milliseconds