Home
last modified time | relevance | path

Searched refs:PPC2_ISA207S (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/target/ppc/translate/
H A Dprocessor-ctrl-impl.c.inc26 if (!(ctx->insns_flags2 & PPC2_ISA207S)) {
50 if (!(ctx->insns_flags2 & PPC2_ISA207S)) {
/openbmc/qemu/target/ppc/
H A Dexcp_helper.c3116 if (env->insns_flags2 & PPC2_ISA207S) { in helper_book3s_trace()
3210 if (env->insns_flags2 & PPC2_ISA207S) { in ppc_cpu_debug_excp_handler()
3232 if (env->insns_flags2 & PPC2_ISA207S) { in ppc_cpu_debug_check_breakpoint()
3259 if (env->insns_flags2 & PPC2_ISA207S) { in ppc_cpu_debug_check_watchpoint()
H A Dmachine.c156 | PPC2_ISA205 | PPC2_ISA207S | PPC2_FP_CVT_S64 | PPC2_TM in cpu_pre_save()
H A Dcpu.h2505 PPC2_ISA207S = 0x0000000000008000ULL, enumerator
2526 PPC2_ALTIVEC_207 | PPC2_ISA207S | PPC2_DFP | \
H A Dcpu_init.c6343 PPC2_ISA205 | PPC2_ISA207S | PPC2_FP_CVT_S64 | in POWERPC_FAMILY()
6537 PPC2_ISA205 | PPC2_ISA207S | PPC2_FP_CVT_S64 | in POWERPC_FAMILY()
6718 PPC2_ISA205 | PPC2_ISA207S | PPC2_FP_CVT_S64 | in POWERPC_FAMILY()
H A Dtranslate.c4119 if ((ctx->insns_flags2 & PPC2_ISA207S) && in gen_op_mfspr()
4296 if ((ctx->insns_flags2 & PPC2_ISA207S) && in gen_mtspr()
/openbmc/qemu/hw/ppc/
H A Dspapr_caps.c685 if (!(pcc->insns_flags2 & PPC2_ISA207S)) { in cap_ail_mode_3_apply()
/openbmc/qemu/linux-user/
H A Delfload.c1164 PPC2_ISA207S), QEMU_PPC_FEATURE2_ARCH_2_07 | in get_elf_hwcap2()