Searched defs:TCGv (Results 1 - 1 of 1) sorted by relevance

/external/qemu/tcg/
H A Dtcg-op.h2144 #define TCGv TCGv_i32 macro
2155 #define TCGv TCGv_i64 macro
2190 static inline void tcg_gen_qemu_ld8u(TCGv ret, TCGv addr, int mem_index)
2201 static inline void tcg_gen_qemu_ld8s(TCGv ret, TCGv addr, int mem_index)
2212 static inline void tcg_gen_qemu_ld16u(TCGv ret, TCGv addr, int mem_index)
2223 static inline void tcg_gen_qemu_ld16s(TCGv ret, TCGv add
[all...]

Completed in 85 milliseconds