OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcg_gen_mov_tl
(Results
1 - 3
of
3
) sorted by null
/external/qemu/target-i386/
translate.c
242
tcg_gen_mov_tl
(cpu_T[0], cpu_T[1]);
794
tcg_gen_mov_tl
(cpu_cc_dst, cpu_T[0]);
799
tcg_gen_mov_tl
(cpu_cc_src, cpu_T[1]);
800
tcg_gen_mov_tl
(cpu_cc_dst, cpu_T[0]);
805
tcg_gen_mov_tl
(cpu_cc_src, cpu_T[1]);
818
tcg_gen_mov_tl
(cpu_cc_dst, cpu_T[0]);
[
all
...]
/external/qemu/target-mips/
translate.c
526
tcg_gen_mov_tl
(t, cpu_gpr[reg]);
532
tcg_gen_mov_tl
(cpu_gpr[reg], t);
538
tcg_gen_mov_tl
(t, cpu_ACX[reg]);
543
tcg_gen_mov_tl
(cpu_ACX[reg], t);
920
tcg_gen_mov_tl
(t0, arg1); \
[
all
...]
/external/qemu/tcg/
tcg-op.h
2382
#define
tcg_gen_mov_tl
macro
2454
#define
tcg_gen_mov_tl
macro
[
all
...]
Completed in 228 milliseconds