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

  /external/qemu/tcg/
tcg-op.h 1542 static inline void tcg_gen_ext_i32_i64(TCGv_i64 ret, TCGv_i32 arg) function
1650 static inline void tcg_gen_ext_i32_i64(TCGv_i64 ret, TCGv_i32 arg) function
    [all...]
  /external/qemu/target-arm/
translate.c 339 tcg_gen_ext_i32_i64(tmp1, a);
341 tcg_gen_ext_i32_i64(tmp2, b);
    [all...]
  /external/qemu/target-i386/
translate.c     [all...]

Completed in 27 milliseconds