HomeSort by relevance Sort by last modified time
    Searched refs:tcg_gen_mul_i64 (Results 1 - 4 of 4) sorted by null

  /external/qemu/tcg/
tcg-op.h 988 static inline void tcg_gen_mul_i64(TCGv_i64 ret, TCGv_i64 arg1, TCGv_i64 arg2) function
1248 static inline void tcg_gen_mul_i64(TCGv_i64 ret, TCGv_i64 arg1, TCGv_i64 arg2) function
    [all...]
  /external/qemu/target-mips/
translate.c     [all...]
  /external/qemu/target-i386/
translate.c     [all...]
  /external/qemu/target-arm/
translate.c 329 tcg_gen_mul_i64(tmp1, tmp1, tmp2);
343 tcg_gen_mul_i64(tmp1, tmp1, tmp2);
    [all...]

Completed in 23 milliseconds