OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tcg_gen_add_i64
(Results
1 - 3
of
3
) sorted by null
/external/qemu/tcg/
tcg-op.h
871
static inline void
tcg_gen_add_i64
(TCGv_i64 ret, TCGv_i64 arg1, TCGv_i64 arg2)
function
1130
static inline void
tcg_gen_add_i64
(TCGv_i64 ret, TCGv_i64 arg1, TCGv_i64 arg2)
function
[
all
...]
/external/qemu/target-arm/
translate.c
297
tcg_gen_add_i64
(a, tmp64, a);
[
all
...]
/external/qemu/target-mips/
translate.c
[
all
...]
Completed in 614 milliseconds