Searched refs:tcg_gen_trunc_i64_i32 (Results 1 - 4 of 4) sorted by relevance

/external/qemu/target-arm/
H A Dtranslate.c1368 tcg_gen_trunc_i64_i32(tmp, cpu_V0);
1392 tcg_gen_trunc_i64_i32(cpu_R[rdlo], cpu_V0);
1394 tcg_gen_trunc_i64_i32(cpu_R[rdhi], cpu_V0);
1448 tcg_gen_trunc_i64_i32(tmp, cpu_M0);
1453 tcg_gen_trunc_i64_i32(tmp, cpu_M0);
1456 tcg_gen_trunc_i64_i32(tmp, cpu_M0);
1755 tcg_gen_trunc_i64_i32(tmp, cpu_M0);
1764 tcg_gen_trunc_i64_i32(tmp, cpu_M0);
1773 tcg_gen_trunc_i64_i32(tmp, cpu_M0);
2436 tcg_gen_trunc_i64_i32(cpu_
[all...]
/external/qemu/tcg/
H A Dtcg-op.h1531 static inline void tcg_gen_trunc_i64_i32(TCGv_i32 ret, TCGv_i64 arg) function
1636 static inline void tcg_gen_trunc_i64_i32(TCGv_i32 ret, TCGv_i64 arg) function
2424 #define tcg_gen_trunc_tl_i32 tcg_gen_trunc_i64_i32
2497 #define tcg_gen_trunc_i64_tl tcg_gen_trunc_i64_i32
/external/qemu/target-i386/
H A Dtranslate.c4398 tcg_gen_trunc_i64_i32(cpu_T[0], t0);
4402 tcg_gen_trunc_i64_i32(cpu_T[0], t0);
4467 tcg_gen_trunc_i64_i32(cpu_T[0], t0);
4472 tcg_gen_trunc_i64_i32(cpu_T[0], t0);
4764 tcg_gen_trunc_i64_i32(cpu_T[0], t0);
4768 tcg_gen_trunc_i64_i32(cpu_T[1], t0);
/external/qemu/target-mips/
H A Dtranslate.c637 tcg_gen_trunc_i64_i32(t1, t);
640 tcg_gen_trunc_i64_i32(t1, t0);

Completed in 86 milliseconds