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

  /external/qemu/tcg/
tcg-op.h 1803 static inline void tcg_gen_concat_i32_i64(TCGv_i64 dest, TCGv_i32 low, TCGv_i32 high) function
    [all...]
  /external/qemu/target-arm/
translate.c     [all...]
  /external/qemu/target-mips/
translate.c 624 tcg_gen_concat_i32_i64(t, t0, t1);
    [all...]

Completed in 20 milliseconds