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

  /external/qemu/tcg/
tcg-op.h 655 static inline void tcg_gen_mul_i32(TCGv_i32 ret, TCGv_i32 arg1, TCGv_i32 arg2) function
663 tcg_gen_mul_i32(ret, arg1, t0);
999 tcg_gen_mul_i32(t1, TCGV_LOW(arg1), TCGV_HIGH(arg2));
1001 tcg_gen_mul_i32(t1, TCGV_HIGH(arg1), TCGV_LOW(arg2));
    [all...]
  /external/qemu/target-arm/
translate.c 228 tcg_gen_mul_i32(tmp1, tmp1, tmp2);
232 tcg_gen_mul_i32(b, b, a);
    [all...]

Completed in 23 milliseconds