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

  /external/qemu/tcg/
tcg-op.h 934 static inline void tcg_gen_shli_i64(TCGv_i64 ret, TCGv_i64 arg1, int64_t arg2) function
1193 static inline void tcg_gen_shli_i64(TCGv_i64 ret, TCGv_i64 arg1, int64_t arg2) function
    [all...]
  /external/qemu/target-arm/
translate.c 296 tcg_gen_shli_i64(tmp64, tmp64, 32);
310 tcg_gen_shli_i64(tmp64, tmp64, 32);
    [all...]

Completed in 21 milliseconds