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

  /external/qemu/tcg/
tcg-op.h 660 static inline void tcg_gen_muli_i32(TCGv_i32 ret, TCGv_i32 arg1, int32_t arg2) function
    [all...]
  /external/qemu/target-mips/
translate.c 560 tcg_gen_muli_i32(t2, t2, sizeof(target_ulong) * 32);
583 tcg_gen_muli_i32(t2, t2, sizeof(target_ulong) * 32);
    [all...]

Completed in 29 milliseconds