OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tcg_gen_qemu_ld8s
(Results
1 - 3
of
3
) sorted by null
/external/qemu/tcg/
tcg-op.h
2201
static inline void
tcg_gen_qemu_ld8s
(TCGv ret, TCGv addr, int mem_index)
function
2317
static inline void
tcg_gen_qemu_ld8s
(TCGv ret, TCGv addr, int mem_index)
function
[
all
...]
/external/qemu/target-i386/
translate.c
518
tcg_gen_qemu_ld8s
(cpu_T[0], cpu_A0, mem_index);
[
all
...]
/external/qemu/target-arm/
translate.c
786
tcg_gen_qemu_ld8s
(tmp, addr, index);
[
all
...]
Completed in 46 milliseconds