Searched refs:tcg_gen_or_i64 (Results 1 - 2 of 2) sorted by relevance

/external/qemu/tcg/
H A Dtcg-op.h897 static inline void tcg_gen_or_i64(TCGv_i64 ret, TCGv_i64 arg1, TCGv_i64 arg2) function
1156 static inline void tcg_gen_or_i64(TCGv_i64 ret, TCGv_i64 arg1, TCGv_i64 arg2) function
1168 tcg_gen_or_i64(ret, arg1, t0);
1666 tcg_gen_or_i64(ret, ret, t0);
1686 tcg_gen_or_i64(t0, t0, t1);
1690 tcg_gen_or_i64(t0, t0, t1);
1693 tcg_gen_or_i64(ret, t0, t1);
1711 tcg_gen_or_i64(t0, t0, t1);
1715 tcg_gen_or_i64(t0, t0, t1);
1719 tcg_gen_or_i64(t
[all...]
/external/qemu/target-arm/
H A Dtranslate.c1200 tcg_gen_or_i64(cpu_M0, cpu_M0, cpu_V1);
4946 tcg_gen_or_i64(cpu_V0, cpu_V0, cpu_V1);
5637 tcg_gen_or_i64(cpu_V0, cpu_V0, cpu_V1);
5646 tcg_gen_or_i64(cpu_V1, cpu_V1, tmp64);
5654 tcg_gen_or_i64(cpu_V0, cpu_V0, cpu_V1);

Completed in 45 milliseconds