Home
last modified time | relevance | path

Searched refs:vsr64_offset (Results 1 – 16 of 16) sorted by relevance

/dports/emulators/qemu-utils/qemu-4.2.1/target/ppc/
H A Dcpu.h2586 static inline int vsr64_offset(int i, bool high) in vsr64_offset() function
2598 return vsr64_offset(i, true); in fpr_offset()
2608 return (uint64_t *)((uintptr_t)env + vsr64_offset(i, false)); in cpu_vsrl_ptr()
2613 return vsr64_offset(i + 32, high); in avr64_offset()
/dports/emulators/qemu5/qemu-5.2.0/target/ppc/
H A Dcpu.h2569 static inline int vsr64_offset(int i, bool high) in vsr64_offset() function
2581 return vsr64_offset(i, true); in fpr_offset()
2591 return (uint64_t *)((uintptr_t)env + vsr64_offset(i, false)); in cpu_vsrl_ptr()
2596 return vsr64_offset(i + 32, high); in avr64_offset()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/ppc/
H A Dcpu.h2544 static inline int vsr64_offset(int i, bool high) in vsr64_offset() function
2556 return vsr64_offset(i, true); in fpr_offset()
2566 return (uint64_t *)((uintptr_t)env + vsr64_offset(i, false)); in cpu_vsrl_ptr()
2571 return vsr64_offset(i + 32, high); in avr64_offset()
/dports/emulators/qemu42/qemu-4.2.1/target/ppc/
H A Dcpu.h2586 static inline int vsr64_offset(int i, bool high) in vsr64_offset() function
2598 return vsr64_offset(i, true); in fpr_offset()
2608 return (uint64_t *)((uintptr_t)env + vsr64_offset(i, false)); in cpu_vsrl_ptr()
2613 return vsr64_offset(i + 32, high); in avr64_offset()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/ppc/
H A Dcpu.h2544 static inline int vsr64_offset(int i, bool high) in vsr64_offset() function
2556 return vsr64_offset(i, true); in fpr_offset()
2566 return (uint64_t *)((uintptr_t)env + vsr64_offset(i, false)); in cpu_vsrl_ptr()
2571 return vsr64_offset(i + 32, high); in avr64_offset()
/dports/emulators/qemu60/qemu-6.0.0/target/ppc/
H A Dcpu.h2572 static inline int vsr64_offset(int i, bool high) in vsr64_offset() function
2584 return vsr64_offset(i, true); in fpr_offset()
2594 return (uint64_t *)((uintptr_t)env + vsr64_offset(i, false)); in cpu_vsrl_ptr()
2599 return vsr64_offset(i + 32, high); in avr64_offset()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/ppc/
H A Dcpu.h2602 static inline int vsr64_offset(int i, bool high) in vsr64_offset() function
2614 return vsr64_offset(i, true); in fpr_offset()
2624 return (uint64_t *)((uintptr_t)env + vsr64_offset(i, false)); in cpu_vsrl_ptr()
2629 return vsr64_offset(i + 32, high); in avr64_offset()
/dports/emulators/qemu/qemu-6.2.0/target/ppc/
H A Dcpu.h2623 static inline int vsr64_offset(int i, bool high) in vsr64_offset() function
2635 return vsr64_offset(i, true); in fpr_offset()
2645 return (uint64_t *)((uintptr_t)env + vsr64_offset(i, false)); in cpu_vsrl_ptr()
2650 return vsr64_offset(i + 32, high); in avr64_offset()
/dports/emulators/qemu-utils/qemu-4.2.1/target/ppc/translate/
H A Dvsx-impl.inc.c5 tcg_gen_ld_i64(dst, cpu_env, vsr64_offset(n, true)); in get_cpu_vsrh()
10 tcg_gen_ld_i64(dst, cpu_env, vsr64_offset(n, false)); in get_cpu_vsrl()
15 tcg_gen_st_i64(src, cpu_env, vsr64_offset(n, true)); in set_cpu_vsrh()
20 tcg_gen_st_i64(src, cpu_env, vsr64_offset(n, false)); in set_cpu_vsrl()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/ppc/translate/
H A Dvsx-impl.inc.c5 tcg_gen_ld_i64(dst, cpu_env, vsr64_offset(n, true)); in get_cpu_vsrh()
10 tcg_gen_ld_i64(dst, cpu_env, vsr64_offset(n, false)); in get_cpu_vsrl()
15 tcg_gen_st_i64(src, cpu_env, vsr64_offset(n, true)); in set_cpu_vsrh()
20 tcg_gen_st_i64(src, cpu_env, vsr64_offset(n, false)); in set_cpu_vsrl()
/dports/emulators/qemu42/qemu-4.2.1/target/ppc/translate/
H A Dvsx-impl.inc.c5 tcg_gen_ld_i64(dst, cpu_env, vsr64_offset(n, true)); in get_cpu_vsrh()
10 tcg_gen_ld_i64(dst, cpu_env, vsr64_offset(n, false)); in get_cpu_vsrl()
15 tcg_gen_st_i64(src, cpu_env, vsr64_offset(n, true)); in set_cpu_vsrh()
20 tcg_gen_st_i64(src, cpu_env, vsr64_offset(n, false)); in set_cpu_vsrl()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/ppc/translate/
H A Dvsx-impl.inc.c5 tcg_gen_ld_i64(dst, cpu_env, vsr64_offset(n, true)); in get_cpu_vsrh()
10 tcg_gen_ld_i64(dst, cpu_env, vsr64_offset(n, false)); in get_cpu_vsrl()
15 tcg_gen_st_i64(src, cpu_env, vsr64_offset(n, true)); in set_cpu_vsrh()
20 tcg_gen_st_i64(src, cpu_env, vsr64_offset(n, false)); in set_cpu_vsrl()
/dports/emulators/qemu5/qemu-5.2.0/target/ppc/translate/
H A Dvsx-impl.c.inc5 tcg_gen_ld_i64(dst, cpu_env, vsr64_offset(n, true));
10 tcg_gen_ld_i64(dst, cpu_env, vsr64_offset(n, false));
15 tcg_gen_st_i64(src, cpu_env, vsr64_offset(n, true));
20 tcg_gen_st_i64(src, cpu_env, vsr64_offset(n, false));
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/ppc/translate/
H A Dvsx-impl.c.inc5 tcg_gen_ld_i64(dst, cpu_env, vsr64_offset(n, true));
10 tcg_gen_ld_i64(dst, cpu_env, vsr64_offset(n, false));
15 tcg_gen_st_i64(src, cpu_env, vsr64_offset(n, true));
20 tcg_gen_st_i64(src, cpu_env, vsr64_offset(n, false));
/dports/emulators/qemu60/qemu-6.0.0/target/ppc/translate/
H A Dvsx-impl.c.inc5 tcg_gen_ld_i64(dst, cpu_env, vsr64_offset(n, true));
10 tcg_gen_ld_i64(dst, cpu_env, vsr64_offset(n, false));
15 tcg_gen_st_i64(src, cpu_env, vsr64_offset(n, true));
20 tcg_gen_st_i64(src, cpu_env, vsr64_offset(n, false));
/dports/emulators/qemu/qemu-6.2.0/target/ppc/translate/
H A Dvsx-impl.c.inc5 tcg_gen_ld_i64(dst, cpu_env, vsr64_offset(n, high));
10 tcg_gen_st_i64(src, cpu_env, vsr64_offset(n, high));