OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcg_gen_mul_i64
(Results
1 - 2
of
2
) sorted by null
/external/qemu/tcg/
tcg-op.h
828
static inline void
tcg_gen_mul_i64
(TCGv_i64 ret, TCGv_i64 arg1, TCGv_i64 arg2)
function
1058
static inline void
tcg_gen_mul_i64
(TCGv_i64 ret, TCGv_i64 arg1, TCGv_i64 arg2)
function
[
all
...]
/external/qemu/target-arm/
translate.c
367
tcg_gen_mul_i64
(tmp1, tmp1, tmp2);
380
tcg_gen_mul_i64
(tmp1, tmp1, tmp2);
392
tcg_gen_mul_i64
(tmp1, tmp1, tmp2);
406
tcg_gen_mul_i64
(tmp1, tmp1, tmp2);
[
all
...]
Completed in 15 milliseconds