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

  /external/qemu/tcg/
tcg-op.h 1536 static inline void tcg_gen_extu_i32_i64(TCGv_i64 ret, TCGv_i32 arg) function
1643 static inline void tcg_gen_extu_i32_i64(TCGv_i64 ret, TCGv_i32 arg) function
    [all...]
  /external/qemu/target-arm/
translate.c 294 tcg_gen_extu_i32_i64(tmp64, b);
308 tcg_gen_extu_i32_i64(tmp64, b);
325 tcg_gen_extu_i32_i64(tmp1, a);
327 tcg_gen_extu_i32_i64(tmp2, b);
    [all...]
  /external/qemu/target-i386/
translate.c     [all...]

Completed in 23 milliseconds