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

  /external/qemu/tcg/
tcg-op.h 1424 static inline void tcg_gen_ext16s_i32(TCGv_i32 ret, TCGv_i32 arg) function
    [all...]
  /external/qemu/target-arm/
translate.c 199 #define gen_sxth(var) tcg_gen_ext16s_i32(var, var)
226 tcg_gen_ext16s_i32(tmp1, a);
227 tcg_gen_ext16s_i32(tmp2, b);
254 tcg_gen_ext16s_i32(var, var);
    [all...]

Completed in 152 milliseconds