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

  /external/qemu/target-arm/
translate.c 197 #define gen_uxth(var) tcg_gen_ext16u_i32(var, var)
252 tcg_gen_ext16u_i32(var, var);
    [all...]
  /external/qemu/tcg/
tcg-op.h 1443 static inline void tcg_gen_ext16u_i32(TCGv_i32 ret, TCGv_i32 arg) function
    [all...]

Completed in 57 milliseconds