OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tcg_gen_mul_i32
(Results
1 - 2
of
2
) sorted by null
/external/qemu/tcg/
tcg-op.h
698
static inline void
tcg_gen_mul_i32
(TCGv_i32 ret, TCGv_i32 arg1, TCGv_i32 arg2)
function
706
tcg_gen_mul_i32
(ret, arg1, t0);
736
tcg_gen_mul_i32
(t0, t0, arg2);
780
tcg_gen_mul_i32
(t0, t0, arg2);
[
all
...]
/external/qemu/target-arm/
translate.c
220
tcg_gen_mul_i32
(tmp1, tmp1, tmp2);
224
tcg_gen_mul_i32
(b, b, a);
[
all
...]
Completed in 83 milliseconds