Searched refs:PPC2_ISA310 (Results 1 – 10 of 10) sorted by relevance
/qemu/target/ppc/ |
H A D | cpu_init.h | 28 (PPC_INSNS_FLAGS2_POWER_COMMON | PPC2_ISA310)
|
H A D | excp_helper.c | 1180 if (!(env->insns_flags2 & PPC2_ISA310)) { in is_prefix_insn() 1190 if (!(env->insns_flags2 & PPC2_ISA310)) { in is_prefix_insn_excp() 1402 if (env->insns_flags2 & PPC2_ISA310) { in powerpc_excp_books()
|
H A D | helper_regs.c | 61 if ((env->insns_flags2 & PPC2_ISA310) && in hreg_check_bhrb_enable()
|
H A D | tcg-excp_helper.c | 354 } else if ((env->insns_flags2 & PPC2_ISA310) && in ppc_cpu_debug_check_watchpoint()
|
H A D | cpu.h | 2526 PPC2_ISA310 = 0x0000000000100000ULL, enumerator 2539 PPC2_ISA300 | PPC2_ISA310 | PPC2_MEM_LWSYNC | \
|
H A D | translate.c | 3337 if (ctx->insns_flags2 & PPC2_ISA310) { in gen_wait() 5811 GEN_HANDLER_E(brd, 0x1F, 0x1B, 0x05, 0x0000F801, PPC_NONE, PPC2_ISA310), 5812 GEN_HANDLER_E(brw, 0x1F, 0x1B, 0x04, 0x0000F801, PPC_NONE, PPC2_ISA310), 5813 GEN_HANDLER_E(brh, 0x1F, 0x1B, 0x06, 0x0000F801, PPC_NONE, PPC2_ISA310),
|
/qemu/target/ppc/translate/ |
H A D | vmx-ops.c.inc | 18 GEN_HANDLER_E(name, 0x04, opc2, opc3, 0x00000000, PPC_NONE, PPC2_ISA310)
|
H A D | misc-impl.c.inc | 50 if (!(ctx->insns_flags2 & PPC2_ISA310)) {
|
H A D | fixedpoint-impl.c.inc | 1300 if (!(ctx->insns_flags2 & PPC2_ISA310)) {
|
/qemu/linux-user/ |
H A D | elfload.c | 1172 GET_FEATURE2(PPC2_ISA310, QEMU_PPC_FEATURE2_ARCH_3_1 | in get_elf_hwcap2()
|