Searched refs:PPCLegacyInsn (Results 1 – 1 of 1) sorted by relevance
84 enum class PPCLegacyInsn : uint32_t { enum145 PPCLegacyInsn insn = static_cast<PPCLegacyInsn>(encoding); in checkPPCLegacyInsn()146 if (insn == PPCLegacyInsn::NOINSN) in checkPPCLegacyInsn()149 if (insn == PPCLegacyInsn::Legacy) \ in checkPPCLegacyInsn()448 static bool isDSFormInstruction(PPCLegacyInsn insn) { in isDSFormInstruction()452 case PPCLegacyInsn::LWA: in isDSFormInstruction()453 case PPCLegacyInsn::LD: in isDSFormInstruction()454 case PPCLegacyInsn::LXSD: in isDSFormInstruction()455 case PPCLegacyInsn::LXSSP: in isDSFormInstruction()456 case PPCLegacyInsn::STD: in isDSFormInstruction()[all …]