Home
last modified time | relevance | path

Searched refs:isPrefixedInstruction (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCXCOFFStreamer.cpp64 if (!Emitter->isPrefixedInstruction(Inst)) { in emitInstruction()
DPPCMCCodeEmitter.h123 bool isPrefixedInstruction(const MCInst &MI) const;
DPPCELFStreamer.cpp107 if (!Emitter->isPrefixedInstruction(Inst)) { in emitInstruction()
DPPCMCCodeEmitter.cpp488 bool PPCMCCodeEmitter::isPrefixedInstruction(const MCInst &MI) const { in isPrefixedInstruction() function in PPCMCCodeEmitter