Searched refs:tcg_gen_mul_i64 (Results 1 - 2 of 2) sorted by relevance
/vbox/src/recompiler/tcg/ |
H A D | tcg-op.h | 964 static inline void tcg_gen_mul_i64(TCGv_i64 ret, TCGv_i64 arg1, TCGv_i64 arg2) function 1224 static inline void tcg_gen_mul_i64(TCGv_i64 ret, TCGv_i64 arg1, TCGv_i64 arg2) function 1382 tcg_gen_mul_i64(ret, arg1, t0); 2355 #define tcg_gen_mul_tl tcg_gen_mul_i64
|
/vbox/src/recompiler/target-i386/ |
H A D | translate.c | 4792 tcg_gen_mul_i64(t0, t0, t1); 4861 tcg_gen_mul_i64(t0, t0, t1); 5158 tcg_gen_mul_i64(t0, t0, t1);
|
Completed in 92 milliseconds